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


body {
	background-color: #09F;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #F0F;
}
a:hover {
	color: #BD452C
}

#container {
	background-color: #000;
	width: 800px;
	margin:  0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

#banner {
	background-color:  #000;
	width:  800px;
	overflow: hidden;
	height: 450px;
}

#content_holder {
	float: right;
	width: 800px;
}
#left_sidebar {
	background-color: #000;
	float: left;
	height: 1280px;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AD84BD;
	font-weight: bold;
}
#main_body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 1280px;
	width: 560px;
	background-color: #ACCE31;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 800px;
	text-align: center;
	float: left;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	height: 20px;
}


#sub_footer {
	color: #FFF;
	background-color: #333;
	width: 800px;
	border: thin solid #000;
	text-align: center;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
	width: 800px;
	overflow:  hidden;
	border: thin solid #000;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	line-height: 12px;#container_holder {
	background-color: #000;
	width: 800px;
}
