﻿#Footer {
	height: 20px;
	top: inherit;
	color: #FFFFFF;
	background-color: #666666;
	font-family: Verdana;
	font-size: x-small;
}
#Information {
	height: 200px;
	top: inherit;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #F8F8F8;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #F8F8F8;
	font-family: Verdana;
	font-size: small;
}
#Logo {
	top: 30px;
	height: inherit;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #F8F8F8;
	font-family: Verdana;
	font-size: small;
	color: #000000;
	overflow: inherit;
}
#Navigation {
	height: 20px;
	background-color: #666666;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
}
#Container {
	width: 1024px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
