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

div.center {
	margin-top: 5%;
	margin-bottom:5%;
	margin-left: auto;
	margin-right: auto;
	width: 845px;
	height:280px;
	background-color:#B6C4AB;
}

#top_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 845px;
	height: 19px;
	background-image:url(../images/bg_top.gif);
	background-repeat:no-repeat
}


#header_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 785px;
	height: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	font-style: normal;
	line-height: 36px;
	padding: 10px 30px 0px 30px;
	background-image:url(../images/sea-hawk-header_fb5.jpg);
	background-repeat:no-repeat;
	background-color:#B6C4AB;
}

#body {
	position: relative;
	left: 0px;
	width: 785px;
	background-color:#B6C4AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	padding: 0px 30px 0px 30px;
}

#footer_bg {
	position: relative;
	left: 0px;
	width: 845px;
	height: 22px;
	background-image:url(../images/bg_bottom.gif);
	background-repeat:no-repeat
}

.style1 {
	font-size: 11px;
	line-height: 18px;
	
}

.style2 {color: #990000}



a:visited {
	text-decoration: none;
	color: #105159;
}
a:link {
	text-decoration: none;
	color: #105159;
}
a:hover {
	text-decoration: underline;
	color: #105159;
}
a:active {
	color: #105159;
}

