﻿body
{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Arial, "sans serif";
    text-align: center;
    font-size: 9pt;
    color: #3f3f3f;
}

h1 { font-size:15pt; color:#512e82; font-weight:normal;}
h2 { font-size:12pt; color:#512e82; font-weight:500;}
h3 { font-size:11pt; color:#000; font-weight:bold; }
h4 { font-size:10pt; color:#000; margin-bottom:0px; padding-bottom:0px; font-weight:bold; }
h5 { font-size:12pt; color:#512e82; margin-bottom:0px; padding-bottom:0px; padding-top:0px; font-weight:500; } 
h6 { font-size:10pt; color:#000; font-weight:500; margin-top:0px; padding-top:0px; font-weight:500; }


a:link {
COLOR: #0d7dbc;
text-decoration:none;
font-weight:normal
}
a:visited {
COLOR: #0d7dbc;
text-decoration:none;
font-weight:normal      
}
a:hover {
COLOR: #0d7dbc;
text-decoration: underline;
font-weight:normal
}
a:active {
COLOR: #0d7dbc;
text-decoration:none;
font-weight:normal
}

#wrapper
{
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 100%;
    clear: both;
    position: relative;
    height: 200px;
}

#headerlogo
{
    width: 990px;
    position: absolute;
    top: 0px;
    left: 0px;
}



#standardnav
{
    width: 100%;
    clear: both;
    position: relative;
    height: 40px;
    background-color: Black;
    margin-top:0px;
    top: 0px;
    left: 0px;
}

#standardnav a img { border: none; margin:0px; padding:0px; }


a:link
{
}
a:visited
{
}

/* Set the images as background images */
a#home img
{
    background-image: url('img/nav/home.png');
}
a#aboutzach img
{
    background-image: url('img/nav/aboutzach.png');
}
a#information img
{
     background-image: url('img/nav/information.png');
}
a#sponsors img
{
     background-image: url('img/nav/sponsorship.png');
}
a#eventdetails img
{
   background-image: url('img/nav/eventdetails.png');
}
a#donate img
{
    background-image: url('img/nav/donate.png');
}
a#contactus img
{
     background-image: url('img/nav/contactus.png');
}
a#register img
{
     background-image: url('img/nav/register.png');
}

a#facebook img
{
     background-image: url('img/facebook.png');
}

a#flickr img
{
     background-image: url('img/flickr.png');
}

a#WhosComing img
{
    background-image: url('img/2011/come.png');
}

/* Override the background images */
a#home:hover img
{
    background-image: url('img/nav/home_hover.png');
}
a#aboutzach:hover img
{
    background-image: url('img/nav/aboutzach_hover.png');
}
a#information:hover img
{
     background-image: url('img/nav/information_hover.png');
}
a#sponsors:hover img
{
     background-image: url('img/nav/sponsorship_hover.png');
}
a#eventdetails:hover img
{
   background-image: url('img/nav/eventdetails_hover.png');
}
a#donate:hover img
{
    background-image: url('img/nav/donate_hover.png');
}
a#contactus:hover img
{
     background-image: url('img/nav/contactus_hover.png');
}
a#register:hover img
{
     background-image: url('img/nav/register_hover.png');
}

a#facebook:hover img
{
     background-image: url('img/facebook_hover.png');
}

a#flickr:hover img
{
     background-image: url('img/flickr_hover.png');
}
a#WhosComing:hover img
{
    background-image: url('img/2011/comehover.png');
}


#RightSide
{
    float:right;
    clear:right;
    width: 300px;
    display:block;
}

#LeftSide
{
    float:left;
    width: 680px;
    clear: left;
    margin-right:10px;
    display:block;

  
}

#bodywrapper
{
    position: relative;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 20px;
    left: 0px;
    
}
#Footer
{
    width:990px;
    text-align:center;
    clear:both;
    display:block;
    padding-top:20px;
    
}

#bdcountdown
{
    width: 300px;
    height:150px;
    background-image: url('img/countdown.png'); 
    background-repeat: no-repeat;
}

