
/* CSS Document */

body {
	background-color: #3b0822;
	margin: 0; padding: 0;
}
#wrapper {
	width: 850px;
	background-color: #dfb678;
	background-image: url(images/bg-content.jpg);	
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3b0822;
}	
#banner-home {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 386px;
	margin: 0; text-align: left;
}
#bannerleft {
}
#bannerright {	
	margin-left: 580px;
	text-align: left;
	padding-top: 220px;
	width: 150px;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: #ad0b04;
}	
/*navigation styling*/
.navlist {
	float: left;
	padding-left: 0;
	padding-top: 230px;
	margin-left: 50px;
	border-bottom: 1px solid gray;
	width: 120px;
}

.navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	line-height: 100%;
}

.navlist li a { 
	text-decoration: none; 
	color: #ad0b04;
}
.navlist a:hover {
	color: #3b0822;
}
/*end of navlist styling*/
#contentwrapper {
	background-color: #dfb678;
	background-image: url(images/bg-content.jpg);
	margin-top: 0;
	padding: 0 80px;
	text-align: left;
}
#content {
	background-color: white;
	width: 710px;
	margin: 0 auto;
	border: 1px solid #878787;
	text-align: left;
	padding: 20px;
}	

#footer {
	background-color: white;
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #878787;
	width: 750px;
	margin: 0 auto;
	font-size: 90%;
	color: #878787;
	text-align: center;
	padding: 5px 0;
	
}	
p.firstline {
	margin-top: 0;
}

h1 {
	font-size: 1.3em;
	color: #ad0b04;
}	
h2 {
	font-size: 1.2em;
	color: #850600;
}	 
.boxright {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 10px;
	border: 1px solid #878787;
	margin-left: 10px;
}	
ul li, p {
	line-height: 130%;
}	