@charset "utf-8";



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #760712;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	border: 1%;
}

#contactinfo {
	float: right;
	text-align: left;
	color: white;
	font-weight:bold;
	margin-top: 40px;
	margin-right: 30px;
}

#contactinfo a {
	color: #FFF;	
}

.header {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	height: 130px;
	min-height: 130px;
	}
	
.header img {
	 margin-top:50px;
	 margin-left:30px;
}


.subhead {
	background-image: url(../images/subhead_background.jpg);
	background-repeat: repeat-x;
	height: 50px;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 0 0 0;
	display:block;
	clear: left;
	position:relative;
	margin-top: -12px;
}

.subhead ul {
	margin-right: 129px;
}

.subhead ul li {
	display: inline-block;
	float: right;
	color: #FFD983;
	list-style:none;
	list-style-image: none;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 15px;
	
}

.subhead ul li a:link, .subhead ul li a:visited, .subhead ul li a:active {
	color: #FFD983;
	text-decoration:none;
	height: 50px;	
	min-height: 50px;
	}
	
.subhead ul li a:hover {
	color: #FFD983;
	text-decoration:underline;
	height: 50px;
	
	}	

#content { 

	background: url(../images/content_background.gif) repeat-y;
	line-height: 170%;
	font-size: 12pt;
	width: 1000px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 1500px;
	}

#leftgutter {
	background-color: #808080;
	width: 220px;
	float: left;
	display:inline;
	height: 100%;
	
	}


	
h3 { 	color: #2B388E;
		margin-bottom: -10px;
		 }
h4 { 	color: #760712; 
		margin-bottom: -15px;
		}

#pic {
	position: absolute;
	top: 0px;
	left: 30px;
	z-index: 999;

	}
	
.section { 
	margin-left: 340px;
	margin-right: 110px; 
			}
			

.clear { clear:both }

