@charset "utf-8";
#body {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
	background-color: #FFFFFF;
}
#mainmenu  {
	width: 110px;
	float: left;
	clear: right;
	position: absolute;
	top: 222px;
	margin-left: 18px;
}


.mainMenuItem {
	margin-bottom: 12px;
}

#body #content {
	width: 802px;
}
#body  #content  #maintresc {
	margin-left: 164px;

}


#body  .header-img1 {
	position: relative;
	top: -40px;
	left: 29px;
}
#body  #bodyup {
	background-image: url(../images/body-up.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 802px;
	position: relative;
	bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}

#body #bodydown {
	background-image: url(../images/body-down.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 802px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 68px;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/body-down.png);
	background-repeat: no-repeat;
}
#footer .link {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}
