
	#content_middle, #content_top, #content_bottom {
		margin: auto;
		width: 990px;
		height: auto !important;
		height: 200px;
		min-height: 200px;  
	}
	
	#content_middle {
		border-bottom: 1px solid #F2F2F2;
		background: url("../images/content_middle_subsite.jpg") repeat-y right;
	}
	
	#content_top {
		background: url("../images/content_top_subsite.jpg") no-repeat right top;
	}
	
	#content_bottom {
		padding: 0px;
		background: url("../images/content_bottom_subsite.jpg") no-repeat bottom;
	}
	
	#content_left, #content_right {
		height: auto !important;
		height: 200px;
		min-height: 200px; 
		/* 
		padding-bottom: 15px;
		padding-top: 10px;
		*/
	}
	
	#content_left {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom:15px;
		width: 614px;
		float: left;
	}
	
	#content_right {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
		width: 256px;
		float: right;
	}
	
	#content_left_right {
		padding-left:30px;
		padding-right: 30px;
		padding-bottom: 10px;
		width: 930px;
		height: auto !important;
		height: 200px;
		min-height: 200px;
		background: #FFFFFF url("../images/content_bottom.jpg") no-repeat bottom;
	}
	
	
	.left_menu_container, .left_menu {
		height: auto !important;
		height: 10px;
		min-height: 10px;
	}
	
	.left_menu_container {
		margin-top:10px;
		width: 243px;
		padding-top: 8px;
		background: #F4F4F4 url("../images/menu_top.jpg") no-repeat top;
	}
	
	.left_menu {
		margin: 0px;
		padding: 0px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
		width: 213px;
		background: url("../images/menu_bottom.jpg") no-repeat bottom;
		list-style: none;
	}
	
		.left_menu li {
			display: block;
			height: 25px;
			background: url("../images/menu_border.jpg") repeat-x bottom;
		}
		
			.left_menu li a.normal {
				display: block;
				padding-left: 15px;
				padding-top: 5px;
				padding-bottom: 5px;
				height: 13px;
				
				line-height: 13px;
			
			}
			
			.left_menu li a.normal:hover {
				color: #FF8D19;
				text-decoration: none;
				background: #FFFFFF;
			}
			
			.left_menu li a.active {
				display: block;
				padding-left: 15px;
				padding-top: 5px;
				padding-bottom: 5px;
				height: 13px;
				line-height: 13px;
				color: #FF8D19;
				text-decoration: none;
				background: #FFFFFF;
			}
			
			.left_menu li a.rss {
				display: block;
				padding-left: 27px;
				height: 23px;
				line-height: 23px;
				background: #F4F4F4 url("../images/menu_item_rss_off.jpg") no-repeat 5px 50%;
			}
			
			.left_menu li a.rss:hover {
				text-decoration: none;
				background: #FFFFFF url("../images/menu_item_rss_on.jpg") no-repeat 5px 50%;
			}
			
	#left_container {
		width: 243px;
		height: auto !important;
		overflow-x: hidden;
	}
	
	
	
	
	
	
	
	
	