@charset "UTF-8";
/* CSS Document */

#press {
	margin:0 0 0 15px;
	}
.press_item {
	width:230px;
	height:340px;
	float:left;
	margin:0 0 20px 0;
	}
.press_title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#9FA698;
	}
.press_image {
	width:200px;
	height:250px;
	border:1px solid #5F665B;
	margin:15px 0 15px 0;
	}
.column_end {
	width:200px;
	height:30px;
	display:block;
	background-image:url(../graphics/details/column_end.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}