body {
  margin : 0px 0px 0px 25px;
	background-color: #000000;
	font family: Georgia, "Times New Roman", serif;
	color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color:#FFFFFF;
	}
	
#top {
  position: absolute;
  height: 113px;
  width:100%;
  left: 210px;
  top:20px;
  border:0px none;
background-color: #000000;
}
#left {
  position: absolute;
  height:100%;
  width:210px;
  top:140px;
background-color: #000000;
}
#main {
  position: absolute;
  top: 140px;
  left: 210px;
  width:500px;
background-color: #000000;
	font family: Georgia, "Times New Roman", serif;
	color:#FFFFFF;
}
#right {
  position: absolute;
  height:100%;
  width:210px;
  left: 730px;
  top:140px;
background-color: #000000;
}
