body
{
	/*background-color: #898989; */
	background-color: #000000;
	font-family: "courier new", monospace;	
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 28px;
	font-weight: normal;
	color: black;
	background-color: white;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#frame 
{
	background-image: url('underwater.jpg');
	background-repeat: no-repeat;
	border-color: #898989;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	height: 600px;
	width: 800px;
}

#home-content
{
	float:left;
	margin-left: 50px;
	margin-right: 5px;
	margin-top: 280px;
	margin-bottom: 0px;
	padding: 0px;
	color: white;
	height: 100px;
}

#subpage-content
{
	float:left;
	margin-left: 50px;
	margin-right: 5px;
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 0px;
	color: white;
}

a
{
	color: white;
}

a:visited
{
	color: white;
}

a:hover
{
	color: white;
}

.homemenu-item
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.subpagemenu-item
{
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	padding-left: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
}

#footer
{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-top: 570px;
	margin-left: 660px;
	float: top;
}