body {
margin: 15px 0;
font: 14px arial, sans-serif;
background-color: white;
}

a {
color: #0000B0;
text-decoration: underline;
}

a:hover {
color: #FF9000;
text-decoration: none;
}

h1 {
margin: 0 0 10px 0;
font-size: 28px;
font-weight: normal;
}

h1 a {
color: #808080;
text-decoration: none;
}

h1 a span {
color: #FF9000;
}

h1 a:hover, h1 a:hover span {
color: black;
}

h2 {
margin: 0;
font-size: 18px;
font-weight: normal;
padding-left: 5px;
background-color: #FF9000;
color: white;
text-align: left;
}

#layout {
width: 650px;
margin: 0 auto;
}

#main {
background-color: #F8F8F8;
text-align: justify;
border-bottom: 5px solid #FF9000;
}

#ad {
width: 120px;
float: right;
}

#content {
margin-right: 125px;
}

hr.clear {
clear: right;
height: 1px;
margin: 0;
border: none;
color: #F8F8F8;
background-color: #F8F8F8;
}

#nav {
margin-top: 15px;
font-size: 12px;
text-align: center;
}

#nav p {
margin: 35px 0 0 0;
}