body, table, tr, td {
	font: 8pt "trebuchet ms"; 
	color: #88613b;
	text-align: justify;
}
body 	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
	background-color: #ebebd9;
}
#container { 
	margin: 0 auto; 
	top: 0px;
	left: 0px;
	position: absolute;
	width: 772px;  
	background: url('bg.jpg') repeat-y;
	line-height: 17px;
} 
#content { 
	width: 346px; 
	height: auto;
	margin-left: 291px;
	margin-right: 137px;
	margin-top: -340px;
	margin-bottom: -140px;
	text-align: justify; 
	position: relative;
} 
#bottom { 
	width: 772px; 
	height: 168px; 
	background: url('foot.jpg'); 
}
#mainimg {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	width: 772px;
	height: 678px;
	background: url('head.jpg');
}
#menu {
	line-height: 14px;
	position: absolute;
	top: 380px;
	left: 30px;
	width: 160px;
	border: 0px solid red;
	text-align: right;
	font-family: "trebuchet ms";
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
}
div#menu a:link, div#menu a:active, div#menu a:visited {
	font-weight: bold;
	padding-right: 12px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	color: #aa6943;
	border-bottom: 1px solid #f3d638;
/*
	border-bottom: 1px solid #fbcd5d;
*/
}
div#menu a:hover {
	text-decoration: none; 
	font-weight: bold;
	padding-right: 18px;
	color: #481e02;	
	border-bottom: 1px solid #eeb205;	
	letter-spacing: 3px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin-bottom: 10px;
	display: block;
	border: 0px solid red;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;

}
ul li a {
	display: block;
	text-decoration: none;
	color: #aa6943;
	border-bottom: 1px solid #fbcd5d;

}
ul li a:hover {
	color: #cc997b;	
	border-bottom: 1px solid #eeb205;	
	letter-spacing: 3px;
}
h2 {
	border-bottom: 1px solid #decd3e;
	padding: 2px 8px 3px 10px;	
	margin: 20px 8px 20px 20px;
	font: 10pt "trebuchet ms";
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	color: #b48415;
	text-align: right;
}
#content a:link, a:active, a:visited {
	text-decoration: none;
	color: #a47801;
	border-bottom: 1px solid #f3d638;
}
#content a:hover {
	text-decoration: none; 
	color: #ea9200;
	border-bottom: 1px solid #b69a01;
}
input, textarea, option, select {
	background-color: #eae9d5;
	font: 8pt arial;
	color: #c5982d;
	letter-spacing: 1px;
	border: 1px solid #fbce5e;
	border-bottom: 2px solid #fbce5e;
	padding: 2px; 
}