body {
	background: #E7E6D9;
}
#halign {
background: #FFFFFF no-repeat right top;
}

#header {
	background: url(../images/first_page_background/first_page_back_01.gif) no-repeat left top;
	height: 86px;
	width: 634px;
	border-bottom: 2px solid #000066;

}

#header_en {
	background: url(../images/first_page_background/first_page_back_01_en.gif) no-repeat left top;
	height: 86px;
	width: 634px;
	border-bottom: 2px solid #000066;

}
/* --------- Content --------- */
#menu ul {
	list-style-type: none;
	margin-top: 50px;
}
#menu li {
}
#menu ul li a {
	font: bold 11px "tahoma", arial, verdana;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 40px;
	width: 200px;
	background: url(buttonBackground_1.gif) no-repeat left center;
	padding-left: 50px;
	padding-top: 8px;

}
#menu ul li a:hover {
	color: #282D33;
	background: url(buttonBackground_2.gif) no-repeat left center;

}
		

#contents {
	background: #FFFFFF;
	width: 634px;
	height: 485px;
	float: left;
}
#menu {
	position: absolute;
	top: 0px;
	right: 0px;
}
