body { background-color: black; }
 
#frame {
   margin-left: 50px;
   width: 850px;
   background-color: white;  
}

#columnMain {
 float: right;
 width: 550px;
}

#columnLeft {
	float: left;
 	width: 150px;
  }

#columnRight {
	float: right;
	width: 120px;
}
  
#enclose {
  float:left;
  width:730px;
  }


		#footer
		{
			clear: both;
			
			padding-top: 1em;
			text-align: center;
		}

h2, p {
	margin: 0;
}

p {
	text-indent: 1.5em;
}

#footer p {
	text-indent: 0;

}
