#content-area {
	
	background: #EAEAEA url('../img/main-content-bg.jpg') top left repeat-y;	
	width: 741px; height: auto;
	clear: both; float: left; 
	border-left: 2px solid white; border-right: 2px solid white;
	margin: 0px 0 0 0; padding: 0;
	
	}

#main-content-col {
	display: block; float: left;
	width: 745px; height: auto;
	}
	
#side-bar-content { 
	
	background-color: #CAC6C2;
	width: 152px; height: auto;
	display: block; float: left; 
	border-right: 2px solid white;
	padding: 5px; 
	}
	
#main-content-body { 
	
	/* background-color: red; */
	width: 547px; height: auto;
	display: block; float: left; 
	padding: 20px 10px;
	
	}	