body {
	margin-top: 50px;
	padding: 0;
	background: #B1C3CD;
	font-size: 15px;
	font-family: 'Lato', 'Arial', serif;
	text-align: justify;
	color: #5C5C5C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	list-style: none;
}

a {
	color: #8A7645;
}

a:hover, a:active {
	text-decoration: none;
	color: #8A7645;
}

a:visited {
	color: #8A7645;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	width: 983px;
	margin: 0 auto;
	height: 250px;
	background: url(images/header3.png) no-repeat;
}

/* Menu */

#menuback {
	width: 983px;
	height: 50px;
	background: url(images/side3.png);
}

#menu {
	margin-left:51px;
	width: 881px;
	height: 50px;
	background: #CBCDC4;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
	background: #CBCDC4;
}

#menu a {
	display: block;
	height: 38px;
	padding: 12px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #CD2A09;
}

#menu .current_page_item a {
	background: #9D9F98;
}

#menu .current_page_item a:hover {
	background: #9D9F98;
}

#menu .language_item a {
	position:absolute;
	margin-left: 350px;
}

/** LOGO */

#logo {
	width: 880px;
	height: 200px;
	margin: 0 auto;
	background: url(images/logo3.png) no-repeat 5% 75%;
}

/* Content */

#contentback {
	margin:0 auto;
	width: 983px;
	background: url(images/side3.png);
}

#contentpic {
	position:absolute;
	top: 362px;
	margin-left: 550px;
	width: 330px;
	background: #F0F0F0;
}

#contentpicf {
	position:absolute;
	top: 340px;
	margin-left: 530px;
	width: 330px;
	background: #F0F0F0;
}

#contentmap{
	position:absolute;
	top: 355px;
	margin-left: 440px;
	width: 400px;
	background: #F0F0F0;
}

#content {
	position:relative;
	margin-left: 51px;
	padding:50px;
	width: 400px;
	background: #F0F0F0;
}

#content p{
	margin-left: 30px;
}

#content li{
	margin-left: 30px;
	list-style-type: disc;
}

/* Footer */

#footer {
	margin:0 auto;
	width: 983px;
	background: url(images/footer3.png);
	height: 77px;
	color: #E0E0E0;
}

#footer p {
	font-size: 12px;
	text-align: center;
}

