body { margin: 0px;
		background: #00FF66;
		}

#header { width: 790px;
		  height: 45px;
		  font-size: 14px;
		  margin: auto;
		  padding: 5px;
		  background: #FFFFFF;
		  border: 1px #000000 solid;
		  }
#main { width: 800px;
		height: 500px;
		margin: auto;
		overflow: auto;
		background: #FFFFFF;
		border: 1px #000000 solid;
		}
#colst { width: 285px;
	      height: 490px;
		  float:left;
		  padding-top: 10px;
		  padding-left:15px;
		  }
#coldr { width: 500px;
         height: 490px;
		 float: right;
		 text-align: center;
		 padding-top: 10px;
		 }
a:link { text-decoration: none;
		 color: #660000;
		 }
a:visited { text-decoration: none;
		 color: #660000;
		 }
a:active { text-decoration: none;
		 color: #660000;
		 }
a:hover { text-decoration: none;
		 color: #660000;
		 }
	    

h1 {
	font-size: 14px;
	color: #333333;
}
h2 {
	font-size: 12px;
	color: #000033;
}
h3 {
	font-size: 12px;
	color: #00FF66;