/* CSS Document */
/*copyright 2006 William Kasel, if you use this please link back here*/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #784F1B;
	background: #fef6ec;
	line-height: 1.2em;
	text-indent: 10px;
}
#wrapper{
	margin-left: 20px;
	width: 741px;
	height: auto;
}
#header{
	background: #FEF6EC url('../images/images_01.jpg') no-repeat top;
	width: 741px;
	height: 145px;
}
#nav{
	position: absolute;
	top: 120px;
	//padding-top: 6px;
	left: 159px;
	width: 520px;
	height: 30px;
	//height: 34px;
}
#torso{
	background: #fef6ec url('../images/images_02.jpg') repeat-y;
	height: 250px;
	padding-bottom: 50px;
	width: 741px;
	position: relative;
	top: -16px;
	//top: 0px; 
}
#content{
	width: 635px;
	height: 300;
	//padding-top: 6px;
	position: relative;
	left: 70px;
	top: 20px;
	}
#footer{
position: relative;
	top: -16px;
	//top: 0px;
	background: #fef6ec url('../images/images_04.jpg') no-repeat;
	text-align: center;
	width: 100%;
	height: 80px;
	padding-top: 40px;
	vertical-align: top;
	font-weight: bold;
}
.li_nav{
	display:inline;
	list-style: none;
	
}
a:link.nav, a:active.nav, a:visited.nav{
	color: #926340;
 	font-weight: bold; 
 	text-decoration: none;
 	padding-left: 5px;
 	padding-right: 5px;
 	padding-top: 2px;
	padding-bottom: 2px;}
a:hover.nav{
	background: #ffffff;
	font-weight: bold;
	padding-left: 5px;
 	padding-right: 5px;
	padding-top: 2px;
 	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 2px solid #857746;
	margin-top: 8px;
	border-top: 2px solid #857746;
	
}
	
