html {
margin: 0;
padding: 0;
background: #000 url(images/bg.jpg) fixed no-repeat center bottom;
width: 100%;
}

body {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-size: 12px;
}

li {
list-style: none;
}

a {
text-decoration:none;
color: white;
}

a:hover {
text-decoration:underline;
}

a.selected {
font-weight: bold;
}

a:active
{
outline: none;
}

:focus
{
-moz-outline-style: none;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
font-size: 12px;
}

p.brown {
color: #cb7510;}

a.sponsors {
font-size:16px;
line-height: 5px;
letter-spacing: -1px;
}


h1 {
font-size:100%
font-size:20px;
line-height: 5px;
letter-spacing: -2px;
 }
 
h2 {
font-size:100%
font-size:16px;
line-height: 5px;
letter-spacing: -1px;
}

h3 {
font-size:100%
font-size:14px;
line-height: 5px;
letter-spacing: -1px;
}


textarea, input, select {
	background: none;
	cursor: default;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

img {
   padding:2px;
   border:1px solid #5f6062;
    background-color:#fff;
}

.noborder {border:none; }

div.scroll {
height: 445px;
width: 740px;
overflow: auto;
background-color: #FFF;
padding: 5px;
margin-left: 164px;
margin-top: 10px;
}

#container {
width: 921px;
margin: auto;
text-align: left;
}

#header { 
overflow: hidden;
margin: 0 0 5px 0;
padding: 0 0 0 218px;
height: 100px;
z-index: 2;
margin-bottom: -1em;
}

#header li {
float:left;
margin: 50px 0 0 0;
padding-right: 0px;
}

#header li a {
padding: 0 20px;
color: #FFF;
font-size:12px;
text-decoration: none;
}
#header a:hover {
text-decoration:underline;
}


#header li a.push {
padding-left:10px;
}

#header li a.pull {
padding-right:33px;
}

#header li a.first {
padding-right:10px;
}


#home #header
{
background: url(images/bar7.jpg) no-repeat;
}

#about #header
{
background: url(images/bar6.jpg) no-repeat;
}

#volunteer #header
{
background: url(images/bar5.jpg) no-repeat;
}

#sponsor #header
{
background: url(images/bar4.jpg) no-repeat;
}

#history #header
{
background: url(images/bar3.jpg) no-repeat;
}

#directions #header
{
background: url(images/bar2.jpg) no-repeat;
}

#contact #header
{
background: url(images/bar1.jpg) no-repeat;
}


#main {
position: relative;
background: url(images/primary.jpg) no-repeat top;
height: 499px;
}


#main p {
text-decoration:none;
font-weight: normal;}

#main a {
color: #cb7510;
}

#main a:hover {
text-decoration: underline;}

#main li {
list-style: disc;
}

.alignLeft { float: left; margin-right: 10px; margin-bottom: 10px;}

