* {
    padding: 0;
    margin: 0;
} 
html { overflow: scroll}
body {
background: #7bb165 url(images/bg.gif) repeat-x top;
font-family:  "Trebuchet MS" Verdana, Arial, sans-serif;
font-weight:normal;
line-height: 20px;
}
a {
color: yellow;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#wrap {
width: 800px;
margin: 0 auto;
}
#header {
width:800px;
height: 100px;

}
#header a{
color: #000087;
text-decoration: none;
}
#menu {
font-size: 13px;
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #ffebcd;
padding: 0 25px 0px 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}
#content {
margin: 20px 0;
border:1px solid black;
}
#footer {
font-size: 11px;
color: silver;
text-align: center;
padding: 5px 0 5px 0;
margin-top: 0px;
border-bottom: 10px solid #006d08;
clear:both;
}
#footer a { 
color: silver;
}
#footer a:hover {
color: #fff; 
text-decoration: underline; 
}
