body{
	margin: 0;
	padding: 0;
	background: #091222 url(../images/bg.png) no-repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}
h1{
	font-size: 26pt;
	margin: 10px 0 10px 0;
}
p{
	font-size: 12pt;
}
a{
	color: #8bb0de;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.center{
	text-align: center;
}
.wrapper{
	margin: 40px 0 0 30px;
	width: 980px;
}
#header{
	height: 100px;
}
#logoLeft a{
	display: block;
	float: left;
	text-indent: -9999px;
	width: 472px;
	height: 66px;
	border: 0;
	background: url(../images/logoLeft.png) no-repeat top center;
}
#logoRight img{
	margin: 12px 0 0 0;
	display: block;
	float: right;
	width: 491px;
	height: 70px;
	border: 0;
}
#sidebar{
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}
#nav{
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li{
	margin: 10px 0 10px 0;
}
#nav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14pt;
	padding: 5px 5px 5px 0;
}
#nav li a:hover{
	text-decoration: underline;
}
.carTriangle{
	margin: 0 0 0 -30px;
	position: relative;
	z-index: 2;
}
#content{
	float: left;
	width: 600px;
	margin: 15px 0 0 0;
	padding: 10px 25px 30px 80px;
	background: url(../images/contbg.png) repeat;
}
.support{
	margin: 15px 0 0 0;
}
.support h1{
	font-size: 18pt;
	text-transform: uppercase;
}
.support img{
	border: 0;
	width: 175px;
	height: 50px;
}
#content .three_column{
	display: block;
	float: left;
	width: 200px;
}
.three_column hr{
	border: 1px solid #fff;
}
.eboardwrap{
	margin: 20px 0;
	display: block;
	width: 600px;
	float: left;
}
.eboardwrap img{
	float: left;
	border: 3px solid #a6eefa;
	margin: 5px 15px 0 0;
}
.eboardwrap .eboardname{
	color: #99b4e8;
	margin: 0 0 5px 0;
}
.eboardwrap .eboardcont{
	margin: 0;
	padding: 0;
}
#logos {
	clear:both;
}
#logos img{
	float: left;
	display: block;
	margin: 20px 8px 20px 8px;
}
#photo_wrapper img{
	padding: 7px;
	border:2px solid #fff;
	background: #8BB0DE;
}
