BODY {
 font-size:8pt;font-weight: normal; color:black;
 font-family: "Verdana", "Arial", "Trebuchet";
 background-color: lightgrey;
 font-size: 10px;
}

table {
  width:1100px;
  }

table,tr,td {
  border: 2px solid black;
  border-collapse: collapse;
  }

ul
  {
  text-align:center; 
  font-weight: bold;
  }

/* ------------------------ */

.main {
  display:block;
  padding: 0px;
  margin: 0px; 
  background-color: white;
  width:1110px;
  height:790px;
  position:absolute;
  top: 0px;
  left: 162px; 
  border:0px solid red;
}

/* ------------------------ */

#nav {
  display:block;
  padding: 0px;
  margin: 0px; 
  background-color: white;
  width:200px;
  height:790px;
  position:absolute;
  top: 0px;
  left: 0px; 
  border:0px solid red; 
}
/* ------------------------ */

