@charset "UTF-8";
/* CSS Document */

#floatFix {
	clear:both;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../images/BG.jpg);
	background-position: top center;
	
	font-family: Arial, Helvetica;
	color:#ffffff;
	
}

#container {
	position:absolute;
	top: 0;
	width:900px;
	*margin: auto;
	left: 50%;
	margin-left:-450px;
	padding: 0;
	
	text-align:left;
}

#containerBG {
	position:relative;
	top: 0;
	width:900px;
	height: auto;
	background:url(../images/bg_container.png);
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#header {

	position: relative;
	top:20px;
	left:20px;
	width:860px;
	height: 220px;
	padding:0px;
	
}

#header-left {

	position: relative;
	float: left;
	top: 0;
	width:240px;
	height: 200px;
	
	border-right: #FFFFFF 1px solid;
	
	margin:auto;
	padding:0px;
	
}

#header-right {
	position: relative;
	float: right;
	top: 0;
	width:580px;
	margin:0px;
	padding:0px;
}

#header-banner {position:absolute; width:100%; height: 160px; padding:0px;}

#header-menu {position:absolute; top: 180px; width: 100%; height: 20px; padding:0px;}

#header-menu a{
	text-align:left;
		
	padding: 0px;
	margin: 0px 30px 0px 0px;
	border-bottom: none;
	color:#555555;
	
	font-size: 14px;
	font-weight:lighter;	

	}

#header-menu a:hover{
	text-align:left;
		
	padding: 0px;
	margin: 0px 30px 0px 0px;
	border-bottom: #ffffff 1px dotted;
	color: #ffffff;	
}


#main-body {
	position: relative;
	width:860px;
	background: #000;
	padding: 0px;
	margin: 20px 0px 10px 20px;
}

#main-col1 {
	position: relative;
	float: left;
	width:400px;
	padding: 0px;
	margin: 20px;
}

#main-col2 {
	position: relative;
	float: right;
	width:380px;
	padding: 0px;
	margin: 20px;
}

#footer {
	position: relative; 
	top: 20px;
	left: 20px;
	width:860px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 0.7em;
	color: #ccc;
}


p {
	font: Arial, Helvetica;
	font-size: 12px;
	line-height:24px;
	color: #fff:
	
}

small {font-size: 0.7em;}


h1 {font-size: 18px; line-height:27px; font-weight:lighter;}
h2 {font-size: 14px; line-height:21px; font-weight:lighter;}

a {text-decoration: none; color: #555;}
a:hover {text-decoration: none;	color: #fff;}


#mainForm {
	z-index: 99;
	position: relative;
	float: left;
	margin: 0;
	padding: 20px 20px 20px 20px;
	width: 280px;
	border: solid 1px #555;
	
	text-align:justify;
	font-family: Arial, Helvetica;
	font-size:100%;
	text-decoration: none;
}

input {
	padding:0.2em;
	border:1px solid #555;
	background:#333;
	
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration: none;
	color: #fff;
}

input:hover {
	
	border:1px solid #fff;
	background:#777;
	
}

textarea {
	padding:0.5em;
	border:1px solid #555;
	background:#333;
	
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration: none;
	color: #fff;
}

textarea:hover {
	
	border:1px solid #fff;
	background:#777;
	
}
