html, body {
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 76%;
	color: #000;
	background: #006600 repeat-x;
	padding: 0;
	margin: 0;
	border: 0px none;
}
#head {
  width: 750px;
  height: 129px;
  background: #006600;
}
#title {
  float: right;
  width: 552px;
  color: #fff;
}
#wrap {
  text-align: left;
  width: 740px;
  margin: 0 auto;
  background: #F5F5F5;
  background-image:url(../Images/1x1_F5F5F5.gif); 
  background-repeat:repeat;
  height: 100%;
}

#scroll {
  float: left;
  width: 95%;
  height: 15px;
  padding: 15px;
}
div h1 {
  font-size: 10pt;
  text-align: center;
}
#leftcol {
  float: left;
  width: 180px;
  height: 420px;
  margin: 10px;
  background: #f5f5f5;
}
#midcol {
  float: left;
  width: 280px;
  height: 200px;
  margin: 10px;
  background: #f5f5f5;
}
#midcol2 {
  float: left;
  width: 280px;
  height: 200px;
  margin: 10px;
  background: #f5f5f5;
}
#rightcol {
  float: right;
  width: 200px;
  height: 200px;
  margin: 10px;
  background: #f5f5f5;
}
#rightcol2 {
  float: right;
  width: 200px;
  height: 200px;
  margin: 10px;
  background: #f5f5f5;
}

#bg { background: #F5F5F5; }

