@charset "UTF-8";

#wrapper {
	background-image: url(../graphics/bluefish.jpg);
	background-repeat: repeat;
	background-position: center top;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 1200px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #324a7b;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #324a7b;
}
.main {
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	margin-top: 0px;
	background-image: url(../graphics/center_bkgd.jpg);
	background-repeat: repeat-y;
	top: 0px;
}
#header {
	height: 175px;
}
#header_pic {
	float: left;
	width: 200px;
	padding-left: 20px;
	height: 175px;
}
#intersail {
	float: right;
	padding-right: 20px;
	z-index: 1;
	background-image: url(../graphics/intersail.jpg);
	background-position: right;
	width: 600px;
	background-repeat: no-repeat;
	height: 175px;
	margin-right: 20px;
}
#menu {
	float: left;
	width: 150px;
}
#content {
	float: right;
	width: 700px;
	padding-left: 10px;
	padding-right: 30px;
}
#footer {
	clear: both;
}
#footer2 {
	background-image: url(../graphics/footer.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 860px;
	margin-right: 20px;
	margin-left: 20px;
}
#title {
	float: left;
	height: 50px;
	width: 280px;
	margin-top: 110px;
}
.red {
	font-family: "Trebuchet MS", Verdana, sans-serif, Geneva;
	font-size: 1em;
	font-weight: bold;
	color: #FE1704;
}
.redhead {
	font-family: "Trebuchet MS", Verdana, sans-serif, Geneva;
	font-size: 1.2em;
	font-weight: bold;
	color: #FE1704;
}
.footer {
	font-family: "Trebuchet MS", Verdana, sans-serif, Geneva;
	font-size: .75em;
	font-weight: normal;
	color: #666666;
}
.text {
	font-family: "Trebuchet MS", Verdana, sans-serif, Geneva;
	font-size: 1em;
	font-weight: normal;
	color: #003163;
	vertical-align: top;
	
}
.indenttext {
	font-family: "Trebuchet MS", Verdana, sans-serif, Geneva;
	font-size: 1em;
	font-weight: normal;
	color: #003163;
	vertical-align: top;
	text-indent: 20px;
}
#sidebar {
	float: left;
	width: 125px;
	margin-left: 20px;
}
