html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
	width: 980px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 10px solid #fff;
	background-color: #d6d7d8;
	color: #162e58;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

img {
	behavior: url(pngbehavior.htc);
}

#header {
	width: 980px;
	height: 370px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/header.jpg);
}

#header-ad {
	height: 90px;
	width: 728px;
	position: relative;
	left: 252px;
	top: 8px;
}

#header ul {
	position: relative;
	left: 0px;
	top: 250px;
	width: 960px;
	z-index: 1;
	list-style-type: none;
	margin: 0 10px 0 14px;
	padding: 0;
}

#header li {
	display: inline;
	padding-left: 70px;
}

#section-header {
	width: 980px;
	height: 45px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/section-bg.jpg);
}

#section-header img {
	position: relative;
	left: 8px;
	top: 9px;
}

#content {
	width: 980px;
	height: 120px;
	background-color: #9fa3aa;
	border-bottom: 2px solid #fff;
}

#content-box1, #content-box2 {
	position: absolute;
	height: 120px;
}

#content-box1 {
	margin-left: 0;
	width: 489px;
	border-right: 2px solid #fff;
}

#content-box2 {
	margin-left: 491px;
	width: 489px;
}

#content-box1 img, #content-box2 img {
	float: left;
	padding: 0;
	height: 120px;
	width: 160px;
}

#content-box1 h1, #content-box2 h1 {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
}

#content-box1 p, #content-box2 p {
	padding: 0 10px 0 170px;
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
}

#content-box1 a:link, #content-box2 a:link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#content-box1 a:visited, #content-box2 a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#content-box1 a:active, #content-box2 a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#content-box1 a:hover, #content-box2 a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #055efa;
}

#ad-container {
	height: 280px;
	width: 980px;
	background-color: #9fa3aa;
	border-bottom: 2px solid #fff;
}

#footer {
	clear: both;
	height: 35px;
	width: 970px;
	background-color: #9fa3aa;
	font-size: 11px;
	line-height: 1.5em;
	padding: 7px 10px 5px 0;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #162e58;
}

#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #055efa;
}