
body { 
	position: relative;
	margin: 0px;
	font-family: Arial; 
	font-size: 13px; 
	color: #5e3618;  
}

h3 { 
	margin: 0px; 
	font-family: Arial;
	font-style : italic;
}
	

#holder {
	position: relative;
	margin: 0px auto 0px auto;
	width: 765px;
	height: 100%;
}

#header { 
	padding-left: 15px;
	position: relative; 
	width: 765; 
	height: 195px; 
	background-color: #bd8760;
	margin: 0px; 
	
}

#content { 
	position: relative; 
	width: 100%;
	background-color: #fdfbf1;
	border-top: 0px solid #1e1c1b;
}

#footer {  
	position: relative;
	width: 100%;
	height: 57px;
	background-color: ; 
	border-top: 5px solid #1e1c1b;
	
}

.Nav {color: #fdfbf1; text-decoration: none; font-family: Arial; font-size: 10.5pt; font-weight: bold; line-height: 1.6;}
a:link.Nav {color : #fdfbf1;}
a:visited.Nav  {color : #fdfbf1;}
a:active.Nav  {text-decoration: none;}
a:hover.Nav  {color : #fdfbf1; text-decoration: underline;}

