#containerDiv {
position: relative;
width: 875px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#header {
  background: #fff;
  width: 875px;

  
}
#leftcol {
  background: #fff;
  float: left;
  width: 190px;

}
#leftcol2 {
  background: #fff;
  float: left;
  width: 50px;

}
#rightcolspacer {
  background: #fff;
  float: left;
  width: 10px;
}
#rightcol {
  background: #fff;
  float: left;
  width: 160px;

}
#content {
  background: #fff;
  float: left;
  width: 555px;

}
#content2 {
  background: #fff;
  float: left;
  width: 575px;

}
#footer {
  background: #fff;
  float: center;
   width: 800px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	VERTICAL-ALIGN: middle;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
		color: #333333;
	VERTICAL-ALIGN: middle;
}
