body{
	margin:0;
	padding:0;
	width: 100%;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
}


.wrapper{
	width:100%
	max-width:100%
}

.container{
	width: 1024px;
	max-width: 100%;
	margin:0 auto;
}

.top_bar{
	max-width: 100%;
	height:50px;
	background-color: #fff;
	display: block;
	padding:15px;
}


.top_bar a{
	text-decoration: none;
	color:#000;
	margin-right: 30px;
	font-weight: bold;
}

.lang {
	display: inline;
	float:right;
}

.lang span{
	text-align:right;
	font-weight: bold;
}

.flags{
	display: block;
}

.header{
	max-width: 100%;
	height:450px;
	background-color:#000;
	background-image: url('Header001_2000x1200.jpg');
	background-size: 100% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.header .container a img{
	max-width: 250px;
}

.sub_header{
	width: 100%;
	max-width: 100%;
	margin-top: -70px;
	margin-bottom: 20px;
	background-color: #fff;
}

.sub_header h2{
	text-align: center;
	letter-spacing: 5px;
	margin:0;
	padding:0;
	padding:15px 0;
	font-size: 21px;
	line-height: 21px;
}

.content{
	min-height: 500px;
	max-width: 100%;
	margin:0 auto 30px auto;
	background-color: #fff;
	padding:15px;
}

.content_text{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	max-width: 100%;
	margin:0;
	padding:0;
}

.black_label{
	text-align: center;
	margin:30px 0 10px 0;
	padding:10px 0;
	background-color:#000;
	color: #fff;
	width: 100%;
	max-width: 100%;
}

.mp_logos{
	max-width: 100%;
}

.thick_border{
	display: block;
	width: 100%;
	max-width: 100%;
	height: 10px;
	background-color: #000;
}

.footer{
	width: 100%;
	max-width: 100%;
	padding:15px;
	background-color:#e3e3e3;
	font-size: 13px;
	overflow: auto;
}

.footer .left,
.footer .right{
	float:left;
	min-width: 50%;
	max-width: 100%;
	margin-bottom: 30px;
}

.footer .left img{
	display: block;
	margin-bottom: 30px;
	min-width: 300px;
	max-width: 100%;
}

.footer p{
	margin:0;
	padding: 0;
}

.footer a{
	text-decoration: none;
	color:#888;
	font-weight: bold;
}

@media screen and (max-width: 450px) {

	.header{
		background-size: auto 100%;
	}
	.header .container a img{
	max-width: 150px;
	}

	.lang span{
		display: none;
	}
}
