body {
margin: 0;
padding-bottom: 15px;
background: #707070;
font: 12px verdana, sans-serif;
}

a {
color: #009900;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: none;
}

h1 {
margin: 0;
width: 265px;
height: 100%;
text-indent: -9999px;
}

h1 a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
}

#layout {
width: 90%;
margin: 15px auto 0 auto;
border: 2px solid black;
background: url(images/bg.gif) repeat-x white;
}

#header {
height: 75px;
margin-bottom: 15px;
border-bottom: 1px solid black;
background: #00BB00 url(images/header.gif) no-repeat;
}

#menu {
width: 200px;
float: left;
margin-bottom: 15px;
}

#menu ul {
margin: 0;
color: #00BB00;
padding: 0 5px 5px 22px;
list-style-type: square;
}

#menu li {
padding: 1px 0;
margin: 0;
}

#menu a {
color: #00BB00;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #00BB00;
}

#menu a:hover {
border-bottom: none;
color: black;
}

#ad {
float: right;
width: 120px;
padding-left: 5px;
}

#container {
margin: 0 15px 15px 215px;
}

#main {
padding: 0 5px;
border: 1px dashed black;
background-color: white;
margin-bottom: 15px;
}

hr.clear {
clear: right;
color: white;
height: 0;
margin: 0;
border: none;
background-color: white;
}

#footer {
color: white;
border-top: 1px solid black;
text-align: center;
clear: both;
background-color: #00BB00;
}