body {
margin: 0;
padding: 0;
min-width: 992px;
background-color: #04B404;
color: black;
background-image: url(images/back.gif);
background-repeat: repeat;
font:small "Comic Sans MS", Verdana, Arial, sans-serif;
}



#wrapper {
position: relative;
width: 992px;
margin-left: auto;
margin-right: auto;
margin-top: 3%;
margin-bottom: 2%;
background-color: #fdfee7;
color: black;
border-color: #b5e38c;
border-width: 2px;
border-style: solid;
}


#header {
position: relative;
background-color: #2aba2c;
background-repeat: repeat;
background-image: url(images/grassbar.jpg);
padding: 0 0 8px 0;
}

#logo {
width: 84px;
float: left;
}

#title {
padding: 10px 0 0 0;

}

#tagline {
margin: 0px 6px 0 0;
color: white;
font-size: small;
position: absolute;
bottom: -5px;
right: 0;
}
#navigation {
margin: 0px;
padding: 0;
background-color: #2aba2c;
border-top: 5px solid #c0f690;
border-bottom: 5px solid #c0f690;
text-align: center;
}

a {
color: black;
}

a:link {
text-decoration: none;
color: #fdfee7;
}

a:visited {
text-decoration: none;
color: #c0f690;
}

a:hover , a:active {
text-decoration: none;
color: #2aba2c;
background-color: #fdfee7;
}




#navigation ul {
margin: 0;
padding: 5px 0;
list-style: none;
}



#navigation li {
display: inline;
font-size: 120%;
padding: 5px 1px;
margin: 0;
}

#countdown {
padding: 0;
margin: 0;
background-color: #c0f690;
border-bottom: 5px solid #c0f690;
text-align: center;
font-size: 120%;
}

#congrats {
padding: 0;
margin: 0;
background-color: #c0f690;
border-bottom: 5px solid #c0f690;
text-align: center;
font-size: 120%;
}

#addthis {
float: right;
margin-top: 25px;
font-size:90%;
}

#addthis a {
text-decoration: none;
background-color: #fdfee7;
}

#addthis a:link {
color: #04b404;
}

#addthis a:visited {
color: #04b404;
}

#addthis a:hover, a:active {
color: #fdfee7;
background-color: #04b404;
}

#welcome {
padding: 0 20px;
}

h1 {
color: #2aba2c;
} 

#content {
min-height: 350px;
padding: 5px 5px 5px 20px;
margin-right: 234px;

}

h2 {
background-color: #04b40f;
color: #fdfee7;
text-align: center;
}

.odd {
background-color: #d5f7b6;
border: #c0f690;
}

table {
border-collapse: collapse;
}

th {
color: #2aba2c;
} 

td {
font-size: 95%;
padding: 3px;
}


#content a {
text-decoration: none;
background-color: #fdfee7;
}

#content a:link {
color: #04b404;
}

#content a:visited {
color: #04b404;
}

#content a:hover, a:active {
color: #fdfee7;
background-color: #04b404;
}

.gallery {
font-size: 120%;
font-weight: bold;
padding: 30px;
}

.prog {
font-size: 105%;
}

#hof td {
vertical-align:top;
text-align: center;
}
#hof h2 {
margin-top: 10px;
}

#fork {

position: absolute;
bottom: 0;
right: 0;
}

#footer {
padding: 0px 20px;
font-size: 80%;
text-align: center;
}

#footer a {
text-decoration: none;
background-color: #fdfee7;
}

#footer a:link {
color: #04b404;
}

#footer a:visited {
color: #04b404;
}

#footer a:hover, a:active {
color: #fdfee7;
background-color: #04b404;
}