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;
}

#wrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #d8d8fc;
}

#menu {
	float: right;
	width: 270px;
	height: auto;
	line-height: 1.2em;
	background-color: #d8d8fc;
}

#menu-ad {
	position: relative;
	left: 55px;
	top: 20px;
}

#menu-main {
	height: 26px;
	background-color: #bcbcd9;
	padding: 9px 0 0 5px;
	border-bottom: 2px solid #d8d8fc;
}

#menu-main a:link, #menu-main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

#menu-main a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #b00e4a;
}

#menu-sub {
	background-color: #d8d8fc;
	padding: 2px 0 4px 7px;
}

#menu-sub a:link, #menu-sub a:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}

#menu-sub a:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #b00e4a;
}

#content {
	float: left;
	width: 628px;
	min-height: 940px;
	background-color: #d8d8fc;
	border-right: 2px solid #fff;
	line-height: 1.5em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content h1 {
	font-size: 15px;
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#content p {
	font-size: 12px;
	text-align: justify;
	padding: 2px 14px 2px 14px;
	line-height: 1.7em;
}

#content a:link, #content a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000066;
}

#content a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #b00e4a;
}

#footer {
	clear: both;
	height: 35px;
	width: 890px;
	border-top: 2px solid #fff;
	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;
}