html, body { margin: 0; padding: 0; background: #859C0E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; text-decoration: none;}

#header { 
  width: 800px;
  float: left;
}
#maincontainer {
  width: 800px;
  float: left;
}
#nav {
  width: 200px;
  float: left;
}
A:hover {background: white}
A {text-decoration: none;}
A:link {color: black;}
A:visited {color: black;}


#main {
  float: right;
  width: 600px;
}
#footer {
  width: 800px; 
  float: left;
} 