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: #f9f0d9;
	color: #330000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
}

img {
	behavior: url(pngbehavior.htc);
}

#header {
	width: 900px;
	height: 360px;
	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: 240px;
	width: 880px;
	z-index: 1;
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#header li {
	display: inline;
	padding-left: 36px;
}

#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: 6px;
	top: 8px;
}

#content {
	width: 900px;
	height: 120px;
	background-color: #ebd192;
	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 h1, #content-box2 h1 {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
}

#content-box1 p, #content-box2 p {
	padding: 0 10px 0 170px;
	font-size: 11px;
}

#content-box1 a:link, #content-box2 a:link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}

#content-box1 a:visited, #content-box2 a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}

#content-box1 a:hover, #content-box2 a:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
}

#ad-container {
	height: 280px;
	width: 900px;
	background-color: #f4e1b4;
	border-bottom: 2px solid #fff;
}

#footer {
	clear: both;
	height: 35px;
	width: 890px;
	background-color: #ebd192;
	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: #330000;
}

#footer a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
}