body {
	text-align: center;
	background: #FFF;
}
#wrapper {
	text-align: left;
	width: 950px;
	background: #FFF;
	margin: 0 auto;
}
#spacer {
	height: 30px;
	width: 950px;
	background: #FFF;
}
#topheader {
	background-image: url(../images/egantopheader950x79.gif);
	height: 79px;
	width: 950px;
}
#midheader {
	height: 77px;
	width: 301px;
	float: left;
	background: #FFF;
}
#navbar {
	height: 77px;
	width: 649px;
	float: right;
	text-align: center;
	background: #FFF;
}
#content {
	background: #FFF;
	width: 920px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	padding-right: 15px;
	padding-left: 15px;
	border-top: thin solid #999;
}

#sidebar {
	float: left;
	width: 290px;
	text-align: center;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
}
#maincontent {
	width: 639px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 10px;
	line-height: 150%;
	background: #FFF;
}
#lowercontent {
	width: 639px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding-left: 10px;
	background: #FFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #036;
	text-align: center;
	height: 20px;
	width: 950px;
	clear: both;
	padding-top: 10px;
}

