
body { background-color: white; color: black; font-size: 13px; }
tbody { background-color: white;  font-size: 13px; }
p { color: black;}


div#top {
  padding: 0px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;	   
}
#header {
  width: 800px;
  float: center;
}
#maincontainer {
  width: 800px;
  float: left;
}
#nav {
  background-color: rgb(60,250,60);
  border-style: solid;
  border-color: white;
  border-width: thin;
padding-top: 15px;	
  padding-left: 12px;
padding-bottom: 15px;
  width: 110px;
  float: left;
line-height: 1.7;
}
#main {
  float: right;
  width: 660px;
}
#main1from2 {
  padding-left: 25px;
  float: left;
  width: 260px;
}
#main2from2 {
  float: right;
  width: 270px;
}
#footer {
  padding-top: 20px;	
  width: 800px;
  float: left;
}
