body {
		
		background-color:#7e6538;
	}
	
.wrapper {
		background-color:#7e6538;
		width: 804px;
		margin: 0 auto;
		
		}
		
.content{
	width:800px;
	background-color:#9d7e45;
	margin: 0 auto;
	}
.holder{
	width:285px;
	margin: 0 auto;
	}
		
.menu{
	width:800px;
	margin:0 auto;
}
	
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
.menu li {
	width: 160px;
	background-color: #bc9954;
	text-align: center;
	padding: 10px 0 10px;
	float:left;
}
	
.menu a {
	text-decoration:underline;
	color: #ffffff;
	border-right: 2px
	}
	
.menu li:hover {
		background-color: #854549;
		}
		
.jpg
{
	width:190px;
	height:170px;
	margin-top:15px;
	margin-left:55px;
}

.thumbnail{
	width:200px;
	height:180px;
	margin-top:15px;
	margin-left:125px;
}


.float_left{
	 float:left;
}
.float_clear{
	clear:both;
}
.center{
	margin: 0 auto;
}
h1 {
	color: #ffffff;
	text-align: center;
	font-family: Verdana;
	font-size:32px;
	}
	
h2 {
	color: #ffffff;
	text-align: center;
	font-family: Verdana;
	font-size: 25px;
	}
	
.para{
	font-family: Verdana;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.big{
font-family: Verdana;
	color: #ffffff;
	font-size: 25px;
	text-align: center;
}

.list li{
	font-family: Verdana;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	list-style-type: none;
}
table{
	width:100%;
	font-family: Verdana;
	color: #ffffff;
	font-size: 15px;
}
p{
	font-family: Verdana;
	color: #ffffff;
	font-size: 15px;
	padding-left:3px;
}
.footer{
	width:800px;
	height:25px;
	background-color:#bc9954;
	text-align: center;
	
}

a{
	text-decoration: none;
	color: inherit;
}