#container {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	border-width: medium;
	border-color: #000;
	height: 1300px;
	width: 1024px;
	top: 0px;
	font-style: normal;
	font-weight: 400;
	background-color: #FFFFFF;
	float: none;
	margin-left: 50px;
	margin-right: 5px;
	left: 0px;
	right: auto;
	position: absolute;
	overflow-y: visible;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10mm;
}

#header {
	width: 100%;
	height: 150px;
	text-align: left;
	float: left;
	position: static;
	clear: none;
	overflow-x: visible;
	margin-left: 20px;
}


.navi {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	width: 900px;
	text-decoration: none;
	height: auto;
	float: right;

	


}
.navi ul li  {
	list-style-type: none;
	height: 30px;
	background-color: #0000FF;
	width: 11%;
	margin-top: -16px;
	border: thin solid #666666;
	float: left;
}

.navi ul li a {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
	height: auto;
	line-height: 30px;
	display: block;
	border-width: thin;
}
.navi ul li a:hover {
	background-color: #0033FF;
}
