body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#wrap {
	font-family: arial, helvetica, san serif;
	height: 550px;
	width: 900px;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

.clear {
	clear: both;
	height: 1px;
}

#header {
	width: 900px;
	height: 54px;
	background: url(../images/header.jpg) no-repeat center bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

#header ul {
	padding-left: 350px;
}

#header li{
	display: block;
	padding-left: 30px;
	font-weight: bold;
	line-height: 150%;
	list-style-type: 	none;
	float: left;
}

#header li a{
	text-decoration: none;
	color: #000000;
}

#header li a:hover{
	text-decoration: none;
	color: #111;
}

#header ul li.subnav{
	padding-left: 15px;
	font-size: 10px;
	font-weight: normal;
}

#header ul li a.activeLink{
	color: #0000FF;
}

#header ul li a.activeLink:hover{
	color: #339966;
}


#content {
	font-size: 12px;
	width: 890px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 41px;
	float: left;
	height: 495px;
	overflow: auto;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#297F29;
	scrollbar-darkshadow-color:#6D8D77;
	scrollbar-face-color:#297F29;
	scrollbar-highlight-color:#6D8D77;
	scrollbar-shadow-color:#6D8D77;
	scrollbar-track-color:#CADCA9;
}

#contentLeft{
	float: left;
	width: 500px;
}
#contentRight{
	float: left;
	width: 800px;
	padding-left: 20px;
	color: #333333;
}

#contentRight ul {
	margin-left: 0px;
}
#contentRight ul li {
	display: block;
	padding-left: 5px;
	font-weight: bold;
	line-height: 150%;
	list-style-type: 	none;
	float: left;
}


h1 {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#footer {
	width: 900px;
	height: 5px;
	background: url(../images/footer.jpg) no-repeat center bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
