BODY
{
background-image: url('pics/navbar4.png');
background-repeat: repeat-y;
background-color: #996633;
color: #000000;
z-index: -1;
}

.banner
{
position:absolute;
top: 0px;
left: 150px;
width: 625px;
height: 150px;
z-index: 1;
background-color: #000000;
}

.heading
{
position:absolute;
top: 0px;
left: 0px;
height: 150px;
width: 150px;
z-index: 1;
}

.navBar
{
position: absolute;
top: 150px;
left: 0px;


}

#navBarWrap a
{
display: block;
text-decoration: none;
border: none;
}

#navBarWrap a:hover {background-color: #cc6600}


.bodytext
{
position: absolute;
left: 150px;
top: 150px;
width: 625px;
margin: 0;
z-index: 2;
font-family: Arial, verdana, helvetica, sans-serif;
}

#links a
{
display: block;
text-decoration: none;
color:#660033;
font-family: Comic Sans MS, sans-serif;
font-weight: bold;
}

#links a:active
{
color: #009900;
}

#links a:visited
{
color: #996633;
}

#links a:hover
{
color: #cc6600;
}

img
{
border: none;
outline: none;
text-decoration: none;
}

.footer
{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
}

h2,h1,h3,h4,h5,h6
{
color: #009900;
}

a 
{
border: none;
color: #009900;
}

a:active
{
color: #cc6600;
}

a:hover
{
color: #660033;
}

a:visited
{
color: #996633;
}

hr
{
background-color: #009900;

}

