@charset "utf-8";
/* CSS Document */

body							{
	background:#000 url(../images/backgrounds/contact_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contact_form	{
	position:absolute;
	left:480px;
	top:320px;
	outline:none;
	border:none;
	border-width:0;
	background-color:#000;
	height:390px;
}

#column1						{
	position:absolute;
	display:inline-block;
	width:360px;
	height:auto;
	top:-225px;
	left:40px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	z-index:500;
	word-spacing:normal;
	padding:20px 30px 20px 40px;
	background-color:#000;
}

h1								{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	line-height:38px;
	font-weight:lighter;
}

.bottom_container_contact		{
	position:absolute;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000;
	border-top:1px;
	border-top-color:#333;
	border-top-style:solid;
	min-height:200px;
	margin-top:1000px;
	margin-left:12px;
	z-index:10000;
}

