#page_content.press {
	float: none;
	position: static;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.press  h2 {
	float: left;
	display: inline;
	background: #000000; 
	color: #FFFFFF; 
	text-transform: uppercase; 
	font-size: 1.6em; 
	padding: 10px;
	position: relative; top: -1em; left: -62px;
}

.press p {
	font-size: 0.75em;
	clear: both;
	text-align: center;
	margin-bottom: 60px;
}

.press #agencies {
	width: 775px;
	overflow: hidden;
	margin-bottom: 250px;
}

.press .agency {
	float: left;
	width: 155px;
	overflow: hidden;
	position: relative;
}

.press .agency h3 {
	color: #ec2038;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.press .agency p {
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.3em;
}

.press .agency p.pad {
	padding-bottom: 15px;
}

.press .agency a {
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: 110px;
	width: 110px;
	height: 25px;
	background: url(../images/button_press_email_us.jpg) left top no-repeat;
}

.press .agency p.email { font-size: 0.6em; color: #AAAAAA; }

