html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #000;
	background-image:url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position:top center;

	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	color: #fff;

	margin:0px 0px; padding:0px;
	text-align:center;
}

a:link{
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	color: #3293a4;
}

a:visited{
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	color: #3293a4;
}

a:active{
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	text-decoration: none;
	color: #3293a4;
}

a:hover{
	font-family: arial,helvetica,sans-serif;
	font-size: 8.5pt;
	text-decoration: underline;
	color: #3293a4;
}


#site{
	min-height: 100%;
	position: relative;	
}

#header{
	padding-top: 50px;
	width: 735px;
	margin: 0 auto;
}

#main{
/*	border: 1px solid blue;*/
	width: 735px;
	margin: 0 auto;
	clear: both;
}

#mainL{
/*	border: 1px solid purple;*/
	float: left;
	width: 144px;
	text-align: right;
	padding-top: 30px;
}

#mainR{
/*	border: 1px solid yellow;*/
	float: left;
	text-align: left;
	width: 577px;
	height: 498px;
	
	background-image:url('../img/mainR.png');
	background-repeat: no-repeat;
	background-position:top center;	
}

#mainR_content{
	width: 100%;
	height: 100%;
}

#footer{
	clear: both;
/*	border: 1px solid green;*/
	width: 735px;
	margin: 0 auto;
	text-align: right;
	height: 30px;
}

#tfgimg{
	margin-right: 20px;
	margin-top: 10px;
	border: 0;
}

#home_text{
	width: 545px;
	margin-left: 11px;
	padding-top: 30px;
	font-size: 9pt;
}

#information_text{
	margin: 9px 9px 9px 9px;
	margin-top: 18px;
	width: 558px;
	font-size: 9pt;
}

#josh_scobee_text{
	width: 345px;
	margin-left: 225px;
	padding-top: 50px;
}

#clint_ingram_text{
	width: 335px;
	margin-left: 235px;
	padding-top: 77px;
}

#adam_podlesh_text{
	width: 335px;
	margin-left: 235px;
	padding-top: 140px;
}

#online_sign_up_text{
	margin: 9px 9px 9px 9px;
	margin-top: 18px;
	width: 558px;
	font-size: 9pt;
}

#form_sessions{
	width: 558px;
	text-align: right;
}

#form_submit{
	padding-top: 8px;
}

#form_error{
	color: #ff0000;
	padding-left: 15px;
	font-size: 9.5pt;
}

.form_text{
	width: 276px;
}

.form_date{
	width: 80px;
}

.form_year{
	width: 94px;
}

.form_left{
	padding-top: 3px;
	float: left;
	width: 50%;
	clear: both;
}

.form_right{
	padding-top: 3px;
	float: left;
	width: 50%;
}

.navimg{
/*	border: 1px solid red;*/
	margin-top: 50px;
	float: left;
	background-repeat: no-repeat;
	height: 21px;
}

img.navimgL{
	margin-top: 25px;
	border: 0;
}

.onroll{
	cursor:pointer;
	cursor:hand;
}

.hideme{
	display: none;
}


