#mainArea {
	margin-bottom: 20px;
}
#bodyArea .newsArea {
	float: left;
	width: 600px;
}
#bodyArea .newsArea h2 {
	float: left;
	width: 100px;
}
#news {
	width: 490px;
	float: right;
	list-style-type: none;
	margin-bottom: 20px;
}
#news li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news li .date {
	display: block;
	width: 50px;
	float: left;
}



#bodyArea .movieArea {
	float: right;
	width: 320px;
}
