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

/*==========Main  ==========*/

#main {
	float:left;
	width:480px;
}

#main_content {
	padding:0 20px 0 0;
}

#intro {
	background:#fbfff4;
	border:1px #d8e8ba solid;
	font-size:13px;
	line-height:23px;
}

#intro p {
	padding: 15px 20px;
}

/*========== Side ==========*/

#side {
	float:left;
	width:480px;
}

#side_content {
	padding:0 0 0 20px;
}

/*========== News ==========*/

#news {
	margin:20px 0 0;
}

#news_title {
	border-top:3px #6ecb4a solid;
	color:#434343;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	padding:10px 0;
}

#news_list {
	border-top:1px #6ecb4a dotted;
}

#news_list li {
	border-bottom:1px #6ecb4a dotted;
	padding:7px 0;
}

.news_date {
	color:#888888;
	display:block;
	padding:0 0 2px;
}


/*========== Activities ==========*/

#activities_home_title {
	border-top:3px #6ecb4a solid;
	color:#434343;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	padding:10px 0;
}

#activities_home_list {
	border-top:1px #6ecb4a dotted;
}

.activities_home_item {
	border-bottom:1px #6ecb4a dotted;
	padding:10px 0;
	clear:both;
}

.activities_home_item:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}

.activities_home_item {display:inline-block;}

.activities_home_item {display:block;}

.activities_home_item_photo {
	float:left;
	padding:0 10px 10px 0;
}

.activities_home_item_title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px;
}


