*{}
body{
	max-width:930px;
	width:100%
	}
/*MAIN PLACEHOLDERS STYLE*/	
/*********************************HEADER*****************************************/
#header{
margin:0 auto;
		max-width:930px;
		width:100%;
		height: auto;
		margin-bottom:0px;	
}	
	#header_cont{
		
		
	}
	
#content_page{}		
	
/*MAIN MENU*/
/*CONTENT*/
#content{

	max-width:930px;
		width:100%;
	height: auto;
	margin:auto;
	border: px solid green;
	overflow:hidden;
}
/*************************************LEFT************************************/
	#content_left{
		border: px solid yellow;
		min-height:700px;
		width:0%;
		min-width:0px;
		height: auto;
		
		float: left;
		
		
		/*margin-bottom:auto;
		display:inline-block;*/
		
	}
	#container_left{
		border: px solid red;
		height:100%;
		
		
		/*min-height:400px;*/
	}
/*************************************RIGHT************************************/	
	#content_right{
	border: px solid green;
	/* min-height:700px; */
	width:35%;
	min-width:150px;
	float: right;
		/*display:inline-block;*/
		
	}
	#container_right{
	border: px solid red;
		padding:10px 0 10px 10px;	
	}
/*************************************BODY************************************/	
	#content_body{
	border: px solid green;
		width:65%;
		min-height:100px;
		/* min-width:350px; */
		float: left;
		margin-bottom:0px;
		/*display:inline-block;*/
		
	}
	#container_body{
	border: px solid red;
		margin:0 0px;
		 	
		
		
	}


	
	
	

/*************************************FOOTER************************************/

#footer{
}	