body {
	background-image: url(/images/grey-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000;
/*	background-color: #f2f2f2; */
/*	background-color:#ccbd7c; */
	font-size:12px;
	color:#CCCCCC;
}

a {
	color:#3399CC;
}

.listing th {
	color: #000000;
}

.required {
	color: #FF0000;
}

#skybox {
	color: #000000;
}

.aql_error {
	color: #FF0000;
}

form.standard_form .field input.textfield {
	width: 175px;
}

form.standard_form .field input.wide {
	width: 360px;
}

#template {
	margin: 0 auto;
	width: 950px;
	padding: 15px 25px 35px 25px;
}

#template-shaddow {
	width:100%;
	background-image: url(/images/1000px-shaddow-black.png);
	background-repeat:repeat-y;
	background-position:center;
}

.lighter-box {
	background-color:#222222;
	padding: 15px;
}

#content {
	margin-top: 20px;
	min-height: 600px;
}

#main-area {
	float:left;
}

#sidebar {
	float:right;
	width: 300px;
	margin-right: 5px;
}

#logo {
	float: left;
	margin-left: 5px;
	margin-right: 50px;
}

#leaderboard {
	float:left;
}

.main-nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0 0 0px;
/*	background-color: #2f3849; */
	background-image:url(/images/tube-nav.gif);
	width: 728px;
}
.main-nav ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
.main-nav ul li {
	display: inline;
	border: none;
}
.main-nav ul li a {
	display: block;
	float: left;
	color: #fff;
/*	background-color: #2f3849; */
	background-image:url(/images/tube-nav.gif);
	padding: 15px 14px 10px 14px;
	border: none;
	border-left: 1px #0f0f0f solid;
	border-right: 1px #0f0f0f solid;
	text-decoration: none;
}
.main-nav ul .tab_on a.active-tab {
	color:#ffffff;
	background-image:none;
	background-color: #000000;
	border-top: 9px #cfae67 solid;
	padding: 6px 20px 10px 20px;
}
.main-nav ul li a:hover {
	background-color: #464f60;
}

.cms-post-title {
	border: #CCCCCC solid 1px;
	border-bottom-width: 8px;
	border-bottom-color: #666666;
	border-right: none;
	border-left: none;
	padding: 4px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom-color: #cfae67;	
}

.title-bar {
	border: #CCCCCC solid 1px;
	border-bottom-width: 8px;
	border-bottom-color: #666666;
	border-right: none;
	border-left: none;
	padding: 4px 0 4px 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.title-bar.purple {
	border-bottom-color: #cfae67;	
}
.title-bar.black {
	border-bottom-color: #000;	
}
.title-bar.orange {
	border-bottom-color: #d59a4a;	
}
.title-bar.olive {
	border-bottom-color: #989933;	
}
.title-bar.splitpea {
	border-bottom-color: #babe4c;	
}
.title-bar.blue {
	border-bottom-color: #4273bc;
}
.title-bar.rose {
	border-bottom-color:#d1b6b0;
}


#footer {
	margin: 0 auto;
	padding: 25px;
	width: 949px;
	border-top: 1px dotted #666666;
	height: 150px;
	background-color: #000;
	font-size:12px;
	color:#666666;
	text-align:center;
}