@charset "utf-8";
/* FloraChamber.com 		*/
/* Chamber Members Page		*/
@import "base.css";

#section01 div {
	display: block;
	float: left;
	width: 230px;
	padding: 15px 20px 10px 0;
}
	h2#chambermembers_hd a { 
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/currentmembers_hd.png) 0 0 no-repeat;
	}
	h2#memberbenefits_hd a { 
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/memberbenefits_hd.png) 0 0 no-repeat;
	}

#section02 div {
	display: block;
	float: left;
	width: 230px;
	padding: 0 20px 10px 0;
}
	h2#becomeamember_hd a {
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/becomeamember_hd.png) 0 0 no-repeat;
	}

