/* wrapper
-------------------------------------------------------------------------------*/
#wrapper {
	width: 992px;
}

	/*	header
	-------------------------------------------------------------------*/
	#header {
		position: relative;
		height: 150px;/*250*/
	}
	
	/*	container
	-------------------------------------------------------------------*/
	#container {
		width: 992px;
	}
	
		/*	left_sidebar
		-------------------------------------------------------*/
		#left_sidebar {
			width: 190px;/*202*/
			padding: 6px 6px 0 6px;
			float: left;
		}
		
		/*	right_sidebar
		-------------------------------------------------------*/
		#right_sidebar {
			width: 790px;
			float: left;
		}
		
			/*	content
			-------------------------------------------*/
			#content {
				width: 588px;
				padding: 6px 0 0 0;
				float: left;
			}
			
			/*	sidebar
			-------------------------------------------*/
			#sidebar {
				width: 190px;/*202*/
				padding: 6px 6px 0 6px;
				float: left;
			}
			
			div.block {
				margin: 0 0 6px 0;
			}
			
/* footer_cover
-------------------------------------------------------------------------------*/
#footer_cover {
	clear: both;
	min-width: 992px;
}

 #footer {
 	width: 992px;
 }

/*	extensions
-------------------------------------------------------------------------------*/

*.float_container:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html .float_container {
	height: 1%;
}

*.hide {
	display: none;
}

*.clear {
	font-size: 0;
	height: 2px;
	clear: both;
	padding: 0;
	margin: 0;
}