/* 2 AND 3 COLUMN */
td#content_left {
	width:226px; /*width of center col plus 30px (15 and 15) to make up for missing padding*/
	padding:5px 2px 5px 2px;
}

/* 3 COLUMN */
td#content_center {width:470px;padding:0px;}
td#content_right {width:200px;}

#content_left img {border:3px solid #000;}
#content_left img:hover {border:3px solid #f5bb22;}
#content_right h1 {margin-bottom:0px;}

