/* CSS Document */

*{	
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left:auto;
	margin-right:auto;
	background:#BAA29C;
}
#wrapper {
	width: 801px;
	height:auto;
	text-align: left;
	margin-top:15px;
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	position: static;
	z-index:0;
}
#logo{
 	width:801px;
	height: 57px;
	float:left;
}
#menu{
 	width:801px;
	height:33px;
	float:left;
	background-color:#370F07;
	/*background-image: url(../images/p7exp_pbg.jpg);
	background-repeat: repeat-x;*/
}
#header{
	width:801px;
	height:128px;
	float:left;	
}
#brownbar{
	width:801px;
	height:22px;
	float:left;
	background-color:#370F07;
	padding: 5px 0px 0px 10px;
}
#content{
	width:771px;
	height:auto;
	float:left;
	background:url(../images/seamlesswood2200.jpg) top left repeat;
	padding: 15px 15px 15px 15px;
}
#footer{
 	width:801px;
	height:95px;
	overflow:hidden;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
	float:left;
	background:#370F07;
}
