body {
margin: 0;
color: #505050;
border-top: 2px solid #808080;
background-color: white;
font: 12px verdana, sans-serif;
}

a {
color: black;
text-decoration: underline;
}

a:hover {
color: #FF9000;
text-decoration: none;
}

p {
margin: 12px 0;
text-align: justify;
}

p.links {
background-color: #E8E8E8;
border: 1px solid #B00000;
padding: 3px;
}

ul {
list-style-type: square;
padding-left: 17px;
margin-left: 0;
}

h1 {
text-indent: -9999px;
height: 75px;
width: 280px;
margin: 0;
background: url(images/logo.gif) no-repeat;
}

h1 a {
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}

h2 {
margin: 0;
clear: left;
font-weight: normal;
font-size: 18px;
background: url(images/content_top.gif) no-repeat top right;
border-top: 2px solid #B00000;
}

#container {
width: 660px;
margin: 0 auto;
}

#nav ul {
float: left;
margin: 0 15px 10px 0;
padding: 0;
list-style-type: none;
}

#nav ul.last {
margin-right: 0;
}

#nav li {
font-size: 10px;
padding: 1px 0 1px 10px;
background: url(images/bullet.gif) no-repeat 0 50%;
}

#nav li a {
text-decoration: none;
}

#nav li a:hover {
text-decoration: underline;
}

#ads {
float: right;
width: 120px;
}

#content {
margin-right: 125px;
}

#footer {
clear: right;
padding: 2px;
font-style: italic;
background: url(images/dot.gif) repeat-x top;
}