/* default float side for sidebar */

#primary-content{
	float: left;
	padding: 10px 20px;
}
#secondary-content{
	float: right;
}