body 
{
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
background-color: black;
color: black;
font-size: small;
}

body, h1, h2, h3, p, ul, li, div
{
margin: 0px;
padding: 0px;
}

#footer h3
{
font-style: italic;
font-size: small;
}

h1, h2, h3, p, li
{
padding: 5px;
}

#header li
{
display: inline;
text-transform: uppercase;
font-size: small;
}

#header ul.bottom
{
padding-bottom: 5px;
}

div 
{
width: 700px;
background-color: #CCCCCC;
}

#header
{
background-image: url(../images/header.gif);
}

#navigation, #header
{
background-color: transparent;
}

#content_left
{
width: 300px;
float: left;
}

#content_right
{
width: 380px;
margin-left: 310px;
}

#footer
{
clear: both;
}

p:first-line
{
text-transform: uppercase;
font-weight: bold;
}

li
{
list-style-type: none;
}

#content ul
{
padding-top: 5px;
padding-left: 5px;
text-transform: uppercase;
font-weight: bold;
}

#content li
{
margin: 0px;
padding: 0px;
font-weight: normal;
font-size: x-small;
text-transform: lowercase;
}

#content_left li
{
padding: 0px;
}

#content li:first-line
{
margin-left: 0px;
font-size: small;
text-transform: uppercase;
}

#navigation ul
{
padding-bottom: 2px;
}

#navigation li
{
display: inline;
}

a
{
text-decoration: none;
color: white;
font-weight: bold;
display: block;
display: inline;
font-size: small;
}

a:hover
{
color: gray;
}

#header a, #content a
{
color: black;
font-weight: normal;
font-style: italic;
}

#header a:hover, #content a:hover
{
color: gray;
}

#content, #content_left, #content_right, #footer
{
background-color: transparent;
}