body {
    background-color: #000000;
	margin-top: 20px;
	font-weight: normal;
	text-decoration: none;
}

.content {
	text-align : left;
	vertical-align: top;
    width: 660;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav {
	text-align : left;
	vertical-align: top;
	width: 210px;
	padding: 0px;
}

.footer {
    background: url('images/_footer_repeater.gif') repeat-y;
	text-align : center;
	vertical-align: top;
	width: 880px;
	padding: 6px;
}

.lefty {
	float: left;
	margin: 0 20px 10px 0;
}

.clearme {
	clear: both;
}