@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;
	font-weight:bold;
	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 20px;
	}
#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:735px;
	background-color: #f2e8d0;
	margin-left:1px;
	}
	
#sidebar {
	float:left;
	width: 250px;
	margin-top:25px;
	}
	
#box1 p{
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #7e1408;
	line-height:16px;
	}
	
#box2 p{
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #7e1408;
	line-height:16px;
	margin-top:-15px;
	}

#sidebar h2 {
	font-family: times, times new roman, serif;
	font-size: 18px;
	color: #7e1408;
	font-variant: small-caps;
	}
	
	
#quote {
	width: 235px;
	height:140px;
	background-color: #f1e2a7;
	
	margin-left:15px;
	}
	
#quote p {
	font-family: times, serif;
	font-size: 12px;
	color: #7e1408;
	line-height:17px;
	font-style: italic;
	text-align:left;
	padding: 10px;
	}
	
#box1 {
	width: 249px;
	height:211px;
	padding:8px;
	margin-left:4px;
	background: url(../images/box1.gif) no-repeat top left

	}
	
#box1 a {
	font-family: verdana, sans serif;
	font-weight:bold;
	font-size: 11px;
	color: #7e1408;
	line-height:16px;
	text-decoration:none;
	
	}

	
#box2 {
	margin-top:-20px;
	margin-left:4px;
	width: 249px;
	height:211px;
	padding:8px;
	background: url(../images/box2.gif) no-repeat top left

	}
	
#box2 a {

	font-family: verdana, sans serif;
	font-weight:bold;
	font-size: 11px;
	color: #7e1408;
	line-height:16px;
	text-decoration:none;
	}


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

}

#rightText .WU h1{
font-size:18px;
font-style:italic;
display:inline;
}
	
#rightText .WU a{
font-size:14px;
text-decoration:underline;
}

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;
}