body, table, tr, td {
	font: 8pt "verdana"; 
	color: #8a2929;
	text-align: justify;
}
body 	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
	background: #100001 url('pattern.jpg');
}
#container { 
	margin: 0 auto; 
	top: 0px;
	left: 0px;
	position: absolute;
	width: 688px;  
	background: url('bg.jpg') repeat-y;
	line-height: 17px;

} 
#content { 
	width: 438px; 
	height: auto;
	margin-left: 20px;
	margin-right: 230px;
	margin-top: -20px;
	margin-bottom: -160px;
	text-align: justify; 
	position: relative;
} 
#bottom { 
	width: 688px; 
	height: 228px; 
	background: url('foot.jpg'); 
}
#mainimg {
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	width: 688px;
	height: 408px;
}
h2, h3 {
	width: 355px;
	text-align: left;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	padding-right: 0px;
	color: #9e060c;
	border-bottom: 1px dashed #480001;
	font-family: "trebuchet ms";
	letter-spacing: 2px;
	text-transform: lowercase;
	font-weight: bold;
	font-style: oblique;
}
#content a:link, a:active, a:visited {
	text-decoration: none;
	color: #96590b;
	border-bottom: 1px solid #463217;
}
#content a:hover {
	text-decoration: none; 
	color: #a48440;
	border-bottom: 1px solid #503c10;
}
input, textarea, option, select {
	background-color: #100001;
	font: 8pt arial;
	color: #a2732a;
	letter-spacing: 1px;
	border: 1px solid #503c10;
	padding: 2px; 
}