body {
	background-color: #0B3C5C;
	max-width: 980px;
	margin: auto;
	}
header { 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 25px;
	background: white; 
	width:100%; 
	height: 120px; 
	}
language { 
	position: relative;
	background: white; 
	width:100%; 
	height: 35px; 
	display: block;
	}
.baner {
	max-width: 940px;
	margin: 20px;
	}
.flags {
	max-width: 940px;
	margin: 10px 20px 0px -10px;
	}
mainbody { 
	position: relative;
	background: white; 
	width:100%; 
	height: auto; 
	float: right; 
	}

section { 
	background: white; 
	width:68%; 
	/*height: 400px; */
	float: left; 
  text-align: justify;
  }
aside { 
	background: white; 
	width:30%; 
	/*height: 400px; */
	float: left; 
	}
footer { 
	background: white; 
	width:100%; 
	height: 60px; 
	clear: both; 
	color: black;
	}
p {
	font: 14px Arial, sans-serif; 
	color: black; 
	text-align: center; 
	}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

ul {
	width: 200px;
}

ul a:link, ul a:visited {
	font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	width: 220px;
	line-height: 34px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	background-color: #eee;
	color: #000;
	padding: 0 12px;
	padding-left: 30px;
	border-top: 1px dashed #ccc;
}

ul a:hover {
	border-style: inset;
	padding: 0 12px;
	padding-left: 30px;
	width: 214px;
	}

.column {
  float: left;
  width: 50%;
/*  line-height: 0.3*/
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
}