/* This is the default float side for this theme. We only have this file as we need to set a default css file for the theme variations. */
#sidebarContainer {
	float: left;
}

#adsContainer {
	float: right;
	width: 190px;
	padding: 10px 0 0 10px;
	border-left: 1px solid grey;
}

#container { 
	width: 930px;
	}
	
#contentContainer {
	width: 530px;
	margin: auto;
	}
