/* CSS Document */

#three_up { /* This is the table cell */
	height: 201px;
	padding: 0px;
	}
#three_up .left, #three_up .middle, #three_up .right { /* These are the containers */
	background: url("images/bkg_3up_left.png") no-repeat;
	width: 251px;
	height: 201px;
	vertical-align: top;
	float: left;
	}
	#three_up .middle { background: url("images/bkg_3up_middle.png") no-repeat; width: 258px; }
	#three_up .right { background: url("images/bkg_3up_right.png") no-repeat; }
#three_up .left .three_up_photo, #three_up .middle .three_up_photo, #three_up .right .three_up_photo {
	width: 244px;
	height: 183px;
	margin: 4px 7px 14px 7px;
	border: solid 0px #00FF00;
	background: #242424 url();
	}
	#three_up .left .three_up_photo { margin-left: 0px; }
	#three_up .right .three_up_photo { margin-right: 0px; }