/* layout.css */

* {
margin: 0;
padding: 0;
}

div {
	text-align: left;
}

html, body {
   height: 100.2%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#outer {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: 989px;
}

#header {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 989px;
	height: 110px;
}

#languageselector {
	position: relative;
	float: right;
	padding: 0;
	margin-top: 10px;
}

#logo {
	position: relative;
	float: left;
	height: 80px;
	width: 414px;
	margin-top: 17px;
}

#metanavigation {
	float: left;
	height: 70px;
	width: 575px;
}

#mainmenu-top {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 989px;
	height: 36px;
}

#wrap {
	position: relative;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: 989px;
	height: auto;
	background: #f8f7f2;
}

#leftcol {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 24px;
	width: 274px;
}

body.homepage #leftcol-news-home {
	min-height: 434px;
}

#content1 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 714px;
	min-height: 400px;
}

#content2 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 989px;
	min-height: 400px;
}

#bottom {
	position: relative;
	float: left;
	padding: 0;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	margin: 0;
	width: 965px;
	height: auto;
	background: #f8f7f2;
}

#has-bottom-content {
	margin-top: 24px;
}

#footer {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 989px;
	height: 114px;
	background: #d6e2e2;
}
