#content { 
	background: url( '../img/press/title.header.png' ) 0 0 no-repeat; 
	overflow: visible;
	position: relative;
}

#columnRight { 
	background: url( '../img/cr.bg_gray.png' ) 100% 0 repeat-y;
	font-size: 12px;
	margin-top: 65px; 
	padding: 10px 0 20px 20px;
	width: 663px;
}

	#crPhoto {
		position: absolute;
		top: 90px;
		right: -30px;
		z-index: 100;
		border: 5px solid #99752f;
	}

.news-container {
	padding-right: 40px;
}

.item-container {
	background: url('../img/icon.mic.png') 15px 5px no-repeat;
	padding-left: 50px;
}

.news-body {
	clear: both;
	font-size: 14px;
}
	.news-body h2 { font-size: 16px; }
	.news-body h2 a { text-decoration: underline; }

.news-info {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.date { color: #666; float: left; }
.continue { float: right; }
