 /* Content Layout */
/* =Content
----------------------------------------------- */
#content {
  background:url("/img/bg-content.gif") repeat-y left top;
  float:left;
  width:800px;
  min-height: 500px;
  margin:0 0 10px;
  }
#content-group {
  float:right;
  width:800px;
  min-height: 500px;
  }
#content-main {
  float:left;
  width:590px;

  }
#content-main2 {
  float:left;
  width:590px;
  }
#content-main3 {
  float:left;
  width:590px;
  border: 1px solid #c5c19d;
  }
#content-mainsub {
  float:right;
  width:185px;
  }  



/* content box layouts... */
#content-box1, #content-box2, #content-box3 {
  float:left;
  width: 175px;
  padding: 10px 18px 10px 2px;
}
#content-box2 {

  padding: 10px 20px 10px 0px;
}
#content-box3 {
  padding: 10px 7px 10px 3px;
}

#content-box4 {
  float:left;
  width:390px;
min-height: 190px;
}
#content-box5 {
  float:left;
  width: 180px;
min-height: 190px;
} 
 
#content-extra {
  float:right;
  width:195px;
  padding-left: 10px;
  min-height: 500px;
  }

