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

#a3d869 - Green
#555555 - Grey
#473015 - Brown

*/
/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------- L. Column ----------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/
#l_column {
	width: 220px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
}

#l_column ul {
	border-top: dotted #cdcdcd;
}

#main {
	min-height: 525px;
	#height: 525px !important;
}



/*------------------------------------------------------------------------------------------------------------------
----------------------------------------------------- RSS ----------------------------------------------------------
------------------------------------------------------------------------------------------------------------------*/

#rss .head {
	background: url(../images/rss/rss_head.jpg) no-repeat;
	height: 66px;
	width: 428px;
}

#rss .body {
	background: url(../images/rss/rss_body.jpg) repeat-y;
	width: 410px;
	padding: 10px 20px 10px 0px;
	color: #fff;
	font-size: 12px;
}

	#rss .body a, #rss .body a:visited {
		text-decoration: none;
		color: #fff;
	}

#rss .foot {
	background: url(../images/rss/rss_foot.jpg) no-repeat;
	width: 428px;
	height: 14px;
}

#rss .body ul li {
	list-style: none;
}