@charset "utf-8";

body{
	background: url(../img/bg.gif) repeat 0 0 #fff;
	line-height: 1.8;
}

div#wrapper{
	width: 960px;
	margin: 0 auto 40px;
	text-align: left;
}

div#footer{
	text-align: center;
	background-color: #F79147;
}

div#footer p#copyright{
	text-align: center;
	padding: 5px;
	color: #fff;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}



/* begin styles for RSS Feed */

.rss_box {
	width: 260px;
	background-color: #fff;
	margin-top: 4px;
	margin-right: 2%;
	margin-bottom: 3px;
	margin-left: 0%;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-image: url(../../image/index/rssnew.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.rss_items {
	padding: 0px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal;
	font-size: 10px;
	padding-bottom: 2px;
	word-break: break-all;
	margin-top: 25px;
	color: #F93;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: normal;
	font-size: 12px;
	color: #F93;
	line-height: 16px;
}

.rss_item a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration : none;
	color: #999;
}

.rss_date {
	font-size: 12px;
	font-weight : normal;
	color: #F93;
	line-height: 16px;
}

