@charset "utf-8";

/* CSS Document */



body{

	background:url(images/bg.jpg) center top no-repeat #4a0000;

	margin:0 auto;

	padding:0 auto;

	

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#FFFFFF;

}



img{

	border: none;

}



#header{

	width: 900px;

	height: 292px;

	margin:0 auto;

	padding:0;

	background:url(images/header.jpg) center no-repeat;

}



#topnav{

	height:30px;

	margin:0 auto;

	padding:10px;

	font-size:12px;

	text-align:right;
	
	color:#4a0000;

}



#logo{

	height: 150px;

	width: 400px;

	margin: none;

	padding: none;

	float:left;

	cursor:pointer;

}



.quote{

	height: 110px;

	width: 460px;

	float:right;

	

	margin: none;

	padding: 20px;

}



#nav{

	margin:0; padding:0;

	clear:both;

	text-align:left;

	font-size:12px;

	padding-top:18px;

	padding-left:10px;

	height:50px;

}



#nav li{

	display:inline;

	text-align:center;

	padding: 0px 20px 0px 20px;

	border-right: 1px solid #990000;

	color:#fff;

}

#nav li a{

	color:#fff;

}

#nav li a:hover{

	text-decoration:none;

	background:url(images/mouseover.jpg);

}



#content{

	background: #fff;

	width:860px;

	margin: 0 auto;

	padding: 0px 20px 0px 20px;

	color:#000000;

	padding-bottom:50px;

	font-size:14px; line-height:20px;

}



#footer{

	background: url(images/footer.jpg) center top no-repeat #fff;

	width:890px;

	height:20px;

	margin: 0 auto;

	

	color: #4a0000;

	padding-top:50px;

	padding-right:10px;

	text-align:right;

	font-size:12px;

}



a{

	text-decoration:none;

	color: #4a0000;

}



a:hover{

	text-decoration:underline;

}



h1{

	font-size:20px;

	margin:0;

	padding:5px;

	padding-left:35px;

	background:url(images/heading.jpg) left bottom no-repeat;

	color:#4a0000;

}



h2{

	font-size:16px;

	margin:0;

	padding:5px;

	color:#4a0000;

}



label,input {

	display: block;

	width: 200px;

	float: left;

	margin-bottom: 10px;

}



label {

	text-align: right;

	width: 75px;

	padding-right: 20px;

}





