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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.hide {
	display: none;
	visibility: hidden;
}
/* end of reset */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
a:focus, a:active {
  outline: none;
}


html {
    background-color: #000000;
}
body, td, th {
    color: #fff;
    font: 13px/19px Arial, Helvetica, sans-serif;
}
a {
    color: #fff;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    top: 20px;
    left: 20px;
    width: 900px;
}


h1 a {
    text-decoration: none;
    display: block;
}

h2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    font-size: 2em;
    color: #bbbdc1;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:-2px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 20px;
    left: 30px;
    width: 900px;
}

/* Navigation */
.nav {
    position: absolute;
    top: 130px;
    left: 55px;
}
.nav li {
    float: left;
}
.nav a {
    float: left;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    display: block;
    padding: 0px 15px 2px 15px;
}
.nav a:hover {
    background: #000;
}

body.index a#nav_home,
body.history a#nav_history,
body.map a#nav_map,
body.schedule a#nav_schedule,
body.sponsorship a#nav_sponsorship,
body.join a#nav_join,
body.contact a#nav_contact {
    background: #000;
}



.texts {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 345px;
}
.texts p {
    padding-bottom: 15px;
    color: #ebebeb;
}
.texts p2 {
    padding-bottom: 15px;
    color: #ee3333;
}
.map_frame {
    position: absolute;
    top: 75px;
    left: 400px;
}
.map_frame iframe a {
    color: #fff;
}