@charset "utf-8";
/* CSS Document */

body {
	background-color: #0198F1;
}

#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body.jpg);
}

#head {
	height: 147px;
	width: 580px;
	background-image: url(images/header.jpg);
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 40px;
	color: #F19914;
	padding-top: 140px;
	padding-left: 350px;
}
#head a, a:visited {
	color:#FFFFFF;	
	text-decoration:none;
}
#head a:hover{
	color:#0198F1;
	text-decoration:none;
}
#menu {
	font-family: "Trebuchet MS", Arial, serif;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 15px;
	margin-left: -55px;
}
h1 {
	font-family: "Trebuchet MS", Arial, serif;
	color: #F19914;
	font-size: 36px;
	width: 840px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	padding-top:10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #F19914;
	font-size: 18px;
	margin-top: 10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0198F1;
	font-size: 15px;
	margin-bottom:5px;
}

#content {
	width: 930px;
	padding-top: 20px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25pc;

}
#main_content {
	float: left;
	width: 555px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}
#main_content_1 {
	float: left;
	width: 555px;
	height:500px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
}
#main_content a, a:visited {
	color:#0198F1;
	text-decoration:none;
}
#main_content a:hover{
	color: #F19914;
	text-decoration:none;
}
#right_content {
	float: right;
	width: 250px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 80px;
}
#right_content a, a:visited {
	color:#0198F1;
	text-decoration:none;
}
#right_content a:hover{
	color: #F19914;
	text-decoration:none;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 38px;
	width: 930px;
	padding-top: 40px;
	color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 12px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#footer a, a:visited {
	color: #FFFFFF;
	text-decoration:none;
	
}
#footer a: hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#headshots {
	padding: 2px;
	float: left;
	width: 171px;
	}
