body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

a {
	color: #288659;
	text-decoration: none;
}

a:hover {
	color: #816aad;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #fcd330;
	text-decoration: none;
}

.banner {
	width: 100%;
	height: 244px;
	background: url(../img/banner_bg2.jpg) center top repeat-x #ffffff;
}

.banner_holder {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

.banner_logo {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 4px;
	width: 233px;
	height: 244px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/banner_logo.png',sizingMethod='image');
}

.banner_logo[class] {
	background: url(../img/banner_logo.png) left top no-repeat;
}
	
.banner_kids {
	position: absolute;
	z-index: 15;
	top: 5px;
	right: 4px;
	width: 304px;
	height: 239px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/banner_kids.png',sizingMethod='image');
}

.banner_kids[class] {
	background: url(../img/banner_kids.png) left top no-repeat;
}

.banner_title {
	position: absolute;
	z-index: 20;
	left: 233px;
	top: 7px;
	width: 366px;
	height: 32px;
}

.nav {
	width: 100%;
	height: 45px;
	background: url(../img/nav_bg.jpg) left top repeat-x #ffffff;
}

.nav_holder {
	width: 866px;
	position: absolute;
	left: 50%;
	margin-left: -433px;
	z-index: 1000;
}

.nav_holder .button {
	float: left;
}

.nav_holder .cheater {
	margin-left: 2px;
}

.main {
	width: 100%;
	background-color: #ffffff;
}

.main_holder {
	width: 866px;
	position: relative;
	left: 50%;
	margin-left: -433px;
	background: url(../img/main_bg.gif) 1px top repeat-y;
}

.main_holder .cdvf {
	padding: 12px 0px 12px 31px;
}

.main_holder .left {
	width: 215px;
}

.main_holder .content {
	width: 651px;
	font-size: 12px;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

.footer {
	width: 100%;
	background: url(../img/footer_bg.gif) left top repeat-x #000000;
}

.footer_holder {
	width: 866px;
	position: relative;
	left: 50%;
	margin-left: -433px;
	color: #ffffff;
	font-size: 10px;
}

.footer_holder .tag {
	padding: 5px 0px 5px 0px;
}

/* Menu Control */

.menu {
	color: #666666;
	font-size: 10px;
	background: url(../img/menu_bg.gif) left top repeat-y #ffffff;
	width: 170px;
}

#menu_item {
	height: 20px;
	width: 170px;
	background: url(../img/menu_item_bg.gif) left bottom repeat-x;
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	text-indent: 5px;
}

#menu_line {
	height: 1px;
	background-color: #1e872e;
}

