body {
	background: #ffffff;
	padding: 10px 30px 30px;
	margin: 0px;
	font: 9px/12px Helvetica, Arial, sans-serif;
	color: #a9afb4;
}
.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#header {
	font-size: 15px;
	line-height: 15px;
	margin: 0px;
	padding: 10px 0px 15px;
}

#header small {
	font-size: 9px;
	text-transform: uppercase;
}

#posts {
	margin: 0px;
	padding: 0px;
}
.posted {
	float: left;
	margin: 20px;
	padding: 0px;
	overflow: hidden;
	height: 75;
	width: 75;
	position: relative;
}
.posted strong {
	position: absolute;
	z-index: 5;
	left: 0px;
	background: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	top: 0px;
}
a {
	color: #efefef;
	text-decoration: none;
}
a:hover {
	color: #d6d6d6;
	text-decoration: underline;
}
