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

.header{
	height:75px;
	overflow:hidden;
	margin-left:30px;
	margin-right:35px;
}
.content{
	height:430px;
	margin-left:20px;
	padding-right:30px;
	overflow:auto;
}

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