@charset "utf-8";

#memberlist_wrapper {
	font: Georgia, Times, serif;
	color: #783e05;
	width: 100%;
}

.memberlist_listing_bg_a {
	width: 100%;
	float: left;
	background: #FADC9C;
	padding: 5px;
}

.memberlist_listing_bg_b {
	width: 100%;
	float: left;
	background: #c39e76;
	padding: 5px;
}

#memberlist_wrapper_image {
	float: left;
	padding-right: 5px;
}

#memberlist_wrapper_content {
	width: 75%;
	float: right;
	padding-right: 5px;
	font-size: 12px;
	line-height: 1.88889;
}
#memberlist_wrapper a:link {
	font-weight: bold;
	text-decoration: none;
	color: #f9bd5a;
}

#memberlist_wrapper a:visited {
	color: #783e05;
}

#memberlist_wrapper a:hover, #memberlist_wrapper a:active {
	color: #003300;
}

#memberlist_wrapper h3 {
	padding-top: 0px;
	color: #783e05;
}
#clear {
	clear: both;
}