/*16 - left  + 968 - centr + 16right = 1000*/
/*Leftbar -- width  312 without margins*/
/*T R B L */
body  {
	background: white url(../img/main_back.jpg) repeat-x;
	text-align: center; 
}
.bodyClass #container { 
	width: 100%; 
	margin: 0 auto;
	text-align: left;
} 
.bodyClass #header {
	8height:318px;
	height:255px;
} 
.bodyClass #header .flash {
	height:220px;
	background:white url(../img/top_flash.jpg) top center repeat-x;
}
.bodyClass #header .topMenu {height:30px;} 
.bodyClass #header .topMenu .icons{
	float:left;
	display:inline-block;
	width:150px;
	height:30px;
	}
.bodyClass #header .topMenu .links{
	float:left;
	display:inline-block;
} 
.bodyClass #header .topMenu .links li{
	float:left;
	display:inline-block;
	8width:150px;
	margin: 8px 0 0px 20px;
} 
.bodyClass #header .pathCont {
	8height:70px;
	height:2px;
} 

/**************** leftBar ****************/
.bodyClass #leftBar {
	float: left; 
	8width: 24%;
	width:210px;
	height:1000px;
	padding: 0;
}

/**************** mainContent ****************/

.bodyClass #mainContent { 
	8margin: 0 20px 0 26%;
	margin: 0 20px 0 220px;;
	padding:0;
	height:1000px;
} 


.bodyClass #footer { 
} 