body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: green;
text-align: center;
}
#wrapper {
position: relative;
text-align: left;
width: 760px;
margin-right: auto;
margin-left: auto;
background-color: white;
border-bottom: 1px solid #ececec;
background-position: 0 100px; 
}

#header {
background-color: white;
height: 160px;
position: relative;
border-bottom: 1px solid #ececec;
font-size: 70%;
}
#header h1 {
margin: 0;
padding: 0;
font-weight: normal;
color: blue;
font-size: 190%;
position: absolute;
bottom: 4px;
right: 0;
}
#content {
margin-left: 190px;
padding: 0 10px 0 0;
color: black;
}
#content p {
font-size: 0.8em;
color: black;
}

#content .smalltext {
font-size: 0.75em;
text-align: center;
}

#content H5 {
font-size: 0.5em;
font-style: italic;
color: black;
}

#content H3 {
text-align: center;
}

#content H4 {
text-align: center;
font-size: 0.8em;
}

#content P {
text-align: justify;
}

#content TABLE {
font-size: 0.8em;
}

#navigation {
position: absolute;
top: 200px;
left: 0;
width: 120px;

}

#navigation ul {
list-style: none;
margin: 1em 0 0 0;
padding: 0;
border: none;
}

#navigation li {
font-size: 70%;
}

#navigation a:link, #navigation a:visited {
color: black;
display: block;
border-bottom: 1px solid #red;
padding: 1em 0 0.2em 0;
font-weight: bold;
text-decoration: none;
text-align:center;
}

#navigation .button1 { background-color: red;}
#navigation .button2 { background-color: orange;}
#navigation .button3 { background-color: yellow;}
#navigation .button4 { background-color: green; font-size: 75%}
#navigation .button5 { background-color: blue; }
#navigation .button6 { background-color: indigo; }
#navigation .button7 { background-color: violet; }

#navigation a:hover {
color: #708090;
}


#footer {
font-size: 80%;
padding-top: 1em;
text-align: center;
color: #999;
color: black;
background-color: transparent;
}
