.outer
	{
	width:1050px;
	padding: 10px;
	margin:0 auto 0 auto;
	}

.menu
	{
	float:left;
	width:200px;
	height: auto;
	}

.main
	{
	float:left;
	width:850px;
	}
	.main_cont
	{
	float:right;
	width:650px;
	height: auto;
	}
	.main_left
	{
	float:left;
	width:200px;
	height: auto;
	}
.clears{
  clear:both;
}

.foot
	{
	clear:left;
	height: 20px;
	}
	
.head
	{
	height: auto;
	}