@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:verdana, arial;
	font-size:12px;
	background-image:url(../images/gradient_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000c6c;
}

#wrapper {
	margin:0 auto;
	height:1000px;
	color:#FFF;
	background-image:url(../images/main_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#content_container {
	margin:0 auto;
	width:790px;
	height:1000px;
	position:relative;
}

#content {
	width:790px;
	height:601px;
	position:absolute;
	left:0px;
	top:378px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
}

#form {
	left:140px;
	position:absolute;
	top:266px;
}

#form a, #form a:visited {
	color:#e1a12b;
}

#form a:hover {
	color:#ffc864;
}

td.formfields {
	font-size:11px; 
	font-weight: bold;
}


input {
	font-size:11px;
}

select {
	font-size:11px;
}

#thankyou {
	width:790px;
	height:601px;
	position:absolute;
	left:0px;
	top:378px;
	background-image:url(../images/thankyou_bg.jpg);
	background-repeat:no-repeat;
}

#error {
	width:790px;
	height:601px;
	position:absolute;
	left:0px;
	top:378px;
	background-image:url(../images/error_bg.jpg);
	background-repeat:no-repeat;
}

#footer {
	color:#7ba9d4;
	font-size:10px;
	left:112px;
	position:absolute;
	top:552px;
}

#footer a, #footer a:visited {
	color:#7ba9d4;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
