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

div.center {
	margin-top: 5%;
	margin-bottom:5%;
	margin-left: auto;
	margin-right: auto;
	width: 845px;
	height:860px;
	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
}

#model-title {
	position: relative;
	padding: 10px 0px 0px 0px;
}


#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: 0px 30px 0px 30px;
	background-image:url(../images/sea-hawk-header_50.jpg);
	background-repeat:no-repeat;
	background-color:#B6C4AB;
}



#donate {
	position: relative;
	top: -1035px;
	left: 410px;
	width: 375px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 30px 0px 30px;
	text-align: right;
}

#body {
	position: relative;
	top: 8px;
	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-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#footer {
	position: relative;
	background-color:#B6C4AB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 30px 0px 180px;
}

#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;
}

