
/* */
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}
#page {
	width: 800px;
	margin: 0 auto 0 auto;
	clear: both;
	background-color: #525552;
	background-image: url(../images/page_bgr.jpg);
	background-repeat: repeat-y;
}

#page #header {
	height: 200px;
}
#page #nav {
	background-image: url(../images/nav_bgr.jpg);
	background-repeat: no-repeat;
	float:left;
	width:178px;
	background-position:0 -24px;
	padding-left: 72px;
}
#page #nav ul li.current {
	background-color:#FE6C00;
	margin-right:40px;
}
#page #nav ul{
	margin-top:50px;
}
#page #nav ul li {
	background-color:#4C724C;
	margin-bottom: 1px;
	padding-left:8px;
	margin-top: 1px;
	margin-right:40px;
}
#page #nav ul li a{
	color: white;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
	
#page #content {
	float:right;
	margin-top:25px;
	width:540px;
}
#page #content div.main {
	float:left;
	width:407px;
}

#page #content div.main h1 {
	text-decoration: underline;
	font-size:22px;
	margin-bottom: 20px;
}
#page #content div.main a {
color: #ffff00;
}
#page #content div.main p {
	margin-bottom: 20px;
	font-size:14px;
}
#page #content div.main ul  {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;

}
#page #content div.main ol {
margin-left: 25px;
margin-bottom: 25px;
}
#page #content div.main ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}
#page #content div.main ul li {
	font-size:14px;
	1font-weight: bold;
	margin-bottom: 5px;
	list-style-type: square;

}

#page #content #sidebar {
	float:right;
	width:120px;
}
#page #content #sidebar img {
	margin-bottom: 5px;
	border:1px solid #3F3F3F;
}

#footer {
	clear: both;
	float: none;
	background-image: url(../images/footer_bgr.gif);
	background-repeat: no-repeat;
	height: 33px;	
	width: 800px;
	margin: 0 auto 0 auto;
	color: #505050;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
#footer img {
	float: right;
}
.clear_me_boy{
	float: none;
	clear:both;
}
