/* CSS Document */

/*
#community_button {
	background-image: url(../gfx/homepage/community/community_button.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 94px;
	margin-bottom: 18px;
	margin-top: 18px;
	border: solid 5px lime;
}

#community_button a:hover {
	background-image: url(../gfx/homepage/community/community_button_on.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 94px;
}

#community_button_blurb {
	color: #000000;
	height: 36px;
	text-indent: 0px;
	position: relative;
	top: 32px;
	left: 10px;
	display: block;
}

*/

