/* CSS Document */

body, html, div, ul, li {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333; 
	background: #f8f0cf;
}

/* LAYOUT ----------------------------------------------------- */

#contentwrap{
	
	margin: 0 auto;
	width: 571px;
}

#footer{
	width: 100%;
	height: 80px;
	background:url(../images/woodfoot.jpg) repeat-x;
}

#header{
	width: 100%;
	height: 80px;
	background-image:url(../images/wood.jpg);
}

#contenthead{
	width: 100%;
	
	background:url(../images/contenthead.jpg) repeat-x;
}

#contentfoot{
	width: 100%;
	height: 30px;
	background:url(../images/contentfoot.jpg) repeat-x;
}

#slideshow{
	padding: 0;
	margin: 2px 0 0 0;
	width:350;
	height:280;
}

#logo{
	width: 600px;
	height: 80px;
	margin: 0 auto;
}
#footlogo{
	width: 288px;
	height: 80px;
	margin: 0 auto;
}

#homeheading{
	width: 586px;
	text-align:left;
	margin: 10px 0 18px 0;
	border-bottom: #706047 solid 1px;
	padding: 0 0 2px 0;
}

#heading{
	width: 586px;
	text-align:left;
	margin: 10px 0 15px 0;
	border-bottom: #706047 solid 1px;
	padding: 0 0 2px 0;
}

#divide{
	width: 586px;
	text-align:left;
	margin: 0 0 15px 0;
	border-bottom: #706047 solid 1px;
}

/* NAVIGATION ----------------------------------------------------- */

#nav{
	text-align: center;
	list-style: none; 
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 600px;
	height: 45px;
	background:url(../images/navbg.jpg) no-repeat center;
}

#nav li{ padding: 0; margin: 0; list-style:none; display:inline;}

#nav a{
	
	
	margin: 8px;
	color: #7c2600;
	font-size:1.1em;
	}

#nav a:hover{
	text-decoration:none;
	color: #402915;
		
	}
	
