body {
	background-color:#000;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
	color:#FFF;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	clear: left;
	text-align: left;
	width: 930px;
	z-index:0;
}

.mainbody {
	float:left;
	width: 900px;
margin-right:20px;
}

.toplogo {
	float:left;
	visibility: visible;
	height: 40px;
	width: 400px;
	padding-top: 20px;
	margin-left: -10px;
}

.topnav {
	float:right;
	height: 40px;
/*	width: 400px; */
	padding-top: 43px;
	padding-right: 0px;
	color: #F00;
	text-align:right;
/*	line-height:50px; */
	font-size:12px;
	font-weight:bold;
	color:#999;
}

a.nav {
	color:#999;
	text-decoration:none;
}

.gap {
	float:left;
	height:50px;
	width:930px;
}

.section-a {
	float:left;
	width:300px;
}

.section-b {
	float:right;
	width:522px;
}

.footer-a {
	float:left;
	width:300px;
}

.footer-b {
	float:left;
	width:300px;
}

.footer-c {
	float:left;
	width:300px;
}

.spacer {
	float:left;
	width:15px;
}

.WORKING-bg_gradient {
	clear:both;
	position:absolute; 
	top:175px;
	width: 100%;
	height: 440px;
	background-image:url(../img/bg_gradient.png);
	background-repeat:repeat-x;
	z-index:-10;
}

.bg_gradient {
	position:absolute;
	top: 75px;
	left: 0;
	width: 100%; 
	height: 440px; 
	background-image:url(../img/bg_gradient.png);
	background-repeat:repeat-x;
	z-index:-10;
}

.colorsplash {
	position: absolute; 
	width: 700px;
	height: 442px; 
	z-index: -20;
/*	background-color: #000;
	background-image: url(../img/colorsplash4.jpg);
	background-repeat: no-repeat; */
	margin: 0px;
	top: 0px;
}

.section-margin {
	margin: 0 15px 0 15px;	
}

.footer_space {
	clear:both;
	float:left;
	height:40px;
	width:100%;
	z-index:0;
}

.footer_hr {
	clear:both;
	float:left;
	background:url(../img/bg_gradient_bottom.png);
	background-repeat:repeat-x;
	height:6px;
	width:100%;
	z-index:0;
}

a {
	text-decoration:none;
	color:#70B876;
}

a.home {
	text-decoration:none;
	color:#70B876;
}

.opacity {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

img {
border:0;
}