/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
hr {
	display: none;
}
html {
}
body {
	color: #666666;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	background-color: #FFFFFF;
}
.root {
	margin: auto;
	width: 749px;
	position: relative;
	padding: 0 55px 20px;
	background-image: url(img/root_bg.gif);
	background-position: center 100px;
	background-repeat: no-repeat;
}
.menu li {
	list-style: none;
	float: left;
	background: url(img/menu_header.gif) no-repeat;
	padding: 5px 10px 0 10px;
	font-size: 11px;
	color: #666666;
	height: 70px;
	overflow: auto;
	margin: 0;
}
.menu li a {
	display:block;
	margin-bottom: 8px;
}
.copyright {
	text-align: right;
}
