/*left column*/
.left {	
	float:left;
	width:240px;
	margin: 16px 5px 10px 10px;
	padding: 10px 10px 0px 5px;
	}

#pub_food  {border-style:solid; border-width:1px; border-color:#000; }


/*main text area*/
.center {	
	float:left;
	width:450px;
	margin: 10px 0px 10px 5px;
	padding: 0px 5px 0px 20px;
	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; }

#note {position: absolute; top: 70px; right: 8%; z-index: 50;}

