@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;
}

#shrm {
    margin-top: 40px;
    width: 428px;
}
#shrm a {
    display: block;
    width: 428px;
    height: 244px;
    margin-top: 20px;
    text-indent: -9999em;
    font-size: 0;
    background: url('../images/video-thumbnail.jpg');
}
#facebook {
    display: block;
    float: right;
    margin-top: 50px;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    font-size: 0;
    background: url('../images/fb.jpg');
}
