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


body {
	background-color: #A3AEC0;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
}

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


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

#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:1150px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	width:945px;
	border: 1px solid #FFFFFF;
	padding:8px;
	border-color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 10px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {color: #CC0000}
.style4 {color: #003399}
.style5 {font-size: 16px}
.style6 {color: #000000}
