/* CSS Document */

 body{
  margin:0;
  padding:0 0 0 0px;
  background-image:url(../images/main_background.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-color:#eeeeee;
  background-attachment:scroll; 
/*  background-attachment:fixed; */
  color:#707070;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  scrollbar-base-color:#eeeeee;
 }
 
a:link {font-weight:bold; color:#707070; text-decoration:none;}

a:visited {font-weight:bold; color:#707070;
	text-decoration: none;
}

a:hover {font-weight:bold; color:#707070;
	text-decoration: underline;
}

a:active {font-weight:bold; color:#707070;
	text-decoration: none;
}

strong {color:#000000;}

 
div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:184px;
  height:100%;
  background-color:#000000;
  background-image:url(../images/menu_background.jpg);
  background-position:top;
  background-repeat:no-repeat;
  text-align:inherit;
   }
   
div#menu{ width:184px; margin-top:284px;}
  
div#main{ margin-left:294px; margin-top:280px; width:454px;

  }
  
div#main td{ color:#707070;
  font-family:"Courier New", Courier, monospace;
  font-size:12px;
  }

div#main img { border-color: #000000;}

table#expo td {border-left:solid #707070 1px; border-bottom:solid #707070 1px; border-color:#000000}

td#title { padding-left:10px;}

 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow: scroll;
  overflow-x:hidden;
  

 }
 
td.pad { padding:10px;}


