/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
a {
	color: #FF0000;
}
hr {
	display: none;
}
.header {
	left: 55px;
	top: 296px;
	position: absolute;
	width: 749px;
}

h1 {
	float: left;
	height: 130px;
	width: 122px;
}
.menu-container {
	width: 540px;
	float: right;
}

.menu {
	padding: 0;
	margin: 15px 0 0 10px;
}
.menu li {
	list-style: none;
	float: left;
	background: url(img/menu_header.gif) no-repeat;
	padding: 10px 10px 0 10px;
	color: #666666;
	height: 70px;
	overflow: auto;
	margin: 0;
}
.menu li a {
	display:block;
}
.menu li#soul {
	width: 100%;
	padding-top: 14px;
}

address {
	font-style: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: right;
	clear: left;
	color: #696969;
	padding: 10px 0;
}
.news {
	padding: 15px;
	margin: 205px 0 0;
	overflow: auto;
}
.news h2 {
	float: left;
}
.news ul {
	list-style-type: square;
	float: left;
	width: 620px;
	padding-left: 30px;
}
.news li {
	margin-bottom: 10px;
}




.copyright {
	text-align: right;
}
