body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
}

#body_top {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 201px;
	background-image: url(../images/top_page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#body_content {
	margin: 0 auto 0 auto;	
	width: 100%;
	background-image: url(../images/loop_page.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#inner_content {
	margin: 0 auto 0 auto;
	width: 898px;
	font-size: 12px;
	color: #999;
}

.image {
	text-align: center;
}

.noborder {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0px solid #ffffcd;
}

#inner_content img {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 10px;
	margin: 10px;
	border: 1px solid #8CC63E;
	clear: both;
}

#inner_content H1 {	
	padding: 30px 0 20px 0;
	margin: 0;
	color: #629025;
	font-size: 18px;
	text-align: center;
}

#inner_content H2 {	
	padding: 40px 0 0px 0;
	margin: 0;
	color: #7e9a59;
	font-size: 15px;

}

#inner_content a {
	text-decoration: none;
	color: #8CC63E;
}

#inner_content a:hover {
	text-decoration: underline;
}




#body_footer {
	margin: 0 auto 0 auto;	
	width: 100%;
	height: 156px;
	background-image: url(../images/bottom_page.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#footer_text {
	position: relative;
	top: 63px;
	text-align: center;
	font-size: 9px;
	color: #fff;
}

#navcontainer { 
	position: relative;
	top: 153px;
	width: 875px;
	margin: 0 auto 0 auto;
	text-align: left;
}

 #navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: 0 3px 0 3px;
	color: #fff;
}

#navcontainer ul li a:hover
{
	color: #ffffcc;
}


