body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "Myriad Pro", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #111111;
	text-align: justify;
}
#header {
	background-color: #000000;
	height: 80px;
}
#header #logo {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header #logo img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#header #flags {
	float: right;
}



#container {
	width: 900px;
	background-color: #bd7200;
	margin-right: auto;
	margin-left: auto;
}
#mnu {
	height: 60px;
}
#content {
	background-image: url(../images/back_content.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.clearfloat {
	clear: both;
}
.boxWhite   {
	background-image: url(../images/back_box.png);
	background-repeat: repeat;
}

.boxWhiteTxt {
	padding: 10px;
}
a:link {
	color: #111111;
	text-decoration: none;
}
a:visited {
	color: #111111;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	height: 40px;
	background-color: #000000;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
	padding: 5px;
}
#footer a {
	color: #CCCCCC;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
