#bd.isfront {
	padding-bottom: 1em;
}
	#bd.isfront #sidebar {
		width: 868px;
		float: none;
		position: static;
		margin-top: 1em;
		padding: 0 30px;
	}
		#bd.isfront #sidebar .widget_item {
			float: left;
			border: 1px solid #c6c6c6;
			margin: 0 60px;
			width: 280px;
		}
	#bd.isfront #content {
		float: none;
		width: 868px;
		border: 0;
		font-weight: bold;
		position: relative;
		top: -30px;
		padding-bottom: 0;
	}
		#bd.isfront #content h2.page-title {
			background: #EEE;
			margin-top: 0;
			position: static;
			float: none;
			padding: 8px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		#bd.isfront #content #slideshow_wrapper {
			/*background: #000 url('img/bg.gif') top left repeat;*/
			width: 67%;
			/*border:1px solid #000;*/
			margin-left:132px;
			margin-bottom: 2em;
			height: 282px;
			overflow: hidden;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			-webkit-box-shadow: 4px 4px 8px rgba(48, 50, 50, 0.88);
-moz-box-shadow:    4px 4px 8px rgba(48, 50, 50, 0.88);
box-shadow:         4px 4px 8px rgba(48, 50, 50, 0.88);
			
		}
			#bd.isfront #content #slideshow {
				margin-bottom: 0;
			}