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

/*Layout and positioning for main sections*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
	color: #ed1c24;
}

h1{
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: .8em;
}

h2{
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: .4em;
}

h3{
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: .25em;
}

h4{
	font-size: 16px;
	line-height: 1em;
	margin-bottom: .1em;
}

p{
	margin-bottom: 1em;
	line-height: 1.2em;
}


body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	color: #000000;
	font-family: "Century Gothic", "Avant Garde", Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1em;
	width: 100%;
	padding: 0;
	margin: 0;
	}

#header {
	width: 1024px;
	height: 300px;
	position: relative;
	background-image: url(images/headerbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	}

#logo{
	width: 440px;
	height: 160px;
	margin-top: 40px;
	margin-left: 50px;
	float: left;
}

#nav{
	position: absolute;
	top: 210px;
	left: 40px;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#contentshell{
	float: left;
	width: 100%;
	background-color: #ffffff;
	border-bottom: solid 10px #ed1c24;
}

#contentcontainer{
	float: left;
	width: 100%;
}

#leftcolumn{
	width: 580px;
	float: left;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#rightcolumn{
	width: 320px;
	float: left;
	margin-bottom: 30px;
	padding-left: 20px;

}

#footer{
	background-image: url(images/navbar.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	color: #ffffff;
	clear: both;
	width: 960px;
	padding-top: 20px;
}

#footerwrap{
	width: 1024px;
	margin: 0 auto;
}

#footernav{
	color: #ffffff;
	font-size: 12px;
}

ul.footerlinks{
	float: left;
}

ul.footerlinks li{
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	line-height: 1.4em;
	display: inline;
	margin-right: 10px;
}

ul.footerlinks a, ul.footerlinks a:visited{
	color: #ffffff;
	text-decoration: none;
}

ul.footerlinks a:hover, ul.footerlinks a:active{
	color: #ed1c24;
	text-decoration: none;
	border: none;
}

/*The copyright and other text*/

#credits{
	clear: both;
}

#credits ul li{
	float: left;
	margin-top: 20px;
	list-style: none;
	margin-right: 15px;
}

#credits a, #credits a:visited{
	text-decoration: none;
	color: #ffffff;
}

#credits a:hover, #credits a:active{
	color: #ed1c24;
}

p.image img{
	width: 300px;
	margin-bottom: 40px;
}

p.logos img{
	width: 250px;
	margin-bottom: 30px;
}

p.callout{
	font-weight: bold;
	font-size: 18px;
}

#navdetails{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#navabout{
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

#navparticipating{
	float: left;
	margin-left: 50px;
}

#navsponsors{
	float: left;
	margin-left: 52px;
	margin-top: 9px;
}

#navbuy{
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}

#navpress{
	float: left;
	margin-left: 50px;
}
