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

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	border:none;
	}
	
body {
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
	
p {
	font-size:85%;
	color:#999;
	
}

h2 {
	color:#FFF;
	line-height:30px;
	margin-top:20px;

}

h3 {
	color:#FFF;
	line-height:30px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#0CF;
	text-decoration:underline;
}

.current {
	text-decoration:underline;
	color:#0CF;
}




#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	width:1000px;
	height:150px;
	margin:auto;
	
}

#navigation {
	width:1000px;
	height:30px;
	text-align:center;
	margin:auto;
	margin-bottom:30px;
	text-align:center;
	
	padding-top:10px;
	background-color:#000;
	
}

#navigation ul {
	list-style-type:none;
	text-align:center;
	
}

#navigationlinks {
	width:750px;
	margin:auto;
	text-align:center;
}

#navigation li {
	float:left;
	padding-right:40px;
}

#sidebar {
	width:290px;
	float:right;
	padding:30px 25px;
	background-color:#000;
	text-align:center;
}

#sidebar p {
	font-size:70%;
}

#content {
		width:1000px;
		margin:0px 0px 0px 0px;
		background-color:#000;
		padding-top:40px;

	
}

#eventinfo {
	width:590px;
	float:left;
	padding:30px 30px;
}

#highlights {
	width:600px;
	padding:30px 30px;
}

#sponsorships {
	width:600px;
	padding:30px 30px;
}

#sponsorshipimages {
	margin:30px 0px;
}

#sponsorshipimages img {
	margin:0px 40px;
}



#about {
	width:600px;
	padding:30px 30px;
}

#photogallery {
	width:600px;
	padding:30px 30px;
}

#photogallery a {
	margin:0px 50px 0px 0px;
}


#photogallery img {
	margin:0px 0px 50px 0px;
}



#about li {
	font-size:75%;
	color:#999;
	margin-left:20px;
}



#sponsorships li {
	font-size:75%;
	color:#999;
}

#footer {
	text-align:center;
	background-color:#000;
	padding:40px;
	
}

#footer img {
	margin-right:30px;
	margin-top:20px;
}

