	@charset "UTF-8";
	/* CSS Document */
	
	body {
		background-color: #331c02;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	#container {
		position: relative;
		background-color: #50300B;
		padding: 1em;
		width: 42em;
		margin-right: auto;
		margin-left: auto;
		border: 2px groove #F7F888;
	}
	
	#header {
		background-image: url(images/logo_85h.gif);
		background-position: left;
		background-repeat: no-repeat;
		width: 550px;
		height: 90px;
		margin-right: 225px;
		
	}
	
	#header h1 {
		margin-left: -5000px;
		font-size: 1em;
	}
	
	#nav {
	font: bold 18px;
	background: #50300b;
	width: 9em;
	position: absolute;
	padding-right: 5px;
	padding-left: 10px;
	/*border: 1px solid #ffffcc;*/
	margin-left: 0;
	left: 22px;
	top: 7em;
		}
		
	#nav ul {
		list-style-type: none;
		list-style-image: url(images/ornament.gif);
	}
	
	#nav li {
	margin: 0;
	border-top: 1px solid #331c02;
	}
	
	#nav li a {
		display: block;
		width: auto;
		padding-top: 0.25em;
		padding-right: 0.5em;
		padding-bottom: 0.25em;
		padding-left: 0.25em;
		text-decoration: none;
	}
	
	#nav li a:link {
	color: #ffffcc;
	}
	#nav li a:visited {
	color:#FFFF99;
	}
	#nav li a:hover {
	color: #331c02;
	background: #ffffcc;
	}
	
	#photo1 {
	/*position: absolute;*/
	float: right;
	width:170px;
	height: 260px;
	margin-top: -130px;
	margin-bottom: 1em;
	/*top: 17px;
	left: 625px;*/
	/*margin: 1em;*/
	text-align: center;
	}
	
	#photo1 img {
	padding: 3px;
	border: 1px solid #FFFFCC;
	margin: 10px;
	}
	
	#desc {
	color: #FFFFCC;
	width: 30em;
	padding-left: 10px;
	border-left: 1px solid #ffffcc;
	margin-top: 30px;
	margin-left: 11em;
	text-align: left;
	}
	
	#desc p {
	font-size: 18px;
	}
	
	#desc h1, #desc h2, #desc img {
	text-align: center;
	}
	
	#desc a {
	color: #F7F888;
	}
	 
	#testimonial {
	/*position:absolute;*/
	float: left;
	width: 8em;
	text-align: center;
	background-color: #7f5b21;
	padding: 15px;
	border: 2px solid #feff8c;
	margin-top: 3em;
	margin-right: 0;
	/*left: 37px;
	top: 539px;*/
	}
	
	#testimonial p {
	font-size: 18px;
	}
	
	.small {
	font-size: 0.7em;
	}
	
	#photo2 {
	width: 570px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 12em;
	}
	
	#photo2 img {
	}
	
	#address {
	/*clear: left;*/
	width: 20em;
	color: #feff8c;
	font-size:16px;
	text-align: right;
	margin-right:10px;
	margin-left:29em;
	}
	
	#footer {
	text-align: center;
	font-size: 12px;
	color: #7f5b21;
	margin-top: 10px;
	clear: both;
	}
#footer a:link {
	color: #FFFFCC;
}
#footer a:hover {
	color: #331c02;
	background-color: #FFFFCC;
}

#table_form {
clear: both;
}

#lg_photo {
width: 30em;
text-align: center;
}

#home_thumbs {
float: left;
width: 4em;
}

#thumbs {
float:right;
width: 4em;
}

#clearer {
clear: both;
}