body {
margin: 15px 0;
background: #D8D8D8;
font: 14px arial, sans-serif;
}

a {
color: #667B87;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted;
}

a:hover {
color: #8AA8B8;
border-bottom: none;
}

h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
}

#layout {
width: 85%;
margin: 0 auto;
border-left: 5px solid #8AA8B8;
border-right: 5px solid #8AA8B8;
background: white url(images/bg.gif) repeat-y;
}

#header {
height: 75px;
background-color: #8AA8B8;
}

#header h1 {
width: 405px;
height: 100%;
margin: 0;
text-indent: -9999px;
}

#header h1 a {
display: block;
width: 100%;
height: 100%;
border-bottom: none;
background: url(images/header.gif) no-repeat top left;
}

#header h1 a:hover {
background-position: bottom left;
}

#menu {
width: 200px;
float: left;
}

#menu ul {
list-style-type: none;
padding: 0 0 0 5px;
margin: 0;
}

#menu li {
padding: 1px 0 1px 18px;
background: url(images/bullet.gif) no-repeat 0 50%;
}

#menu li a {
border-bottom: none;
}

#ad {
width: 120px;
float: right;
}

#ad2 {
clear: right;
}

#content {
padding-top: 5px;
padding-right: 5px;
margin-left: 205px;
margin-right: 125px;
}

#footer {
clear: both;
color: white;
text-align: center;
background-color: #8AA8B8;
}