/*left column*/
.left {	
	float:left;
	width:238px;
	margin: 10px 5px 10px 10px;
	padding: 16px 10px 10px 10px;
	border: 1px solid #ccc;	
	height: 100%;
}


/*main text area*/
.center {	
	float:left;
	width:450px;
	margin: 10px 0px 10px 5px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	}
.center p {text-indent:30px} 
.center a {font-family:Comics, Courier;
	color: #900; 
	text-decoration:none;
	}
.center a:hover { background: #900; color: #fff; }
