body {
  margin-top: 10px;
  padding: 0;
  background-color: #EEEEC0;
  text-align: center; /* For IE's improper handling of DIVs */
  min-width: 713px;
}
#container {
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 711px;
  text-align: left; /* This counteracts the text-align: center; property in the body tag */
  border: 1px solid #723895;
}
#left {
  position: absolute;
  top: 0;
  width: 170px;
  margin: 0;
  background: url(/images/left_background.gif);
  background-repeat: repeat-x;
  background-color: #D8A3D9;
}
#center {
  width: 541px;
  margin-left: 170px;
  margin-right: 20px;
  margin-bottom: 0;
/*  border-right: 1px solid #DEDEFF;*/
/*  background: url(/images/fingerpaint_background.png) no-repeat;*/
/*  background-color: #FFFFFF;*/
}
#centerbanner {
  height: 25px;
  background-color: #723895;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
#centerbanner2 {
  height: 25px;
  width: 541px;
/*  background: url(/images/building_better_lives.png) no-repeat;*/
  -moz-opacity: .9;
  filter: alpha(opacity=90);
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
}
#maincontent {
  margin-top: 50px;
}
#footer {
  width: 710px;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  visibility: hidden;
  font-size: 8pt;
  background-color: #006666;
  border-right: 1px solid #006666;
  color: #FFFFFF;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
#mainlogo {
  margin: 5px;
}
#maincontent {
	margin: 0;
	padding: 0 20px 20px 20px;
}
#maincontent p {
	margin-top: 20px;
}
#maincontent h4 {
	margin-top: 20px;
}
