@charset "UTF-8";
@import "base.css";


#news_frame {
	width: 420px;
	height: 520px;
	margin-left: 30px;
	background-image: url(../img/news/frame_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-color: #666666;
}
#news_title {
	width: 420px;
	padding-top: 0px;
	height: 35px;
}
#event_frame {
	width: 420px;
	height: 545px;
	margin-left: 25px;
	background-image: url(../img/news/frame_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-color: #666666;
}
#event_title {
	width: 420px;
	padding-top: 0px;
	height: 35
px;
}
.frame_area {
	padding-left: 5px;
}

