/*left column*/
.left {	
	float:left;
	width:240px;
	margin: 10px 5px 10px 10px;
	padding: 0px 10px 0px 10px;
	}
.left img {border-width:1px;
	border-color:#fff;
	text-decoration:none;}
.left a:hover img { border-style:solid;
	border-color:#900;
	color: #fff; }

/*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; }

