@import url(common.css);

	
/* Structure =======================================================

-wrapper			|
	-content		|
		{			|	Styles in common.css
		-toolstrip	|
		-header		|
		-navstrip	|
		-main		|
			{
			-section_header
			-sidebar
			-main_content
			}
		}
	-footer			|	Styles in common.css
}


/********************************************************************/
/* Section Header ***************************************************/
/********************************************************************/
#section_header {
	position: relative;
	background-color: #655240;
	height: 30px;
	border-bottom: 2px solid #FFF;
	}
	
/********************************************************************/
/* Main Content *****************************************************/
/********************************************************************/


#main_content {
	float: left;
	padding: 0px 0px 40px 14px;
	width: 600px;
	min-height: 450px;
	color: #333;
	position: relative;
	z-index: 1;
	}
	
* html #main_content {
	height: 450px;
	}
	
/********************************************************************/
/* Footer ***********************************************************/
/********************************************************************/

#sidebar{
	width: 170px;
	float: left;
	position: relative;
	z-index: 10;
	}
	
#sidebar_pre {
	display: none;
	}
	
#sidebar_post {
	background: url(/images/common/sidebar_post_bg.gif) no-repeat;
	height: 20px;
	}
