body {
        margin: 0px; 
        font-family: arial;
}

#header {
        width: 760px; height: 225px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(header.jpg); 
        background-repeat: no-repeat; 
        background-position: top center;
}

#footer {
        float: left;
        width: 99.5%;
        padding-top: 50px;
        height: 50px;        
        text-align: center;
        border: 0px;
}

.footer {
        border: 0px; 
}

h1 {
        font-size: 120%;
}

h2 {
        font-size: 100%;
}

.header_content {
        padding-top: 10px;
        float: left;
        width: 30.9%;
        text-align: center;
        font-size: 150%;
        font-weight: bold;      
}      

a:link, a:visited, a:active {
        color: white; 
        text-decoration: none; 
        font-weight: normal;
}

a:hover {color: white; font-weight: bold;}

a.video:link, a.video:visited, a.video:active {
        color: maroon; 
        text-decoration: none; 
        font-weight: normal;
}

a.video:hover, .mail, a.mail:visited {color: maroon; font-weight: bold;}

a.mail:link, a.mail:active {
        color: maroon; 
        text-decoration: none; 
        font-weight: normal;
}

a.update:link, a.update:visited, a.update:active {
        color: maroon; 
        text-decoration: none; 
        font-weight: bold;
}

a.update:hover {color: maroon; font-weight: normal;}

#content {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        color: maroon;
}

#map {
        width: 660px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid maroon;
}

#photos {
        width: 49%;
        float: left;
        margin-top: 15px;
}

.photo_container {
        width: 49.5%;
        text-align: center;        
        float: left;
}

#videos {
        width: 49%;
        float: right;
        margin-top: 15px;
}

li {
        list-style-image: url(imgs/bullet.jpg);
}

.events {
        border: 1px solid maroon; 
        margin-top: 1px;
        margin-bottom: 10px;   
}

.events:hover {
        border: 2px solid maroon;
        margin-top: 0px;
        margin-bottom: 9px;
        cursor: pointer;
}

.help {
        font-style: italic;
        color: red;
}

fieldset {
        height: 330px;
        width: 540px;
}

legend {
        font-weight: bold;
        color: maroon;
}

.emailbox {
        position: absolute;
        color: maroon;
        left: 250px;
        width: 400px;
}

.email {
        position: relative;
        width: 100px;
        font-weight: bold;
        color: maroon;
        top: 150px;
}

.mailing {
        width: 200px;
}

#signup {
        display: none;
}
