body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c0a95e;
	background-color: #000000;
	background-image: url(../images/press_assets_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
}
a {
	color: #d1c79e;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	padding: 0 20px;
}
#press {
	width: 1000px;
	text-align: left;
	padding: 0;
}
#title {
	padding: 0 0 30px 0;
	font-size: 60px;
	border-bottom: #c0a95e dotted 1px;
}

#pressItem {
	height: 125px;
	width: 500px;
	padding: 15px 0 20px 0;
	float: left;
	border-bottom: #c0a95e dotted 1px;
}
#pressThumb {
	float: left;
	height: 125px;
	width: 175px;
}
#pressText {
	float: left;
	padding: 10px 30px 0 10px;
	width: 285px;
}
.photoCredit {
	font-size: 10px;
}
#clearDiv {
	clear: both;
	padding: 10px;
}
#pressItemAdtl {
	float: left;
	height: 175px;
	width: 110px;
	padding: 10px 8px 0 8px;
	text-align: center;
	font-size: 10px;
}
