/* ------------ BROWSER DEFAULT RESET ------------ */
* {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
}

body 
{
	margin: 0;
	background-color:#022042;
	background-image: url(../imgs/mainBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	font-size:14px;
}

p
{
	padding:0 0 10px 0;
}

.infoTxt
{
	margin:18px 0 0 32px;
	font-size:16px;
	line-height:20px;
	width:340px;
}
	
.boldTxt
{
	font-weight:900;
}

#wrapper
{
	margin: 0 auto;
	width:980px;
	height: 100%;
}

#content
{
	position: relative;
	width:980px;
	display:block;
	margin:465px 0 0 0;
}

#contentText
{
	position: relative;
	width: 450px;
	margin:0px 0px 0px  95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 0 30px 0;
}

#carly
{
	position: relative;
	background-repeat:no-repeat;
	width:980px;
	height: 119px;
}

#lefty
{
	float:left;
	width:455px;
	height: 119px;
	min-height:119px;
	margin-left:90px;
}

#righty
{
	background-image: url(../imgs/info.jpg);
	background-repeat:no-repeat;
	float:right;
	width:390px;
	height: 119px;
	min-height:119px;
}



