#news-content {
	position: absolute;
	z-index: 2;
}

#home-flash {
	position: absolute;
	top: 20px;
	left: -100px;
	z-index: 1;
}

/* custom column dimensions */
#column-left {
	float: left;
	width: 341px;
	padding: 37px 19px 0 0;
	text-align: right;
}

#column-left img { margin-bottom: 5px; }

h2.page-title.news {
	background: url('/images/news_header.gif') 0 0 no-repeat;
	height: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news-image-related {
	border: 1px solid #feb645;
}

#column-right {
	float: left;
	width: 341px;
	border-left: 1px solid #feb645;
	padding-left: 19px;
	position: relative;
}

/* scrollable customizations */
#scrollable-wrapper {
	width: 341px;
	height: 360px;
}

#scrollable-content-wrapper {
	height: 360px;
	width: 326px;
	margin: 0;
}

#scrollable-content {
	width: 326px;
	padding-bottom: 10px;
}

#scrollable-content-padder {
	height: 300px;
	display: block;
	overflow: hidden;
}

#scroller-wrapper {
	height: 360px;
	visibility: hidden;
}

#slider-bg { height: 330px; }

/* news entry styles */
.entry { padding: 0; }

.entry h3 {
	color: #D08000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.entry p {
	color: #666;
	line-height: 16px;
	font-size: 11px;
}

.entry p.date {
	color: #FFBB2C;
	font-size: 11px;
	margin-bottom: 6px;
}

.entry a  { color: #D08000; }

.entry .image img { display: none; }
.entry .image span { display: none; }