body {
height: 100%;
background-color: #A8BDA5;
background-image: url("back.gif");
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}

#top {
background-image: url("topback.png");
height: 175px;
text-align: center;
}

#top h1 {
padding-top: 40px;
margin: 0px;
color: #87A783;
}

#menu {
float: left;
width: 105px;
border-right: 1px solid #DDFBD9;
margin-left: 10px;
padding-bottom: 5px;
}

#menu a {
padding-top: 1px;
padding-bottom: 1px;
width: 90px;
display: block;
text-decoration: none;
color: #DDFBD9;
border-bottom: 1px solid;
}

#menu a:hover {
color: #87A783;
border-bottom: 1px solid #DDFBD9;
}

#content {
margin-left: 125px;
margin-right: 10px;
color: #DDFBD9;
border-bottom: 1px solid #DDFBD9;
padding-bottom: 20px;
margin-bottom: 10px;
}

#content h1 {
font-size: 16px;
margin: 0px;
color: #87A783;
padding-bottom: 5px;
}

#content a {
color: #DDFBD9;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#foot {
text-align: center;
font-size: 10px;
color: #DDFBD9;
}

#foot a {
font-size: 10px;
color: #DDFBD9;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}