html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 795px;
}
#goddiv {
	width: 795px;
	padding-left: 10px;
	background-image: url('images/bac_page.jpg');
	background-repeat: repeat-y;
}
#headerdiv {
	background-image: url('images/header.jpg');
	width: 775px;
	height: 330px;
}
#maincontent {
	width: 572px;
	float: left;
	padding: 10px;
	padding-right: 40px;
	background-image: url('images/right_sp.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#rightcolumn {
	padding-left: 3px;
}
#footer {
	clear: both;
	width: 775px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer_shadow {
	background-image: url('images/shadow.jpg');
	background-repeat: no-repeat;
	height: 7px;
	width: 775px;
}
#footer_left {
	float: left;
	background-image: url('images/left_footer.jpg');
	background-repeat: no-repeat;
	width: 22px;
	height: 27px;
}
#footer_right {
	float: right;
	background-image: url('images/right_footer.jpg');
	background-repeat: no-repeat;
	width: 22px;
	height: 27px;
}
a.menulink {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BBB;
}
h2 {
	font-size: 14px;
}
