*, html {
	margin: 0px;
	padding: 0px;
}

body{
	background: #000;
	text-align: center;
	color: #a3a3a3;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1, h2, h3, h4 		{ text-transform: uppercase; }
img					{ border: 0; }
a 					{ color: #00aeef; text-decoration: none; font-style: italic; }
a:hover 			{ text-decoration: underline; }
.margin-top 		{ margin-top: 20px; }
.hilite 			{ color: #00aeef; }
.float-left			{ float: left }
.float-right		{ float: right }

#layout {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#header {
	height: 245px;
	border-bottom: 5px solid #00aeef;
	background: url(../Images/header-bg.jpg) top left no-repeat;
	margin-bottom: 20px;
}

#header img {
	display: inline;
	float: right;
	margin: 15px 25px 0px 0px;
}

.column {
	float: left;
	width: 380px;
}

.left-column {
	display: inline;
	margin-right: 20px;
}

#bodycopy h1 {
	background: #00aeef;
	color: #fff;
	padding: 3px 10px;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	border-top: 2px solid #00516f;
	border-bottom: 1px solid #00516f;
	color: #00aeef;
	font-size: 1.2em;
	margin: 20px 0px;
	padding: 3px 0px;
}

#bodycopy h3 {
	font-size: 1em;
}

#bodycopy .large {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

#bodycopy p.left {
	text-align: left;
}

#bodycopy p.right {
	text-align: right;
}

.center
{
	text-align: center;
}

#bodycopy .photo {
	border-top: 5px solid #00aeef;
	border-bottom: 5px solid #00aeef;
}

#footer {
	clear: both;
	position: relative;
	height: 250px;
	background:url(../Images/footer-bg.jpg) top left no-repeat;
}

	#footer-text {
		background: #00aeef;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 760px;
		padding: 5px 10px;
		color: #fff;
		font-size: 0.9em;
	}
	
	#footer a {
		color: #fff;
		font-style: normal;
	}
	
	#gallery
	{
		width: 380px;
	}
	
	#gallery img
	{
		padding: 0px 4px 7px 0px;
	}
	
	#gallery img.btmRow
	{
		padding-bottom: 0px;
	}
	
	.separator
	{
		background-color: #00aeef;
		width: 378px;
		height: 5px;
	}
	
	#slideshow
	{
		border: 1px solid #2f2f2f; 
		width: 378px; 
		height: 253px;
	}
	
	
	.sponsors
	{
		width: 780px; 
		margin-top: 10px;
	}
	
	.sponsors .sponsorContainer
	{
		width: 140px;
		height: 178px;
		float: left;
		/*border: 1px solid orange;*/
		border-right: 1px solid #005778;
		text-align: center;
	}
	
	.sponsors label
	{
		width: 135px;
		float: left;
		margin-top: 15px;
		text-align: center;
		border: 1px solid black;
	}
	.sponsors .sponsorContainer img
	{
		margin-bottom: 20px;
	}
	
	
	.sponsors .doubleWidth
	{
		width: 205px;
	}
	
	.sponsors .doubleWidth .leftColumn
	{
		margin-right: 25px;
	}
	
	.sponsors .leftSponsorContainer
	{
		width: 145px;
	}
	
	.sponsors .rightSponsorContainer
	{
		width: 146px;	
		border-right: none;
	}
	
	.clear
	{
		clear: both;	
	}
	
	.pt70
	{
		padding-top: 70px;	
	}
	
	.pt25
	{
		padding-top: 25px;	
	}
	
	.bigLink
	{
		font-size: 14px;	
		font-weight: bold;
	}