@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body, html {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}

.wrap {
	min-height: 100%;
}

.header {
	width: 800px; 
	height: 178px; 
	margin: 0 auto;
}
.mainwrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.navi {
	width: 150px;
	height: auto;
	background: #003d52;
	border: 1px solid #0099cc;
	float: left;
}
.navi h3 {
	margin: 0;
	padding: 3px 8px 4px 10px;
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #0099cc;
	background: url(../pictures/navi_bar_bg.gif) repeat-x top left;
}
.button {
	width: 150px;
	height: 28px;
	text-indent: 10px;
	line-height: 28px;
	background: #005470 url(../pictures/navi_bg.gif);
	margin: 0 auto;
	margin-bottom: 1px;
}
.button:hover {
	width: 150px;
	height: 28px;
	background: #005470 url(../pictures/hover_navi_bg.gif);
	margin: 0 auto;
	margin-bottom: 1px;
}
.content {
	width: 620px;
	height: auto;
	background: #003d52;
	border: 1px solid #0099cc;
	float: right;
	margin-bottom: 10px;
	padding: 0 10px;
}
.content h3 {
	margin: 0;
	padding: 3px 8px 4px 10px;
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #0099cc;
	background: url(../pictures/navi_bar_bg.gif) repeat-x top left;
	margin: 0 -10px;
}
.footer {
	width: 50%;
	height: 26px;
	clear: both;
	line-height: 26px;
	text-indent: 10px;
	margin-top: -26px;
}