@charset "UTF-8";

/* CSS Document */

/*colors
off white: #f2e8d0
yellow: #f1e2a7
red: #7e1408
*/

body {
	background: url(../images/bkg.jpg) no-repeat top center;
	background-color:#8f2303;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
/*Structure*/

#container {
	width: 804px;
	text-align: center;
	margin: 0px auto;
	}
	
#header {
	width: 804px;
	height: 242px;
	background: url(../images/header.jpg) no-repeat center;
	}
	
#contact {
	padding-top:12px;
	padding-left:305px;
	font-family: times, serif;
	font-size: 18px;
	color: #f2e8d0;
	}


	
#nav {
	width: 804px;
	height: 30px;
	font-family: times, times new roman, serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 30px;
	margin-top:180px;
	}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav li {
	display: inline;
	padding: 5px 16px;
	}
#nav a {
	color: black;
	font-weight:bold;
	text-decoration: none;
	}
#nav a:hover {
	color: #7e1408;
	font-weight:bold;
	border-bottom: 1px dotted #7e1408;
	}

#nav a.selected {
	color: #7e1408;
	font-weight:bold;
	border-bottom: 1px dotted #7e1408;
	}

#mainContent { 
	width: 802px;
	height:600px;
	background-color: #f2e8d0;
	margin-left:1px;
	}
	
#sidebar {
	float:left;
	width: 180px;
	margin-top:25px;
	padding:10px;
	
	}
	


#sidebar h2 {
	font-family: times, times new roman, serif;
	font-size: 20px;
	color: #7e1408;
	font-variant: small-caps;
	
	}
	
#subnav {
	background: url(../images/box3.jpg) no-repeat;
	width: 180px;
	height: 302px;
	padding-top:5px;
	}
	
#subnav ul {
	list-style-type: disc;
	color: #7e1408;
	text-align: left;
	margin-left:35px
	}

#subnav li {
	padding-top:0px;
	}
	
#subnav a {
	color: #7e1408;
	text-decoration: none;
	}

#subnav a:hover {
	color: #000000;
	}

#subnav a.selected {
	color: #000000;
	}
	
#sidebar p {
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #7e1408;
	line-height:16px;
	margin-top:-10px;
	}
	
	
	
	
#quote {
	width: 165px;
	height:125px;
	background-color: #f1e2a7;
	margin-left:15px;
	}
	
#quote p {
	font-family: times, serif;
	font-size: 12px;
	color: #7e1408;
	line-height:16px;
	font-style: italic;
	text-align:left;
	padding: 10px;
	}
	



#rightText {
	float:right;
	width: 450px;
	text-align:left;
	padding-right: 40px;
	margin-top:25px;
	}
	
	

h1 {
	font-family: times, times new roman, serif;
	font-weight:normal;
	font-size: 18px;
	line-height:20px;
	color: #7e1408;
	}

p {
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
	}
	
a {
	color: #000000;
	text-decoration: underline;
	}
	

	
a:hover {
	text-decoration:none;
	}

	
#footer {
	clear:both;
	width: 804px;
	margin-left:45px;
	}
	
#footer p {
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #f2e8d0;
	}

#footer a {
	color: #f2e8d0;
	text-decoration: underline;
	}
#nav a:hover {
	text-decoration:none;
	}

img {
border:0;
}

#rightText table {
	font-family: verdana, sans serif;
	font-size: 11px;
	color: #000000;
	line-height:16px;
	}