#wrapper {
	width: 800px;
	margin: 0 auto;
}

#wrap-left {
	float: left;
	width: 30%;
	position: relative;
	margin-left: 20px;
}

#wrap-right {
	float: right;
	width: 60%;
	position: relative;
}

.memberz {
	font: 13px/20px "Lucida Grande", Lucida, sans-serif;
	list-style-type: square;
	margin: 0;
}

h1 {
	font-size: 20px;
}

.memberz li {
	list-style-type: square;
}

p {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid silver;
}
