.centered_container {
	display : 					block;
	position :					relative;
   	width :						1024px;
	margin:						auto;
	margin-bottom:				10px;
        
}

.site_body {
	overflow:   hidden ;
	background-color:			white;
	height:						100%;
	font-family:				verdana,arial,sans-serif;
	font-size:					10px;
        
}

/* Banner TOP */
.top_banner {
	width : 					   1024px;
}

.top_left {
	height : 					224px;
	width : 					  180px;
	text-align:					left;
}

.top_center {
	height: 					   100%;
	width : 					   800px;
	text-align:					center;
}

.top_center_mask {
   position:               absolute;
   top:                    0px;
   left:                   220px;
   height:                 180px;
   width:                  700px;
}


.top_right {
}


.menu_banner{
	height : 					40px;
	width : 					   100%;
}

.menu_banner_left {
	width : 					   224px;
}

.menu_banner_center {
	vertical-align:			bottom;
	
}

.menu-item {
	vertical-align:			bottom;
}

.menu_banner_right {
}

.main_container_left {
	vertical-align: top;
	padding-top: 				10px;
}

.main_container_right {
}

.main_container{
	vertical-align: top;
	height: 600px;
	min-height:	600px;
}
.content_header {
	padding-top:	10px;
	padding-bottom: 20px;
}
.content_container {
	vertical-align: top;
	width : 		800px;
	padding-top: 	10px;
	padding-left:	10px;
   	padding-right:	10px;
	overflow:		visible;
}
.content_footer {
	padding-top: 	10px;
	padding-bottom:	20px;
}

.bottom_banner {
}

.bottom_left {
}

.bottom_center {
}

.bottom_right {
}
.language_selector {
	display:block;
   position: relative;
   top : 0px;
   text-align: center;

}
