BODY
{
    margin-top: 0px;
    background-color: #000000;
    font-family: Verdana;
    color: #ffffff;
    font-size: small;
}

H4
{
    font-size: small;
    letter-spacing: 2px;
    font-weight: bold;
}

A
{
    color: #dddddd;
    text-decoration: none;
}

A:hover
{
    color: #ffffff;
    text-decoration: underline;
}

A:active
{
    color: #666666;
    text-decoration: none;
}

A:visited
{
    color: #888888;
    text-decoration: none;
}

IMG
{
    border: none 0px black;
}

#container
{
    background-color: #000000;
	width: 600px;
	margin: 0px auto;
	padding: 0;
}

#nav
{
 background-image: url(/images/nav.gif);
 background-position: bottom;
 background-repeat: no-repeat ;
 position: absolute;
 float: right;
 text-align: right;
 width: 120px;
 margin-top: 190px;
 margin-left: 410px;
 border: solid 4px white;
}

#subnav
{
    width: 390px;
    margin-top: 186px;
    margin-left: 8px;
}

#content
{
    text-align: center;
    line-height: 14px;
}

#footer
{
    width: inherit;
    text-align: center;
    letter-spacing: 2px;
}
