#header
{
	background-image:url("top.jpg");
	height: 140px;
	top: 20px;
	/*height: 188px;*/
}

#body
{
	background: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	top: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#body, #header
{
	width: 751px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
}

#menu
{
	float:left;
	width: 100px;
	padding-left: 20px;
	padding-top: 0px;
}

#content
{
	float:right;
	width: 560px;
	padding-right:20px;
	height: 800px;
	overflow: auto;
	padding-top: 0px;
	margin-top: 0px;
}

h2
{
	font-size: 16px;
	margin-top: 20px;
}
h3
{
	margin-top: 20px;
	margin-bottom: 10px;
}

a:link, a:visited, a:active
{
	color:#000000;
	text-decoration:none;
}
a:hover
{
	color: #009999;
}
