body
{
color: white;
background-color: black;
font-size: 82%;

font-family: arial, sans-serif;
margin: 0;
padding: 0;

line-height: 160%;

text-align: left;
}

#container
{
width: 780px;
height: auto;
margin: 0;
padding: 0;
}

.clearboth
{
clear: both;
}

#header
{
display: block;
float: none;
}

#maincontent
{
width: 480px;
margin: 27px 0 0 40px;
padding: 0;
display: inline;
float: left;
}


#sidebar
{
width: 180px;
padding: 0;
margin: 27px 0 0 45px;
display: inline;
float: left;
}

#sidebarads
{
margin-left: 30px;
/* i.e. ads are 120px wide, + 30 each side = 180 col width */
}

#footer
{
float: none;
clear: both;
display: block;
padding-top: 4px;
padding-left: 40px;
width: 780px;
background-image: url(/images/footerbar.gif);
background-position: top left;
background-repeat: no-repeat;
}

h1
{
font-size: 170%;
margin-top: 5px;
margin-bottom: 20px;
}

h2
{
font-size: 140%;
margin-top: 5px;
margin-bottom: 20px;
}


li
{
margin-bottom: 5px;
}

ul
{
margin-bottom: 25px;
}

a, a:active, a:visited, a:hover
{
color: #aabbff;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a img
{
border: 0;
}


