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

body {
	margin:0;
	color: #C1D71B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000000;
}

.style1 {color: #C1D71B}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #CCFF66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
#container{
	width:800px;
	margin:0 auto;
	height:100%;
	overflow:auto;
	display:block;
	text-align: justify;
}
#top{
	width:800px;
	margin:0 auto;
	height:131px;
	display:block;
	text-align: justify;
}

#middle{
	width:800px;
	margin:0 auto;
	height:auto;
	display:block;
	text-align: justify;
	float:left;
}



#left{
	width:250px;
	margin:0 auto;
	height:auto;
	display:block;
	text-align: justify;
	float:left;
	background-color: #C1D71B;
}
#right{
	width:530px;
	margin:0 auto;
	height:auto;
	display:block;
	text-align: justify;
	float:left;
	padding: 10px;
}
#footer{
	width:800px;
	margin:0 auto;
	height:50px;
	display:block;
	text-align: center;
	float:left;
}
