body {
margin: 0;
background-color: #E0E0E0;
border-top: 5px solid #00CC00;
font: 14px "Trebuchet MS", verdana, sans-serif;
}

a {
color: #009900;
text-decoration: none;
border-bottom: 1px dotted;
}

a:hover {
color: black;
border-bottom-style: solid;
}

p {
margin: 0;
padding: 12px 5px;
}

h1 {
margin: 0;
width: 230px;
height: 25px;
padding-left: 5px;
background: url(images/header.gif) no-repeat top right;
}

h1 a {
color: white;
border-bottom: none;
font: 22px "Lucida Console", "Trebuchet MS", verdana, sans-serif normal;
text-decoration: none;
}

h1 a:hover {
color: black;
border-bottom: none;
}

#menu {
width: 215px;
float: left;
margin: 25px 0;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
border-top: 2px solid #00CC00;
border-right: 2px solid #00CC00;
border-bottom: 1px solid #00CC00;
}

#menu a {
display: block;
width: 208px;
padding-left: 5px;
background-color: #F4F4F4;
border-bottom: 1px solid #00CC00;
}

#menu a:hover {
background-color: #00CC00;
color: white;
}

#main {
position: absolute;
top: 25px;
left: 240px;
right: 25px;
padding-bottom: 25px;
}

#top {
background: url(images/bg.gif) no-repeat top right;
}

#top h2 {
margin: 0 25px 0 0;
padding-left: 13px;
padding-top: 5px;
font-size: 22px;
font-weight: normal;
background: url(images/bg.gif) no-repeat top left;
}

#content {
height: 600px;
background-color: white;
border-left: 2px solid #00CC00;
border-right: 2px solid #00CC00;
}

#main > #content {
height: auto;
min-height: 600px;
}

#ad {
float: right;
width: 120px;
padding-left: 10px;
}

#bottom {
clear: right;
background: url(images/bg.gif) no-repeat bottom right;
}

#bottom div {
text-align: center;
color: #808080;
height: 25px;
padding-top: 15px;
margin-right: 25px;
background: url(images/bg.gif) no-repeat bottom left;
}