body {	
	margin:0px;
	padding:0px;
}

#container {
	margin:0 auto;	
	text-align:left;
	width:998px;
}

#content {
	clear:both;	
	height:auto;
	overflow:auto;
}

#content #main {
	display:inline; /* Fixes IE Double Margin Float Bug */ 
	float:left;
	width:594px;
	
	
	
}


#content #sideNav {
	margin-top:378px;
	width: 382px;
	float:left;
}

#content #sideBar {
	background:#ddd;
	float:left;	
	overflow:hidden;
	width:224px;
	
}

#footer
{
	background:url(http://www.rethink-recruitment.com/Graphics/footer.gif) repeat-x;
	clear:both;	
	height:161px;
}



