*,html,body {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

body {
	background: #EEE url(back.jpg) repeat-y top center;
    text-align: center;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #EE0000;
}

a.s {
	text-decoration: none !important;
font-size: smaller;
}

a.s:hover {
	text-decoration: none;
}

a:hover {
	color: #999999;
}

#container {
	width: 840px;
	height: 400px;
    margin: 30px auto;
	background: #EEE url(IS-back.jpg) no-repeat top center;
}

#col-left {
	width: 360px;
    float: left;
}

#content-left {
	margin: 420px 0 40px 0;
	padding: 20px 40px 5px 80px;
	text-align: right;
}

#content-left a:hover {
	padding-right: 10px;
}

#col-right {
	width: 480px;
    float: right;
}

#content-right {
	margin: 420px 0 40px 0;
	padding: 20px 80px 5px 40px;
	text-align: left;
border-left: 1px dashed #999999;
}

#content-right p {
	margin: 0 0 30px 0;
}

p.small {
	font-size: 11px;
}
