#main-container {
	text-align: left;
	width: 946px;
	background-color: #FFFFFF;
}

#header-container {
	height: 120px;
	position: relative;
/* 	background: url(../img/bg.gif) repeat-x #FFFFFF; */
}

#language-container {
	position: absolute;
	left: 233px;
	top: 8px;
}

#flash-container {
	position: absolute;
	left: 226px;
	top: 0;
	background: url('../img/flash2.png') no-repeat;
}

#central-container {
	line-height: 160%; 
	font-size: 110%;
}

#top-container {
	border: 3px solid #dcdcdc;
	margin: 30px 0 20px 0;
}

#top-content {
	height: 29px;
}

#navigationbar-container {
	padding: 7px 0 0 10px;
	float: left;
}

#tools-container {
	padding: 9px 10px 0 0;
	float: right;
}

#left-section-container {
	padding: 30px 20px 20px 20px;
}

#left-section-container-home {
	padding: 0 20px 10px 26px;
}


#search-container {
	right: 0;
	top: 213px;
	position: absolute;
}

.popup {
	background-color: #fff !important;
}

.popup p {
  font-size: 110%;
  line-height: 160%;
  text-align: justify;
}

