/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebarContainer {
	float: left;
	margin: 0 0 0 5px;
}


#contentContainer {
	float: right;
}

/* switch the content padding-right/padding-left so that the main text is padded from the sidebar */
#contentContainer #content {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.9em;
}
.BiUTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif, Optima;
	font-size: 9px;
	line-height: 10px;
}
