#container
{
width: 100%;
background-color: #000000;
color: white;
line-height: 130%;
padding: 1em;
text-align: center;
font-family: verdana;
}

#top
{
padding: .5em;
background-color: #000000;
}

#top h1
{
text-align: Center;
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 200px;
margin: 5px auto;
padding: 1em;
}

#leftnav p 
{
font-size: large;
margin: 0 0 1em 0;
}

#rightnav
{
float: right;
width: 200px;
margin: 5px auto;
padding: 1em;
}

#rightnav p 
{
font-size: large;
margin: 0 0 1em 0;
}

#centrenav
{
margin-left: auto;
margin-right: auto;
width: 300px;
margin: 5px auto;
padding: 1em;
}

#centrenav p 
{
text-align: center;
font-size: large;
margin: 0 0 1em 0;
}

a.homelink:link
{
font-size: large;
text-decoration: none;
color: white;
line-height: 130%;
padding: 1em;
text-align: center;
margin: 5px auto;
}

a.homelink:hover
{
font-size: large;
text-decoration: none;
color: yellow;

Font-Weight: bold;
line-height: 130%;
padding: 1em;
text-align: center;
margin: 5px auto;
}

a.homelink:active
{
font-size: large;
text-decoration: Bold;
color: white;
line-height: 130%;
padding: 1em;
text-align: center;
margin: 5px auto;
}

a.homelink:visited
{
font-size: large;
text-decoration: none;
color: white;
line-height: 130%;
padding: 1em;
text-align: center;
margin: 5px auto;
}

#content
{
margin-left: auto;
margin-right: auto;
width: 900px;
height: 559px;
background-color: #000000;
background-Image: url(images/background.jpg);
color: white;
}

#content h2 
{
margin: 0 0 .5em 0;
}

#bottom
{
clear: both;
margin: 0;
padding: .5em;
color: white;
background-color: #000000;
}



