@charset "utf-8";
/* CSS Document */

.header{
	height:72px;
	overflow:hidden;
	margin-left:20px;
	margin-right:35px;
}
.content{
	height:465px;
	margin-left:20px;
	padding-right:20px;
	overflow:auto;
	width:749px;
}

.content .leftSide{
	float:left; 
	width: 220px;
}
.content .rightSide{
	margin-left:220px; 
	width: 400px;
}