
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
}

div.body {
	width: 1000px;
	text-align: left;
	margin: auto;
}

div.index {
	background-image: url(images/index2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 551px;
}

div.left {
	float: left;
	width: 176px;
}

div.left img {
	vertical-align: bottom;
}

div.right {
	width: 824px;
	float: right;
}

div.top {
	height: 180px;
	background-image: url(images/bg_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.lang {
	height: 143px;
	width: 100%;
}

div.lang div {
	text-align: right;
	padding: 80px 23px 0px 0px;
	color: #FFFFFF;
}

div.lang div a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	
}
div.lang a:hover, div.lang a.hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.menu {
	background-color: #AA7E28;
	background-image: url(images/bg_menu.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #FFFFFF;
	width: 822px;
	float: right;
}

div.menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 9px 0px 9px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
div.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.menu img {
	height: 6px;
	width: 6px;
	margin: 6px 0px 7px 0px;
	vertical-align: middle;
}

div.bottom {
	text-align: center;
	color: #00427C;
	font-size: 10px;
	width: 100%;
	float: left;
}

div.menu2 a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #0054A2;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin-top: 1px;
	padding: 2px 12px 2px 12px;
}

div.menu2 a:hover, div.menu2 a.hover {
	background-color: #003773;
	text-decoration: none;
}

div.menu3 a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/m3_out.gif);
	background-position: 11px center;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	margin-top: 1px;
	padding: 2px 12px 2px 27px;
}

div.menu3 a:hover, div.menu3 a.hover {
	background-image: url(images/m3_over.gif);
	background-color: #FFFFFF;
	text-decoration: none;
}

div.content {
	margin: 0px 54px 54px 54px;
}

h1.header {
	margin-bottom: 30px;
}