
	#content {
	min-height:400px;
	height:400px;
	width:1000;
	}
	#content_left  {
	float:left;
	width:600px;
	z-index:3;
	margin:0px;
	}
	#content_right {
	float:left;
	width:360px;
	}
	#content_bottom {
	clear:left;
	min-height:30px;
	}