@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #212C4A;
	background-image: url(../images/water_bg.JPG);
	background-attachment: fixed;
}
#container 
 {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEEEEE;
}
#header {
	width: 770px;
	background-image: url(../images/header.jpg);
	height: 162px;
}
#nav {
	width: 160px;
	height: 390px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
}
#content {
	background-color: #eee;
	float: left;
	width: 630px;
	padding: 5px;
}

#navcontainer {
	width: 115px;
	background-color:#C5C4FF;
	float: left;
	padding: 5px;
}

#navcontainer ul
{
	margin-left: 3px;
	padding-left: 2px;
	list-style-type: none;
	margin-top: 5px;
	text-align: center;
}


#navcontainer a
{
	display: block;
	padding: 3px;
	width: 100px;
	background-color: #212C4A;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C5C4FF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}


#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #4D6B91;
	color: #fff;
}

#footer {
	clear: both;
}
