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

DIV#container {
	position: relative;
	width: 972px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/background_container.jpg) repeat-y;
}

DIV#languages {
	position: absolute;
	top: 10px;
	right: 15px;
}

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

UL#menu {
	width: 908px;
	height: 49px;
	margin: 0;
	padding: 16px 32px 0 32px;
	background: url(../img/background_menu.jpg) no-repeat;
	list-style-type: none;
}

* HTML UL#menu {
	width: 972px;
	height: 65px;
}

UL#menu LI {
	float: left;
	padding-right: 2px;
	background: url(../img/background_menu_item_border.jpg) no-repeat right;
}

UL#menu LI.last {
	background: none;
}

UL#menu LI A {
	display: block;
	line-height: 35px;
	font-weight: bold;
	color: #033051;
	padding: 0 8px;
	text-decoration: none;
}

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

DIV#contentContainer {
	margin: 0 26px;
	background: url(../img/background_content_container.jpg) repeat-y left;
}

* html DIV#contentContainer {
	height: 2px;
}

DIV#left {
	width: 175px;
	padding: 6px 5px 5px 6px;
	float: left;
	display: inline;
	background: url(../img/background_left_top.jpg) no-repeat top;
}

* html DIV#left {
	width: 186px;
}

UL#submenu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

UL#submenu LI {
	padding-bottom: 3px;
}

UL#submenu LI A {
	display: block;
	line-height: 30px;
	padding: 2px 6px 2px 25px;
	text-decoration: none;
	color: #9F171B;
	font-weight: bold;
	background: url(../img/background_submenu_item.jpg) no-repeat;
}

UL#submenu LI A:hover,
UL#submenu LI A.active {
	background: url(../img/background_submenu_item_hover.jpg) no-repeat;
}

DIV#content {
	float: left;
	display: inline;
	width: 521px;
	margin: 0 13px;
}

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

DIV#finder {
	height: 112px;
	padding: 45px 8px 0 8px;
	margin-bottom: 10px;
	background: url(../img/background_finder.png) no-repeat;
}

* HTML DIV#finder {
	height: 157px;
}

DIV#footer {
	height: 40px;
	padding-top: 30px; 
	background: url(../img/background_footer.jpg) no-repeat;
	text-align: center;
	font-size: 8pt;
	color: #8BAFCF;
}

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

DIV#footer A {
	font-weight: normal;
	color: #8BAFCF;
}

DIV#footer A:hover {
	color: #000;
	text-decoration: none;
}

DIV.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
}