@import url(style_FILES/reset.css);
@import url(style_FILES/content.css);
@import url(style_FILES/navigation.css);

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	background: #c3c3c3;
}

#container {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto; 
	background: #7fa8cd;
	width: 775px;
}

#header {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 116px;
	width: 775px;
	background: #a0bddd;

}

#headerMenuBox {
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:212px;
	padding-top:7px;
	background-color:#ffffff;
}
.extraHeaderMenu {
	font-size: 11.5px;
	line-height: 180%;
	color:#333333;
	margin-left: 25px;
	margin-top: 35px;
	
}

.extraHeaderMenu H1 {
	font-size: 25px;
	line-height: 180%;
	color:#3b3b3b;
	margin-left: 0px;	
}

#content {
	position: absolute;
	top: 212px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
	color:#FF0000;
	background-color:#FFFFFF;
}

#left {	
	width: 195px;
	height:auto;
	float:left;
}

#navigation{
	margin-top:30px;
	margin-left:0px;
	width:195px;
}

#middle {
	width: 501px;
	padding: 82px 30px 50px 40px;
	background-color:#ffffff;
	float:left;
}

#middleMenuBox {
	position:absolute;
	right: 8px;
	top:4px;
	width:auto;
	height:auto;
}

.extraMenu {
	font-size: 11.5px;
	line-height: 180%;
	margin-left: 10px;
	font-weight:normal;
	color:#1c1c1c;
}

#footer {
	position: relative;
	left: 0;
	height: auto;
	width: 775px;
	clear: both;
	background: #c3c3c3; 
	bottom:0px;
	font-size:11.5px;
	color:#707070;
	padding:5px 0px 30px 0px;
	text-align:left;
}

#footer a {
	color:#707070;
}

#footer a:hover {
	color:#860909;
}