html{height: 100%;}

/* page content */
#content
{ text-align: left;
  float: left;
  width: 948px;
  height: 560px;
  padding: 0px 6px 6px 6px;
  border-top: 0px;
  background: #fff;
}

#content2
{   float: left;
  width: 948px;
  height: auto;
  padding: 12px 0px 12px 0px;
  background: #fff;
  margin: 0px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
    border-bottom: 1px dashed #ccc
}


/* columns */
#col1
{ float: left;
  width: 320px;
  height: 450px;
  padding: 12px 0px 12px 0px;
  background: #fff;
}

#col2
{ float:left;
  width: 320px;
  height: 450px;
  padding: 12px 0px 12px 0px;
  background: #fff;
}

#col3
{ float: left;
  width: 320px;
  height: 450px;
padding: 12px 0px 12px 0px;
  background: #fff;
}

h4
{ font-size: 0.76em;
  padding: 0px 12px 0px 18px; 
  margin: 0px;               
  font-weight: normal;
  color: #000033;
}

#sidebar
{ float: right;
  width: 265px;
  height: auto;
  padding: 0px;
  background: transparent;
  margin: 0px;
  border: 0px solid #BFDFFF;
  }
