@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;
	background: #5a4534;
	text-align: center;
	
	}
	
#container {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	line-height: 19px;
	
	}
#header {
	height: 184px;
	background: transparent url("Images/headerbg.jpg") repeat-x;

}
#navigation {
	height: 63px;
	background: transparent url("Images/navbg.jpg") repeat-x;
}


#quote {
	height: 85px;
	background: transparent url("Images/quotebg.jpg") repeat-x;
}
	
#content {
	
	background: #444a6b;

}

#footer {
	height:171px;
	background: transparent url("Images/bottombg.jpg") repeat-x;

}

a {
	color: #debb94;
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	color: #9097c1;
	text-decoration: underline;
	font-weight:bold;

	
}

h1 {
	margin: 20px 10px 10px 00px;
	color: #debb94;
	font-family: "Times", arial, verdana;
	font-size: 20px;

}

h2 {
	margin: 20px 10px 10px 00px;
	color: #a4abd0;
	font-family: "Times", arial, verdana;
	font-size: 16px;



}
a img {
	border: 0px;
	
}