#mainWrapper {
	display:block;
	margin:0 auto;
	width:960px;
}

#mainColumn {
	width: 700px;
	float: left;
	margin-bottom:40px;
	text-align:left;
}

#mainSection {
/*	position: relative; */
	margin:0 15px;
}

#mainSectionAlt {
	position: relative;
	margin:0 15px;
}
 
#navigation {
	
}

#rightPanel {
	float:right;
	width: 215px;
	margin-bottom:40px;
	margin-top:8px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}