form div { clear: both; }
label { width: 49%; float: left; text-align: right; margin-right: 5px; }
#main, #footer { 
	width: 685px;
	margin: 0 auto;
}
#wrapper { clear: both; width: 100%; }
#sidebar { 
	width: 295px;
	float: left;
}
#sidebar img { float: left;}
#content { 
	width: 390px;
	float: right;
}
#contact {
	width: 390px;
	height: 30px;
	float: right;
}
#footer { clear: both; }
.clearing { clear: both; height: 0; }