#page {
	height: 600px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#header {
	background-image: url(../images/edslogo.svg);
	float: left;
	height: 60px;
	width: 107px;
	margin-left: 30px;
	background-repeat: no-repeat;
}
#login {
	float: right;
	height: 60px;
	width: 250px;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
	color: #A0A0A4;
	text-align: right;
	margin-right: 50px;
}
#header_container {
	height: 60px;
	width: 980px;
}
#menu {
	text-decoration: none;
	width: 980px;
	height: 10px;
	padding-top: 30px;
}
#container {
	height: 220px;
	width: 900px;
	font-family: "Century Gothic";
	margin: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}
#sbox_container {
	float: left;
	width: 201px;
	margin: 5px;
	background-image: url(../images/sbox.svg);
	background-repeat: no-repeat;
	height: 160px;
	padding: 5px;
}

#page #container #sbox_container h4 a {
	font-family: "Century Gothic";
	color: #FF5F00;
	text-decoration: none;
	filter: Glow(Color=#FFF, Strength=100);
	font-size: 14px;
}
#page #container #sbox_container p {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: left;
	white-space: normal;
}
#page #container #sbox_container p a {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FF5F00;
	text-decoration: none;
}
#footer {
	font-family: "Century Gothic";
	color: #000;
	text-align: center;
	font-size: 12px;
	width: 960px;
	z-index: auto;
	margin-top: 30px;
}
#timeline {
	height: 650px;
	width: 900px;
	opacity: 0.9;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
#imageslider {
	margin: auto;
	height: 340px;
	width: 960px;
	font-family: "Century Gothic";
	overflow: hidden;
	z-index: auto;
}
#slider {
	width: 980px;
	height: 340px;
	/*IE bugfix*/
	padding:0;
	margin:0;
			}