/* _____________________________________________________________*/
/* _____________________ Main Structure ________________________*/
/* _____________________________________________________________*/


#wrapper {width:750px; margin:0 auto; margin-bottom:8px; text-align:center; overflow:hidden; }

#header, #content, #sideBar {
	overflow:hidden; 
	display:inline-block; 
	text-align:left;
	float:left;
	}
#header,#footer {width:100%;} /* fix for safari and opera */

#footer {
	overflow:hidden; 
	display:inline-block; 
	padding-top:0px; 
	clear:both; 
	height:96px;
	}

#sideBar,#right_col  {
	float:left; 
	margin-bottom:30px;
	}
#content {width: 465px;}

#content .marginer {
	margin:20px; 

	}

#sideBar {
	width: 144px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding-top:0px; 
	float:left;
	}
	* html #sideBar {margin-right: 0px;}

#right_col {float:right;width: 140px; margin:0px; }


.cntLeftCol {
	float:left;
	width:45%;
}
.cntRightCol {
	float:right;
	width:45%;
}

/* _____________________________________________________________*/
/* _____________________ header structure ______________________*/
/* _____________________________________________________________*/

#headerWraper{width:749px;}


/* _____________________________________________________________*/
/* _____________________ other structure factors _______________*/
/* _____________________________________________________________*/



.clearRight{ clear:right; line-height:1%;}
.clearBoth{clear:both; line-height:1%;}
.floatLeft{float:left; line-height:1%;}

