body {
margin: 15px 0;
font: 12px arial, sans-serif;
background-color: white;
}

a {
color: #B00000;
text-decoration: underline;
}

a:hover {
color: #606060;
text-decoration: none;
}

h2 {
font-size: 22px;
font-weight: normal;
margin: 0;
}

#container {
margin: 0 10%;
}

#top {
height: 73px;
margin-bottom: 15px;
background: url(images/topbg.gif) no-repeat bottom left;
}

#top h1 {
margin: 0;
width: 315px;
height: 100%;
text-indent: -9999px;
}

#top h1 a {
height: 100%;
width: 100%;
display: block;
text-decoration: none;
background: url(images/logo.gif) no-repeat top left;
}

#top h1 a:hover {
background-position: top right;
}

#ad {
width: 120px;
float: left;
}

#right {
width: 175px;
float: right;
background-color: #F0F0F0;
border: 1px solid #D0D0D0;
}

#right ul {
color: #B00000;
margin: 0;
padding-left: 18px;
list-style-type: square;
}

#right li {
padding: 1px 0;
}

#left {
margin-left: 125px;
margin-right: 192px;
text-align: justify;
}

#bottom {
clear: both;
border-top: 1px dotted black;
color: #606060;
font-weight: bold;
text-align: center;
}