body {
  margin: 0;
  padding: 0;
  background: url(/images/main_background.png) repeat-x;
  text-align: center; /* For IE's improper handling of DIVs */
  min-width: 772px;
}
#container {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 772px;
  text-align: left; /* This counteracts the text-align: center; property in the body tag */
}
#top {
  width: 100%;
  margin: 0;
  padding: 0;
}
#login {
  width: 100%;
  height: 29px;
  margin: 0;
  padding: 0;
  text-align: right;
}
#login div {
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
}
#login div a {
  color: #FFD302;
  text-decoration: none;
}
#left {
  position: absolute;
  top: 126px;
  width: 172px;
  background-color: #1B3888;
  margin: 0;
}
#center {
  width: 600px;
  margin-left: 172px;
  margin-right: 20px;
  margin-bottom: 0;
  border-right: 1px solid #DEDEFF;
  background-color: #F4F4C9;
}
#footer {
  width: 100%;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  visibility: hidden;
  font-size: 8pt;
  background-color: #FFD302;
  border-right: 1px solid #FFD302;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
#testimonialWrapper {
	width: 600px;
	height: 275px;
	background: url(/images/testimonial_bg.png);
}
#testimonial1 {
	background-image: url(/images/bess_winter_testimonial.png);
	background-repeat: no-repeat;
	height: 275px;
/*	left: 0; */
	margin: 0;
/*	position: relative; */
/*	top: 0; */
	width: 600px;
}
#testimonial2 {
	background-image: url(/images/spencer_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial3 {
	background-image: url(/images/aaron_bedford_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial4 {
	background-image: url(/images/domingo_rodriguez_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial5 {
	background-image: url(/images/emily_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial6 {
	background-image: url(/images/heath_vincent_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial7 {
	background-image: url(/images/james_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial8 {
	background-image: url(/images/klucks_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial9 {
	background-image: url(/images/kim_egeler_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial10 {
	background-image: url(/images/dawn_mueller_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#testimonial11 {
	background-image: url(/images/olivia_testimonial.png);
	height: 275px;
	width: 600px;
	position: absolute;
	left: -999em;
}
#mainlogo {
  margin: 5px;
}
#maincontent {
	margin: 0;
	padding: 0 20px 20px 20px;
}
#maincontent p {
	margin-top: 20px;
}
#maincontent h4 {
	margin-top: 20px;
}
#headingbar {
	background-color: #FFD302;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
}
#headingbar h3 {
	margin: 0;
}
#facultyContactLink {
	position: relative;
	top: 5px;
	float: right;
}
#facultyContactLink p {
	margin-top: 0;
	padding-top: 0;
}
#facultyContactForm {
	display: none;
}
#utility {
	position: absolute;
	top: 2px;
	right: 0;
}
#utility input {
	font-size: .7em;
}
#srchgo {
	width: 25px;
}
#nav {
	position: absolute;
	top: 64px;
	left: 242px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 404px;
	float: left;
}
#nav li {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
}
#nav a {
	float: left;
	width: 100px;
	text-align: center;
	color: #1B3888;
	text-decoration: none;
	line-height: 2.5;
	font-weight: bold;
	background: url(/images/nav_btn_bg.gif) no-repeat;
	background-position: -100px 0;
}
#nav a:hover {
	background-position: 0 0;
	color: #FFD302;
}
