html
{
	margin:0px;
	padding:0px;
	background-color:#000000;
}

body
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:1000px;
	background:url("images/background.jpg") repeat;
	color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
}

a
{
	color: #6F99FF;
}

img
{
	border:none;
}


.inputCrtl
{
width: 150px;
}

.textCtrl
{
width: 140px;
}
 

#wrapper
{
	text-align:left;
	margin:0px auto;
	padding:0px;
	border:0;
	width:1000px;
}

#side-a
{
	float:left;
	width:100px;
}

#side-b
{
	float:right;
	width:100px;
}

#content
{ 
	float:left;
	width:800px;
	background:url("images/background.png") repeat;
}

#footer {clear:both;}

.text
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.blurb
{
	position:relative;
	width:470px;
	height:115px;
	margin-left:270px;
	margin-top:20px;
}
 
 .overlay
{
	position:relative;
	width:237px;
	height:170px;
	margin-left:14px;
	margin-top:-169px;
} 
 
.box
{
	width:750px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}


.titleText
{
	text-decoration: none;
	color: black;
}

.titleText:hover
{
	text-decoration: underline;
	color: black;
}


#basText, #fitText, #rtaText, #traText
{
	font-size: 25px;
	font-weight: bold;
	color: black;
	font-family: QuickType, Arial, sans-serif;
	width: auto;
	text-align: center;
	margin-left:245px;
	margin-top:14px;
	margin-bottom: 0px;
}



#rta {background:url("images/rta_box.png") repeat;}

#fit {background:url("images/fit_box.png") repeat;}

#bas {background:url("images/bas_box.png") repeat;}

#tra {background:url("images/tra_box.png") repeat;}

