body {
	background-color: #6f5125;
	background-image:url('../images/background.jpg');
	background-repeat: repeat-x;
	color: #B0BA8B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 850px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;                  
	margin-left: auto;
	position:relative;	
}
#header {
	height: 50px;
	width: 890px;
	position: absolute;
}
#nav {
	height: 170px;
	width: 140px;
	margin-top: 180px;
	float:left;
	color: #FFF;	
}
#nav ul  {
	list-style:none;
	padding-left:0;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li {
	margin-bottom:5px;
}
#content {
	width: 750px;
	margin-top: 180px;
	margin-left: 145px;
	position:absolute;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	width: 614px;
	margin-top: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #B0BA8B;
}
a:active {
	text-decoration: none;
	color: #B0BA8B;
}
/* Images */
#smallimgs {
	float: left;
}
#smallimgs img{
	height: 79px;
	width: 101px;
	margin-bottom: 8px;
	margin-right: 5px;
}
#changing_content {
	float: left;
	margin-right: 5px;
}        
#changing_content img {
	width: 326px;
	height: 254px;
	float: left;
}
#bottom_bar {
	width: 900px;
	height: 500px;
	position: absolute;
	margin-top: 450px;
}
#bottom_bar img {
	position: relative;
	bottom: 7px;
	width: 115px;
	height: 102px;
	border: thick solid white;
}
#bottomheader {
	background-image: url('../images/horizontalrule_background.jpg'); 
	height: 25px; 
	width: 895px; 
	color: #45361A;
}
#bottomheader span {
	position: relative; 
	top: 4px; 
	left: 4px;
}
#footer {
	width: 900px;
	height: 500px;
}
