@charset "UTF-8";
/* CSS Document */

	.myForm td, input, select, textarea, checkbox  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
		border: solid, 1px;
	}

	.required {
		color: red;
	}

	.head1 {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #FBF113;
}

body {
	text-align: center;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: black;
}

	a:link, a:visited {
	color: #FBF113; 
	padding-left: 0px;
	padding-top: 0px;
}

a:hover {
	color: #999999;	
}

#header {
position:relative;
width:1020px;
height:830px;
margin: 0 auto;
}

#main	{
	position:absolute;
	padding-left:20px;
	padding-right: 20px;
	top:210px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#venues	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav {
position:absolute;
left:490px;
top:145px;
width: 480px;
}

#form {
position:absolute;
left:330px;
top:670px;

}

#footer {
position:absolute;
left:220px;
top:750px;
width: 600px;
}