/* CSS Document */
BODY {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font:14px Verdana;
}

#header,#content{
	margin:0 auto;
	width:730px;
	padding:0px;
	background:url('../images/contentbg.jpg') repeat-y;
}

#header {
	height:122px;
}


#header1 {
	float:left;
	
}

#lColumn{
	float:left;
	width:205px;
	text-align:center;
	background:url('../images/leftbg.jpg') no-repeat #464F24;
}

#rColumn{
	float:right;

	width:525px;
	background:url('../images/rightbg.jpg') no-repeat;
}

.leaf{
	width:190px;
	margin: 0 auto;
	text-align:left;
	margin-bottom:10px;
		
}

.leaf_title {
	background: url('../images/leaf_top.gif') no-repeat;
	height:16px;
	font-size:13px;
	text-align:left;
	padding-left:10px;
}

.leaf_content{
	background: url('../images/leaf_bot.jpg') no-repeat 50% 100% #EBF5EC;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

#contentTitle{
	background: url('../images/contentTitle.jpg') no-repeat #B4D2B0;
	width:508px;
	padding-left:10px;
	height:16px;
	font-size:13px;
}

#contentPage{
	width:498px;
	padding:10px;
	margin-bottom:10px;
	background: url('../images/rightDown.jpg') no-repeat 50% 100% #EBF5EC;
	
}

.news_date {
	float:left;
	width:50px;
}

.news_title{
	margin-left:50px;
	width:440px;
	text-align:justify;
}

.news_content {
	margin-left:50px;
	width:440px;
	text-align:justify;
}

#footer{
	clear:both;
	margin: 0 auto;
}

a {text-decoration:none;color:black}
a:hover {text-decoration:underline}

h1 {margin:0}

.stat_date {
	font-size:12px;
	margin-right:5px;
}

a.stat_link {
	font-size:12px;
	text-decoration:none;
}

.stat_cat {
	font-size:10px;
}