#container{
	padding:0px;
	width:962px;
	left: 50%;
	position: absolute;
	margin-left: -481px;
	height: 564px;
	top: 50%;
	margin-top: -282px;
	z-index: 2;
}
#header{
	text-align:left;
	width:962px;
	height: 146px;
	position: absolute;	
}
#navigation {
	position:absolute;
	width:962px;
	height:28px;
	overflow: hidden;
	left: 0px;
	top: 146px;
	background-color: #7682AF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
}

#navigation ul {
list-style-type : none;
margin: 0;
padding: 0;

	
 }
#navigation ul li {
	border-left: 1px solid #000;
	float: left;
	line-height: 28px;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	padding-right:30px;
	padding-left: 30px;
	color: #000000;
		}

#navigation ul li a {
	text-decoration: none;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}


#navigation ul li a:hover {
 color: #FFFFFF;
}

#navigation ul li a:link, #navigation ul li a:visited{}


#navigation ul li a#current {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#contents {
	height: 390px;
	width: 962px;
	position: absolute;
	top: 174px;
}
