/* CSS Document */

#members{
	background: #f4f4f4;
	border: 1px solid #000;
	border-top: none;
	margin-bottom: 1em;
}
#members a{
	color: #c00;
}
#members a:visited{
	color: #900;
}
#members a:hover{
	color: #666;
}

.results{
	clear: left;
	margin: 20px;
}
#members h2{
	color: #CC0202;
	letter-spacing: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 0 5px;
	background: url(../images/h2-right.gif) right center no-repeat #fff;
	padding: 7px 10px;
	float: left;
	display: inline;
	border-right: 1px solid #000;
}
#members .header{
	background: url(../images/h2-left.gif) left center no-repeat #D9D9D9;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	float: left;
	width: 100%;
	text-align: right;
}
#members .header img{
	margin-top: 10px;
	margin-right: 6px;
}