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

* {
	margin: 0;
	padding: 0;
	border: none;
} 
body  {
	font: 100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.35;
}
#container { 
	width: 960px;
	background: #000000;
	margin: 0 auto;
	text-align: left;
} 
#header { 
} 
/*!!!!!!!!!!!!!!!!!START NAV BAR!!!!!!!!!!!!!!!!!!!!!!*/
#navbox {
	margin: 0 auto 20px auto;
	background-color: rgba(0,0,0,0.6);
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .group {
	zoom: 1;
} /* IE7 */
#example-one {
	margin: 0 auto 0 260px;
	list-style: none;
	position: relative;
	width: 960px;
}
#example-one li {
	display: inline;
}
#example-one li a {
	color: #333333;
	font-size: 20px;
	display: block;
	float: left;
	padding: 6px 40px 4px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
#example-one li a:hover {
	color: white;
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #009933;
}
.current_page_item a, .current_page_item_two a {
	color: white !important;
}
/*!!!!!!!!!!!!!!!!!END NAV BAR!!!!!!!!!!!!!!!!!!!!!!*/
#sidebar1 {
	float: right;
	width: 300px;
	color:#FFFFFF;
	height: 500px;
	margin: 0;
}
#boxtop {
	background: url('images/bg_boxtop.gif') no-repeat top center;
	width: 300px;
	height: 250px;
	margin: 0;
	padding: 0;
}
#boxtop h3 {
	padding: 14px 6px 2px 48px;
	font-variant: small-caps;
}
#boxtop p {
	padding: 8px 6px 4px 38px;
}
#boxbottom {
	width: 300px;
	height: 250px;
	margin: 0;
	padding: 0;
}
#mainContent { 
	margin: 0 300px 0 0;
	background: #FFFFFF;
	color:#333333;
	height: 500px;
} 
#mainContent h1, p { 
	margin: 4px 4px 4px 12px;
}
#footer {
	margin: 30px 0 0 0;
	border-top: 2px solid #333333;   
} 
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
