body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a{
	color: #FFFFFF;	
	text-decoration: underline;
}

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

img{
	border: none;	
}

form{
	width: 480px;
	margin: 0 auto;
}

fieldset{
	border: none;
}

label{
	min-width: 135px;
	margin: 10px 10px 2px 10px;
	display: inline-block;
	text-align: left
}

input[type=text]{
	width: 155px;
}

input[type=submit]{
	margin: 10px;
}

textarea{
	width: 300px;
	height: 80px;
	margin: 0 10px 10px;
}

#content{	
	padding: 10px 0;	
	min-height: 500px;
}

#bottom_nav a, #nav a{
	text-decoration: none;
}

#background{
	width: 1200px;
	height: 800px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#foreground{
	width: 100%;
	height: 100%;
	z-index: 1;	
}

#main{
	width: 700px;	
	margin: 20px auto;	
	z-index: 1;
	position: relative;
}

#header{
	position: relative;
	width: 100%;
	height: 40px;
}

#bottom_nav{
	float: right;
	text-align: right;	
}	

#logo{
	position: absolute;
	left: 0px;
	bottom: 0px;	
}

#nav{
	position: absolute;
	right: 0px;
	bottom: 0px;	
}

#nav a{
	font-size: 12px;	
	margin: 0 6px 0 0;	
}

#bottom_nav{
	font-size: 11px;
}

#bottom_nav a{		
	margin: 0 3px 0 0;	
}

.lastLink{
	margin: 0 0 0 0 !important;
}

.border {
	clear: both;	
	color: #fff;
	height: 1px;
	padding: 0px;
	width: 100%;
	background: #FFF;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));	
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#FFFFFFFF)";
}
#line_up td{
	vertical-align: top;
	width: 33%
}

#line_up h3{
	border-bottom: 1px solid #fff;
	margin: 30px 0 0 !important;
}

#line_up h4{	
	margin: 20px 0 5px !important;
}

#line_up ul{
	padding-left: 15px;
}

.gallery_img{
	border: 2px solid white;
	margin: 2px;	
}

.sponsorLevel2{
	margin-bottom: 20px;
	width: 100%;
	float: left;
	vertical-align: middle;
}
.sponsorLevel2Title{
	font-size: 16px;
	font-weight: bold;
	float:left;
}

.sponsorLevel2TitleImg{	
	float: left;
	margin: 0 10px 0 0;		
}

.sponsorLevel2Text{
	width: 550px;
	float: left;
}

#sponsor_footer{
	margin: 30px 0 5px 0;
}

.sponsor_img{
	margin: 0 15px;
}

#sponsor_label{
	font-size: 10px;	
}

#bannerImg{
	height: 200px;
	width: 700px;
	position:relative;
}
#bannerImg img{
	position: absolute;
	top: 0px;
	left: 0px;	
}

