#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	background: #878986 url('images/community_bkgnd2_d.jpg') no-repeat;	
}
#profiletitle{ height: 32px; }

#communitylist{
	margin: 0px 20px 0px 15px;
	font-size: 1.1em;
	border: 0px solid green;
}
#arb{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: square;
}
#arb li{
	font-family: Arial, sans-sarif;
	font-size: 12px;
	margin: 0px 0px 6px 0px;
}



