BODY {
	margin: 0;
	padding: 0;
	background: url(../img/background.png) repeat-x;
	text-align: center;
	font: 9pt Verdana;
}

DIV#container {
	width: 928px;
	min-height: 600px;
	padding: 0 23px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.png) repeat-y;
}

* html DIV#container {
	width: 974px;
}

DIV#header {
	position: relative;
	margin: 0 -23px;
	height: 182px;
	padding: 33px 23px 0 23px;
	background: url(../img/background_header.jpg) no-repeat;
}

* html DIV#header {
	height: 215px;
}

DIV#languages {
	text-align: right;
	padding-right: 6px;
	margin-bottom: 5px;
}

DIV#languages A {
	margin-left: 3px;
}

DIV#left,
DIV#right {
	width: 194px;
	float: left;
	display: inline;
}

UL#menu,
UL#menu LI UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL#menu {
	margin-bottom: 15px;
}

UL#menu LI A {
	font: 9pt Arial;
	display: block;
	line-height: 34px;
	padding: 0 10px 0 15px;
	margin-bottom: 4px;
	background: url(../img/background_menu_item.jpg) no-repeat;
	color: #0C3974;
	font-weight: bold;
	text-decoration: none;
}

UL#menu LI A:hover,
UL#menu LI A.active {
	background: url(../img/background_menu_item_hover.jpg) no-repeat;
	color: #0F3772;
}

UL#menu LI UL LI A {
	font-size: 8pt;
	display: block;
	line-height: 18px;
	background: #FFF;
	padding-left: 25px;
}

UL#menu LI UL LI A:hover,
UL#menu LI UL LI A.active {
	background: url(../img/background_menu_2_item_hover.jpg) no-repeat 12px 6px;
}

DIV#content {
	float: left;
	display: inline;
	width: 525px;
	margin: 0 7px 0 8px;
	overflow: hidden;
}

DIV#border{
	clear: both;
	margin: 60px -9px 0 -9px;
	height: 17px;
	background: url(../img/background_footermenu.jpg) repeat-x top;
}

IMG#logos {
	margin-left: 9px;
	margin-top: 5px;
	border: none;
}

DIV#footer {
	margin: 0 auto;
	width: 974px;
	padding-top: 50px;
	min-height: 25px;
	background: #FFF url(../img/background_footer.jpg) no-repeat top;
	text-align: center;
	color: #A9A9A9;
	font: 8pt Arial;
}

* HTML DIV#footer {
	height: 75px;
}

DIV#footer A {
	color: #A9A9A9;
	font: 8pt Arial;
	text-decoration: none;
}

DIV#footer A:hover {
	color: #000;
}

DIV.clearer {
	clear: both;
}
