#page {
	background-color: #e0e5e9;
	width: 100%;
	left: 0%;
	min-height: 100%;
	position: absolute;
	min-width: 160px;
}

	#border_left {
		position: absolute;
		left: -10px;
		height: 100%;
		width: 10px;
		background-image: url(../../images/mainpage/border_left.png);
	}
	
	#border_right {
		position: absolute;
		width: 10px;
		right: -10px;
		height: 100%;
		background-image: url(../../images/mainpage/border_right.png);
	}

#header {
	background-color: #e3e7ea;
	height: 95px;
	position: relative;
	background-image: url(../../images/mainpage/head_bg.png);
}
	
	#logo {
		height: 95px;
		margin-top: -47px;
		position: absolute;
		top: 50%;
		width: 95%;
		left: 5%;
	}
		
		#logo_left {
			float: left;
			background-image: url(../../images/mainpage/head_logo.png);
			height: 95px;
			width: 138px;
		}
		
		#logo_right {
			background-image: url(../../images/mainpage/head_spacer.png);
			background-position: 138px 0px;
			background-repeat: no-repeat;
			height: 87px;
			position: absolute;
			width: 100%;
		}
		
		#logo_text {
			margin-top: 20px;
			position: absolute;
			right: 5%;
		}

		#logo_links {
			margin-top: 70px;
			position: absolute;
			right: 5%;
		}

			#logo_link_a {
				font-size: 12px;
				font-weight: bold;
				color: grey;
			}



#navbg {
	position: relative;
	background-image: url(../../images/mainpage/nav_bg.png);
	padding-left: 2%;
	padding-right	: 2%;
}

	#nav {
		position: relative;
		display:inline-block	;
		height: 35px;
		width: 156px;
		background-image: url(../../images/mainpage/nav_li.png);
		z-index:2;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		text-align: center;
		color: #244054;
	}

	#nav:hover {
		background-position: 0px 35px;
		color: white;

	}


#imagebox {
	position: relative;
	margin-top: -9px;
	height: 150px;
	background-image: url(../../images/mainpage/image-top.jpg);
}

#contentarea {
	position: relative;
	padding: 2%;
	text-align: center;
}

#footer {
	position: relative;
	text-align: right;
	padding-right: 3%;
	font-size: 10px;
	font-weight: bold;
	font-family: sans;
	text-decoration: overline;
	color: grey;
}
