#container {
 	margin-bottom: 5px;
 	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 	width: 100%
}

#contentContainer {
 	float: right;
 	border: none;
 }


#contentContainer #content {
}

#sidebarContainer {
border: none;
 float: left;
 }

