#member-image, #member-detail, #member-bio
{
	width: 300px;
	float: left;
	-border: 1px red solid;
	
	margin: 10px;
}


#member-image
{
	
	
	
}

#member-detail
{
}

#member-detail p
{
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
}

#member-detail label
{
	width: 90px;
	float: left;
	
	font-weight: bold;
}

#member-bio
{
	background-color: #DDD;
	width: 280px;
	height: 280px;
	padding: 10px;
}

/*#member-bio h1 { font-size: 24px; }*/


#body #main .matter-list
{
	border-bottom: 1px rgb(153, 153, 153) dotted;
	float: left;
	overflow: hidden;
	padding: 11px 0px;
	width: 960px;
}

#body #main .matter-list .matter-list-title h1 
{
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #402a06;
}

#body #main .matter-list .matter-list-title h1 a
{
	color: #402a06;
	text-decoration: none
}

#body #main .matter-list .matter-list-title h1 a:hover
{
	text-decoration: underline;
}

#user-matters-heading
{
	border-bottom: 1px solid rgb(102, 102, 102);
	clear: both;
	height: 34px;
	width: 100%;
	margin-top: 20px;
	float: left;
}

#body #main #user-matters-heading h2
{
	color: rgb(149, 127, 91);
	float: left;
	font-size: 170%;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 0px;
}