
#template7 {
	height: 100%;
	background: #232224 url(/images/bg_7.gif) repeat-y;
	position: relative;
}
#template7 #top_wrapper {
	height: 315px;
	max-height: 315px;
}
#template7 #bottom_wrapper {
	height: 280px;
	min-height: 280px;
}
#template7 #menu_wrapper {
	width: 310px;
}
#template7 #process_menu,
#template7 #site_menu,
#template7 #page_menu {
	float: left;
	width: 155px;
	margin-top: 6px;
}

#template7 #content_container {
	background: #615f53;
	width: 335px;
	height:315px;
	position: relative;
}
#template7 #spacer_top {
	width: 325px;
	background: #3e3d35;
}

#template7 #spacer_left {
	background: #dfddcf;
}
#template7 #header {
	background: #36352b;
}
#template7 #exp_bottom {
	background: #232224;
}

#template7 #content_container {
	padding: 10px;
	padding-bottom: 0;
}
#template7 #top_image_wrapper {
	position: static;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#template7 #content_container {
		width: 356px;
	}
}