@charset "utf-8";
/* CSS Document */

#mainPic {
	height: 500px;
	width: 850px;
	clear: both;
}

#wall_top {
	background-image: url(images/images/wall_title_03.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 19px;
}
#wall_center	{
	background-image: url(images/images/images/news_title_center.png);
	background-repeat: repeat-y;
	width: 570px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#wall_frame	{
	width: 570px;
	padding-bottom: 21px;
	background-image: url(images/images/images/news_title_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 30px;
	margin-left:140px;
}

#blog_top {
	background-image: url(images/images/blog_tittle_02.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 19px;
}

#blog_center {
	background-image: url(images/images/pic_box_03.png);
	background-repeat: repeat-y;
	width: 300px;
	padding-top: 10px;
	padding-right: 45px;
	padding-left: 45px;
}
#blog_frame {
	background-image: url(images/images/pic_box_04.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 300px;
	margin-top: 30px;
	padding-bottom: 18px;
	margin-left: 10px;
	float: left;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 200px;
	 background-color: #fff;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 12px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
