@charset "utf-8";
/* CSS Document */

BODY{margin:0; padding:0;font-family:Geneva, Arial, Helvetica, sans-serif;background-color:#51272b;}
H1{}
H2{}
P{}

#wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:#51272b;
}
#banner{
	margin:0 auto;
	background:url(imgs/topbg.jpg) repeat-x;
	height:160px;
	width:100%;
}
#banner_content{
margin:0 auto;
	width:870px;
}
#logo {
	float:left;
	width:138px;
	height:157px;
}
#title {
	margin:70px 0 0 20px;
	float:left;
	width:430px;
	height:23px;
}
#menu {
    padding:20px 0 0 70px;	
    background:url(imgs/grass.png) no-repeat left;
	float:left;
	width:650px;
	height:62px;
}
#menu a{
	padding:0 50px 0 0;
	font-size:18px;
	text-decoration:underline;
	color:#51272b;
}
#menu a:hover{
	color:#7cb75f;
}
#wall_top{
	background:url(imgs/wall-top.jpg) repeat-x;
	height:99px;
	width:100%;
}
#content{
	color:#bbb7b4;
	text-align:left;
	margin:0 auto;
	width:870px;
}
#content .right{
	margin:0 0 0 20px;
}
#content p{
	padding-left:55px;
}
#content a{color:#6bb347;}
#bottom{
float:left;
background:url(imgs/wall-bottom.jpg) repeat-x;
	height:141px;
	width:100%;
}
#bottom_content{
margin:0 auto;
color:#51272b;
	font-size:10px;
	width:850px;
}
#b1 {
margin-top:70px;
float:left;
}
#b2 {
margin-top:70px;
float:right;
}