*
{
	margin: 0px;
	padding: 0px;
}
html
{
	height: 100%;
}
body
{
	background-color: #0c5c92;
	background-image: url('../images/sea.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	font-size: 10pt;
	font-family: Verdana;
	color: black;
}
div
{
}
#page
{
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
} 
#struct
{
	width: 950px;
	height: 550px;
	margin: 0px auto;
	background-color: #0c5c92;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
#head
{
	width: 100%;
	height: 103px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-image: url('../images/head.jpg');
}
#menu
{
	width: 100%;
	height: 51px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: #8b97a0;
	vertical-align: middle;
	font-size: 0px;
}
#content
{
	width: 940px;
	height: 277px;
	background-color: #ccd6de;
	text-align: left;
	overflow: auto;
	padding: 5px;
}
#picture
{
	width: 100%;
	height: 102px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-image: url('../images/image1.jpg');
}
#space
{
	width: 100%;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: #0c5c92;
	font-size: 0px;
}
h2
{
	font-size: 14pt;
}
.menupic
{
	width: 40px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	float: left;
}
.menutext
{
	height: 40px;
	width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	float: left;
	vertical-align: middle;
}
.button
{
	border-style: none;
}
#copyright
{
	font-size: 8pt;
	color: white;
}
a:link, a:visited
{
	text-decoration:none;
	color: blue;
}
a:hover, a:active
{
	text-decoration: underline;
	color:black;
}
.nav:link, .nav:visited
{
	text-decoration:none;
	color: white;
}
.nav:hover, .nav:active
{
	color:#40b6ba;
}