@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	width:100%;
	background:#900;
}

.whole_container
{
	background:#f4ee1e;
	width:1199px;
	height:auto;
	margin:auto;
}

.left_sidebar_home
{
	float:left;
	background:#f4ee1e;
	width:220px;
	height:692px;
	margin-bottom:20px;
}

.left_sidebar_page1
{
	float:left;
	background:#fce3a0;
	width:220px;
	height:692px;
}


.content_body
{
	float:left;	
}
