/* home page */
.leftcontent {
	margin-left: 20px;
	float: left;
	width: 400px;
}

.rightcontent {
	float: right;
	width: 300px;
}
