body {
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FBF9F8;
}

#container {
	background: #D3DCE4 url(../img/body_back.gif) repeat-x top left;
}

#container.home {
	background: #FBF9F8 url(../img/body_back.gif) repeat-x top left;
}

#center {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 272px;
	width: 770px;
	overflow: hidden;
}


#toolBar {
	width: 770px;
	/*background: url(../img/toolbar_back.gif) no-repeat top left;*/
	height: 64px;
	overflow: hidden;
	clear: both;
}


#mainMenu {
	/*background: url(../img/menu_back.jpg) no-repeat top left;*/
	width: 199px;
	height: 205px;
	float: right;
	overflow: hidden;
}

#banner {
	float: left;
	width: 571px;
	height: 205px;
	background: url(../img/banner_main.jpg) no-repeat top left;
}

#banner.banner-contact { background: url(../img/banner_contact.jpg) no-repeat top left; }
#banner.banner-association { background: url(../img/banner_association.jpg) no-repeat top left; }
#banner.banner-press { background: url(../img/banner_press.jpg) no-repeat top left; }
	


#mainContent {
	/*background: #fff;*/
	/*width: 770px;*/
}

#mainCol {
	width: 770px;
	padding: 0;
	/*float: right;*/
	/*background: #fff;*/
	overflow: hidden;
}

#footer {
	background: #0a547f;
	/*width: 770px;*/
	height: 50px;
}

#footerInner {
	width: 770px;
	margin: 0 auto;
}

#belowFooter {
	background: #FBF9F8;
	overflow: hidden;
}












