Body {
	margin: 0px;
	padding: 0px;
	background: url('images/bg.jpg');

} 

#wrapper { 
text-align:left; /* reset text alignment */ 
width:766px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
left: 50%;
} 

#main { 
width: 766px; 
/*background-color: #f2f0d8; */


}
#top { 
width: 766px; 
background-color: #630E0E; 
padding: 3px 10px 3px 10px; 
}

#top h1 { 
color: #656C57; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
text-align: left; 
text-indent: 0px; 
margin: 0px; 
padding: 0px; 
text-transform: uppercase; 
}
#mainbody { 
width: 766px; 
background-color: #f2f0d8;
}

#main p, ul, li, .text 
{ 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
text-align: left; color: #3C3E37; 
margin: 18px 10px 18px 10px;
 
}
#table{
background color="#FFFFff";
text-align: left; color: #3C3E37; 
margin: 0px 10px 18px 10px;
}

#main h1
{ 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
text-align: left; color: #3C3E37; 
margin: 18px 10px 18px 10px; 
}


#quote{
text-align: right; color: #7E0107; 
font-style:italic;
}

/* navigation */

#nav {
    
	height: 25px;
	margin: 0, 0px,0,0;
	width: 726px;
}
#nav a {
	background: url('images/nav1a.jpg') no-repeat;
	color: #FFF;
	float: left;
	margin: 0, 0px, 0px, 0px;
	height: 25px; 
	/*letter-spacing: 1.5px;*/
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 103px;
	 font-style:italic; font-variant:normal;  font-size:0.8em; font-family:Times New Roman; 
}
#nav a:hover {
	color: #FFF;
	background-position: left bottom;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}


#footer {
 font-size: 9px; 
 color: #ffffff; 
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 text-align:center; 
 }

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #5E0A0A;
}

*/