.read_more, .read_more * {
	font-size:11px;
}

/*********** JOIN COMMUNITY BUTTON ***********/
#community_button {
	border:1px solid #D6BFBF;
	padding:4px;
}

#community_button a {
	display:block;
	width:200px;
	height:110px;
	background:url(/images/public/join_community_button.jpg) center repeat-y;
	
}
#community_button a:link, #community_button a:visited {
	text-decoration: none;
}
#community_button a:hover {
	background:url(/images/public/join_community_button_hover.jpg) center repeat-y;
	
}
#community_button a:active {
	background:url(/images/public/join_community_button.jpg) center repeat-y;
}

.decade_holder {
	width:125px;
	float:left;
	padding:0 0 10px 0;
}

.decade_holder ul {
	list-style: none !important;
	padding:0 !important;
}

