#outer {
	background				: none;
	background-color		: #FFFFFF;
}

#centrecontent {
	background				: none;
}

#section_image {
	display					: block;
	position				: relative;
	margin-bottom			: 10px;
	height					: 160px;
	width					: 613px;
	overflow				: hidden;
}

#section_image_overlay {
	display					: block;
	position				: absolute;
	top						: 0px;
	left					: 0px;
	height					: 160px;
	width					: 300px;
	background-image		: url(../images/Template/section_overlay.png);
	background-repeat		: no-repeat;
	background-position		: left top;
	z-index					: 10;
}

* html #section_image_overlay {
	background-color		: transparent;
	background-image 		: none;
	filter 					: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./serverspecific/default/images/Template/section_overlay.png', sizingMethod='crop');
}

#toolBox {
	display					: block;
	position				: relative;
	margin-bottom			: 10px;
	height					: 160px;
	width					: 613px;
	overflow				: hidden;
}

#news {
	display					: block;
	position				: relative;
	height					: 160px;
	width					: 613px;
	overflow				: hidden;
	background-image		: url(../images/Template/bg_news.png);
	background-repeat		: no-repeat;
	background-position		: left top;
}

#rotator_left {
	display					: block;
	position				: absolute;
	top						: 50px;
	left					: 25px;
	height					: 57px;
	width					: 59px;
}

#rotator_right {
	display					: block;
	position				: absolute;
	top						: 50px;
	right					: 25px;
	height					: 57px;
	width					: 59px;
}