@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
}
body a{
	color:#235e06;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
	color:#000;
}
#main_container {
	font: 12px verdana;
	color: #666;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
	width: 806px;
}
#top_head {
	background:  url(../img/bg_top.png) no-repeat;
	width: 806px;
	height: 35px;	
}
#main_body_bg {
	background: url(../img/bg_middle.png) repeat-y;
	width: 806px;
	overflow:auto;
}
#bottom_bg {
	background:  url(../img/bg_bottom.png) no-repeat;
	width: 806px;
	height: 53px;	
}
#page_content {
	width: 760px;
	margin-right: 40px;
	margin-left: 20px;
}
#logo {
	float: left;
	height: 140px;
	width: 200px;
	margin-bottom: 4px;
}
#logo a{
	float:left;
	height:140px;
	width:140px;
	background:url(../img/logo.png) no-repeat;
	margin: 0px 30px;
}
#top_link {
	width:550px;
	margin-left:10px;
	height:140px;
	line-height:140px;
	float:left;
	text-align:center;
}
#foot {
	width:806px;
	height:150px;
	background:url(../img/lrg_foot_bg.png);
}
#foot p {
	text-align:center;
	color:#666;
	padding:4px;
	margin:0;
}
