@charset "utf-8";

body{
	color:#000000;
	min-width:800px;	
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	height: 100%;
	background:#f7f0b0;
	text-decoration: none;
	}	


a:link{
	color: #FFCC66; 
	font-weight:500;
	text-decoration: none;
	
}
	a:visited{
	color: #f6d9a0;
	text-decoration: none;
	}

a:hover {
	color: #f8c63f;
	text-decoration: none;
}
	
#wrap{
	color:#4d0506;
	background:#4d0506;
	width: 800px;
	height: 630px;
	margin: 0 auto 0 auto; 
	
	
	}	
#banner{
	width: 800px;
	height:108px;
	color:#4b0a06;

	}
#navigation{
	background: url(images1/nav.jpg);
	width: 750px;
	height: 30px;
	text-decoration: none;
}	
	
#navigation li{
	display: inline;
	padding: 0px;
	color:#FFCC66;
	margin: 0 0 0 75px;
	text-decoration: none;
	}
	
#navigation ol{ margin:0 ; padding: 0; list-style-type:none; padding: 3px 0 0 120px; 

	}

	
#content_wrap {
	background:#f7f0b0;
	margin: 0 auto 0 auto; 
	width: 780px;
	height: 450px;
	}	
#images{
	text-align:center;
	padding:15px;
	margin: 0 15px 0 5px;
	word-spacing:20px;
	}

#text {
	margin: 0 15px 0 15px;
	float: left;
	top: 0;
	font-size: small;
	background: e1dbe4;
	padding: 5px;
	}	
	
#contact a:link{ 
	color:#780510;
	}
	
#contact{
	margin: 0 0 0 160px;
	width: 300px;
	height: 245px;
	float: left;
	}	
#hammer{
	width: 150px;
	height: 150px;
	float: left;
	margin: 30px 0 0 0;
	
	}

#foot{
	color:#FFCC66;
	font-size: .65em;
	padding: 10px;
	clear: both;
	text-align: center;
 	
	}


