body
{
  position: relative;
  width: 750px;
  margin: auto;

  background-color: #FFF;
  color: #000;
  font-family: arial;

  border: 0;
}


#header
{
  height: 236px;
  margin-top: 0;

  border-left: solid 2px #000;
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  border-bottom: 0;
}

#header #img
{
  background-image: url('http://deadweather.whitestripes.ws/images/negative/banner.jpg');
  background-repeat: no-repeat;
  height: 210px;
}

#footer
{
}

#bodyContent
{
  min-height: 350px;
}

#sidebar
{
  position: absolute;
  top: 0;
  left: -70px;
}

#allseeing
{
  width: 63px;
  height: 25px;
  background-image: url("http://deadweather.whitestripes.ws/images/negative/logo.png");
  cursor: pointer;
}


a:link    {color: #000;}
a:active  {color: #000;}
a:visited {color: #000;}
a:hover   {color: #000;}

h1
{
  font-size: 1.3em;
}

h2
{
  font-size: 1.2em;
}

h3
{
  font-size: 1.1em;
}

h4, h5, h6
{
  font-size: 1em;
}



.preloadImages
{
  display: none;
}
























.mainMenu
{
  list-style: none;
  margin: 0;

  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;

  width: 100%;

  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.mainMenu li
{
  display: inline-block;
  width: 145px;
  /*width: 181px;*/
  text-align: center;
}

.mainMenu li a
{
  text-decoration: none;
  font-weight: bold;
}