@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #030303;
}
.header {
	height: 100px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}



.thrColEls #container {
	width: 50em;
	margin: 0 auto;
	text-align: left;
} 

.thrColEls #sidebar1 {
	float: left;
	width: 11em;
	padding: 15px 0;
	background-color: #EBEBEB;
	background-image: url(../img/bg_2.png);
	color: #CC6600;
}
.thrColEls #sidebar2 {
	float: right;
	width: 11em;
	padding: 15px 0;
	background-color: #EBEBEB;
	background-image: url(../img/bg_2.png);
}
.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColEls #mainContent {
	margin: 0 1em 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6633;
	clear: right;
} 

.fltrt {
	float: right;
	margin-left: 8px;
	width: 350px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	width: 500px;
	clear: both;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navigation {
	float: right;
}
.logo {
	float: right;
}
.style3 {
	font-size: 24px;
	color: #FFFFFF;
}
.style5 {color: #CC6600}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style8 {
	font-size: 75%;
	color: #FFFFFF;
}
.slogan {
	float: right;
	margin-right: 10px;
	margin-top: 55px;
	background-image: url(../img/slogan.gif);
	background-repeat: no-repeat;
	width: 614px;
	height: 40px;
}

