.friend-box {
	float: left;
	width: 115px;
	height: 120px;
	position: relative;
	padding: 3px;
	border: 1px solid #666666;
	-moz-border-radius: 0 0 8px 8px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.friend-text {
	font-size: 1.2em;
	padding: 5px;
	clear: both;
}
.friend-header {
	font-size: 1.4em;
	font-weight: bold;
	padding: 4px;
	clear: both;
}

.friend-box .friend-image {
	text-align: center;
}
.friend-box .friend-name {
	font-size: 1.2em;
	text-align: center;
}
.friend-box .friend-name a {
	color: #666666;
	text-decoration: none;
}
.friend-box .friend-name a:hover {
	text-decoration: underline;
}
.friend-content {
	margin: auto;
	width: 500px;
	position: relative;
	left: auto;
	right: auto;
}

.column_header {
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.column_entry {

	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
