body{
	background-color: #433721;
}

#wrapper{
	height: auto;
	width: 782px;
	margin:0 auto;
}

#header{
	
	height: 261px;
	width:782px;
	border:0px;
	padding:0px;
}

#pageheader{
	background-image:url(images/head.jpg);
	width:782px;
	height:261px;
	background-repeat: no-repeat;
	border:0px;
	padding:0px;
}

#pageheader span{
    display:none;
}

ul#navlist
{
	margin-left: 28px;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #59554a;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #48453C;
	text-decoration: none;
}

#navcontainer ul li a.active {
	font-weight:bold;
	color: #E18E30;
}


#pageheader2{
	background-image:url(images/topad.jpg);
	width:782px;
	height:219px;
	background-repeat: no-repeat;
	border:0px;
	padding:0px;
}

#pageheader2 span{
    display:none;
}

#main{
	background-image: url(images/mid.jpg);
	background-repeat: repeat-y;

}

#content{
width:720px;
height:auto;
margin: 0 auto;
}

#content p{
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#content a{
	color: #ECE8DF;
	text-decoration: none;
}
#content a:hover{
	color: #FF6600;
}

#footer{
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	height: 99px;
	margin:0 auto;
	width: 782px;
}
