@charset "utf-8";
/* CSS Document */

   
img{
 border: 0;
}
#wrapper{
	width: 700px;
	margin: 20px auto;
	text-align: left;
}
#maincontent{
	border:1px solid #BEBEBE;	
	background-color: #FFF;
	padding: 20px;
}
.spacer{
	display: block;
	clear: both;
}



/** START RSS BOX **/
.rss_notice{
	border-bottom: 1px solid #301700;
	background-color: #562900;
	width: 100%;
	text-align: center;
}
.rss_notice .wrapper{
	margin: 0 auto;
	text-align: left;
	width: 700px;
	color: #FFF;
}
.rss_notice .title{
	float: left;
	width: 30%;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size:24px;
	font-size-adjust:none;
	font-style:italic;
	line-height:35px;
	margin:0;
	padding:15px;
	text-shadow:0 1px 0 #FFFFFF;
}
.rss_notice .description{
	float: left;
	width: 50%;
	font-size: 11px;
	padding:15px;
}
.rss_notice .icon{
	float: right;
	padding:10px;
}
.rss_notice a:link, .rss_notice a:visited, .rss_notice a:active{
	color: #FFF;
}
.rss_notice a:hover{
	color: #ffc692;
}
/** END RSS BOX **/
