/* CSS Document */
BODY {
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	position: relative;
	width: 980px;
	height: 580px;
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
}
#menu {
	position:absolute;
	width:auto;
	height:30px;
	top:112px;
	left:11px;
}
#bottom{
	position: absolute;
	left: 20px;
	top: 553px;
	font-size: 10px;
	color: #999999;
}
.menu-del{
	margin-top:6px;
}
#menu UL {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu LI{
	position:relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu LI a{
	color: #FFFFFF;
	float: left;
	display: block;
	color: #666666;
	height:100%;
	width:auto;
	text-decoration: none;
	text-align: center;
	padding-top:8px;
	padding-bottom:6px;
	padding-right:10px;
	padding-left:10px;
	font-weight: bold;
}
H1 {
	font-size: 20px;
	color: #A60000;
	font-weight: normal;
	margin-top:0px;
	border-bottom: dotted #CCCCCC 1px;
}
#menu LI a:hover{
	color:#000000;
	border-bottom:solid 2px #A60000;
}
#left-box{
	position: absolute;
	width:258px;
	height:371px;
	left: 11px;
	top: 160px;
}
.left-headline{
	position: relative;
	width:100%;
	border-bottom:solid 2px #A60000;
	overflow:hidden;
	color:#666666;
}
#right-box{
	position: absolute;
	width:676px;
	height:386px;
	left: 278px;
	top: 160px;
	line-height:1.5;
	overflow:auto;
	padding-right: 10px;
}

