/* global styles */
body {
	background:#fff;
}

.clear {
    clear: both;
}

a {
	color:#a40707;
}
a:hover {
	text-decoration:none;
}

#headerwrapper, #mainwrapper, #footerwrapper {
	width:100%;
	margin:0 auto;

}

#mainwrapper {
	background:#780000;
}
#footerwrapper {
	background:#b3b3b3;
}

.centercontainer {
    position: relative;
    width:940px;
    margin: 0 auto;
}

#header {
	position:relative;
	height:120px;
	width:940px;
	
}
#contentheaderimage {
	position:absolute;
	top:-67px;
}
#logo {
	position:absolute;
	top:35px;
	left:20px;
}

#languages {
	position:absolute;
	right:20px;
	top:40px;
}

#main {
	
	width:940px;
	background:white;
	min-height:300px;
	_height:300px;
}



#footer {
	position:relative;
	width:940px;
	min-height:250px;
	_height:250px;
	background:#f6f6f6;
}

#footer #footercontent {
	position:absolute;
	left:225px;
	font-size:11px;
}

.footercolumn {
	float:left;
	
	border-left:1px solid #8b8b8b;
	padding-left:15px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#5e5e5e;
}

.footercolumn a {
	color:#5e5e5e;
	text-decoration:underline;
}

