
body { 
	position: relative;
	margin: 0px;
	font-family: Arial; 
	font-size: 13px; 
	color: #5e3618;  
	background-image : url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

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;
	background-image : url(../images/header.jpg); 
	margin: 0px; 
	
}

#content { 
	position: relative; 
	width: 100%;
	background-color: #e3dece;
	border-top: 5px solid #1e1c1b;
}

#footer {  
	position: relative;
	width: 100%;
	height: 57px;
	background-color: ;
	background-image : url(../images/footer.jpg);  
	border-top: 5px solid #1e1c1b;
	
}

.foot {color: #fdfbf1; text-decoration: none; font-family: Arial; font-size: 9pt; font-weight: bold; line-height: 1.6;}

.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;}

.Navx {color: #fdfbf1; text-decoration: none; font-family: Arial; font-size: 9.5pt; font-weight: bold; line-height: 1.6;}
a:link.Navx {color : #fdfbf1;}
a:visited.Navx  {color : #fdfbf1;}
a:active.Navx  {text-decoration: none;}
a:hover.Navx  {color : #fdfbf1; text-decoration: underline;}

