html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

body {
	width: 900px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 10px solid #fff;
	background-color: #e8e8fc;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

img {
	behavior: url(pngbehavior.htc);
}

#header {
	width: 900px;
	height: 300px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/header.jpg);
}

#header-ad {
	height: 90px;
	width: 728px;
	position: relative;
	left: 172px;
	top: 8px;
}

#header ul {
	position: relative;
	left: 0px;
	top: 180px;
	width: 880px;
	z-index: 1;
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#header li {
	display: inline;
	padding-left: 32px;
}

#section-header {
	width: 900px;
	height: 45px;
	border-bottom: 2px solid #fff;
	background-image: url(../images/general/head-bg.jpg);
}

#section-header img {
	position: relative;
	left: 9px;
	top: 10px;
}

#content {
	width: 900px;
	height: 120px;
	background-color: #bcbcd9;
	border-bottom: 2px solid #fff;
}

#content-box1, #content-box2 {
	position: absolute;
	height: 120px;
}

#content-box1 {
	margin-left: 0;
	width: 449px;
	border-right: 2px solid #fff;
}

#content-box2 {
	margin-left: 451px;
	width: 449px;
}

#content-box1 img, #content-box2 img {
	float: left;
	padding: 0;
	height: 120px;
	width: 160px;
}

#content-box1 p, #content-box2 p {
	padding: 0 10px 0 170px;
	font-size: 11px;
}

#content-box1 a:link, #content-box1 a:visited, #content-box2 a:link, #content-box2 a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#content-box1 a:hover, #content-box2 a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #b00e4a;
}

#ad-container {
	height: 280px;
	width: 900px;
	background-color: #bcbcd9;
	border-bottom: 2px solid #fff;
}

#footer {
	height: 35px;
	width: 890px;
	background-color: #bcbcd9;
	font-size: 11px;
	padding: 5px 10px 5px 0;
	text-align: right;
}

#footer a:link, #footer a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #b00e4a;
}
