@charset "utf-8";
/* CSS Document */


body {
	background-color: #969DAF;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	background:url(../images/box_back_img.jpg) repeat-x;
	z-index:1;
}

#box{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#left{
	position:relative;
	top:-20px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding:8px;
}



#nav{
	position:relative;
	top:-130px;
}

a {
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

#footer{
	position:relative;
	left:-9px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	width:945px;
	border: 1px solid #FFFFFF;
	padding:8px;
	border-color: #FFFFFF;
	background-color: #666666;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {color: #CC0000}
.style4 {color: #003399}
.style5 {font-size: 16px}
.style6 {color: #000000}