h1 {color: #000000}

h2 {color: #000000}
h2 {font-size: medium}


h3 {color: #fffebf}
h3 {font-weight: normal}
h3 {background-color: #000000}

h4 {color: #000000}
h4 {font-weight: bold}
h4 {margin-top: 0em }
h4 { margin-bottom: 0px }
h4 {background-color: #c5c5c5}

h5 {color: #000000}
h5 {font-weight: normal}
h5 {font-style: italic}
h5 {font-size: medium}
h5 {margin-top: 0em }
h5 { margin-bottom: 0px }

h6 {color: #ffffff}
h6 {font-weight: bold}
h6 { margin-bottom: 0px }
h6 {font-size: medium}
h6 {background-color: #000000}

body { color: #000000; background: #000000;}
body { font-family: arial, sans-serif;
	 }
a:link { color: #666666;
	font-weight: bold}
a:visited { color: #cccccc }




p.body {
max-width: 675px;
font-size: medium;
}

img.logo 
{
width: 300px;
float:left;
}

img.body 
{
width: 300px;
float:right;
}


#header{position: absolute; top: 0px; left: 10px;
  width: 900px;
  height: 200px;
    margin: 2px;
}



#content {
  position: absolute; top: 215px; left: 10px;
  width: 900px;
background: #fffebf;
    margin: 2px;

  }

#column {
 float: left;
  width: 280px;
    margin: 2px;
    padding:  4px;

  }

#main {
  float: left;
  width: 694px;
background: #fffebf;
    margin: 2px;
    padding:  4px;

  }

#sidebar {
  float: right;
  width: 200px;
background: #000000;
    margin: 2px;
color: #ffffff

  }


#sandbag {
  float: right;
  width: 2px;
height: 599px;
}

<!-- Nav Bar Code Courtesy of Listmatic -->

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{list-style-type: none;
background: transparent url(list-active.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #cccccc;
font-weight: bold; 
}

#navcontainer ul li a:hover
{list-style-type: none;
background: transparent url(list-on.gif) left center no-repeat;
color: #fffebf; font-weight: normal; 
}

#navcontainer ul li a#current
{list-style-type: none;
background: transparent url(list-on.gif) left center no-repeat;
color: #fffebf;  
}

ul{list-style-type: none;}