#sidebar {
	float: left;
	width: 316px;
}
	
#main {
	float: right;
	position: relative;
	right: 12px;
	width: 588px;
}

#full {
	clear: both;
}