body {
margin: 0;
color: black;
background: white url(/images/body_bg.gif) repeat-y;
font: 14px verdana, sans-serif;
}

a {
color: #0066CC;
text-decoration: underline;
}

a:hover {
color: #004488;
}

h1 {
margin: 0;
width: 270px;
height: 30px;
padding: 5px 0 0 5px;
font-size: 18px;
font-weight: normal;
background: url(/images/header.gif) no-repeat;
}

h1 a, h1 a:hover {
color: white;
text-decoration: none;
}

h2 {
margin: 0;
font-size: 24px;
font-weight: normal;
}

#header {
height: 35px;
background: url(/images/header_bg.gif) repeat-x;
}

#side {
float: left;
width: 225px;
}

#side ul {
margin: 0;
color: #004488;
padding: 5px 0 50px 25px;
list-style-type: square;
font-size: 16px;
}

#side a {
font-size: 14px;
text-decoration: none;
}

#side a:hover {
text-decoration: underline;
}

#ad {
float: right;
width: 120px;
}

#main {
padding: 5px;
margin-left: 225px;
margin-right: 130px;
}

p.copyright {
font-size: x-small;
}