html,body
{
	margin:				0px;
	font-family:		Georgia;
	font-size:			10pt;
	color:				#ffffff;
	line-height:		20px;
	text-align:			justify;
}

body
{
	background:			#000000;
}

#wrap
{
	margin:				0px auto;
	width:				800px;
	min-height:			100%;
}

#header
{
	width:				760px;
	height:				70px;
	padding:			20px;
	background:			#181917;
	position: 			relative;
}
#header img
{
	position: 			absolute;
	bottom: 			15px;
}

#footer
{
	width:				800px;
	height:				35px;
	background:			url('../images/footer_background.gif') repeat-x top left;
	padding:			15px 0 0 0;
	font-size:			9pt;
	text-align:			center;
}

.blue
{
	width:				760px;
	padding:			20px;
	background:			#00abfa;
	color:				#000000;
	font-size:			18pt;
	line-height:		20pt;
}

.white_text
{
	color:				#ffffff;
}

.blue_text
{
	color:				#00abfa;
}

.spacer
{
	width:				800px;
	height:				30px;
}

p
{
	width:				760px;
	padding:			20px;
	margin:				0px;
}

.col
{
	width:				390px;
	float:				left;
}

.colright
{
	margin:				0 0 0 20px;
}

.col p
{
	width:				350px;
	padding:			20px;
	margin:				0px;
}

.colheader
{
	width:				350px;
	padding:			20px;
	background:			#181917;
	color:				#ffffff;
	font-size:			16pt;
}


.table
{
	padding:			20px;
}

table .leftcol
{
	width:				80px;
	height:				25px;
	vertical-align:		top;
}

table .textareatd
{
	padding-top:		5px;
}

.input_text, .input_textarea
{
	background: 		#181917;
	border:	 			0px;
}
.input_text
{
	width:				250px;
	height:				16px;
	font-size:			10pt;
	color:				#ffffff;
}

.input_textarea
{
	height:				100px;
	width:				250px;
	color:				#ffffff;

}

.input_button
{
	border:	 			0px;
	font-size:			10pt;
	background:			#000000;
	height:				16px;
}

.clear
{
	clear:				both;
	display: 			block;
}

.loading
{
	width:				390px;
	text-align:			center;
	height:				100px;
	padding-top:100px;
}

#contact_error
{
	color:				red;
}
