body {
  width: 783px;
  margin: 0;
  padding: 0;
  position: center;
  background-image: url(images/bluetoplong.jpg); 
  background-repeat: no-repeat;
  font-family:Arial, Helvetica, sans-serif; 
  color:  #000000; 
  font-size: 1em;
}
a {
	color: #000000; 
	text-decoration:none;
}
a:hover {
	color:#000000; 
	text-decoration:underline;
}
#top {
  margin: 20px;
  padding: 10px;
  height: 56px;
  font-family:Arial, Helvetica, sans-serif; 
  color:  #ffffff; 
}
#left {
  position: absolute;
  left: 0px;
  top: 94px;
  width: 140px;
  background: #e3e3e3;
  padding-left: 10px;
  font-size: 0.8em; 
  color: #3366CC;  
}
#main {
  background: #fff;
  margin-top: 0;
  top: 0px;
  margin-left: 160px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}
#center {
  background: #fff;
  margin-top: 0;
  margin-left: 160px;
  padding-left: 10px;
  margin-right: 220px;
}
#right {
  position: absolute;
  right: 10px;
  top: 170px;
  width: 200px;
}
#footer {
  float: left;
  clear: main;
  background: #e3e3e3;
  margin: 0px;
  text-align: center;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
