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

.wrapper {
	height:90%;
	width:992px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.buttons {
	float: right;
	margin-left: 496px;
	width: 494px;
	margin-top: -89px;
	background: #000000;
	
}

.container {
	background: #000000;
}

.maincontent {

	background: #000000;
	color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;

}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
}

.infobox {
	position: relative;
	height: auto;
	width: 400px;
	top: -500px;
	border: thin solid #999999;
	left: 475px;
	padding: 10px;
	z-index:2;
	float:inherit;

}

.infowrapper {
	height: 50px;
	width: auto;
}
.infoboxmarine {
	position: relative;
	height: auto;
	width: 400px;
	top: -320px;
	border: thin solid #999999;
	left: 475px;
	padding: 10px;
	z-index:2;
	float:inherit;

}

.majorheading {
	color:#FF0000;
	font-size:18px;
	text-decoration:underline;
}