/* -------------- Layout details --------------- */

* {margin:0;padding:0}
#wrap {
  width:804px;  /* SET THIS */
  margin-left:auto;
  margin-right:auto;
}
#header {}
#top {}
#midCon {overflow:hidden}
#leftCon {
  float:left;
  width:215px; /* SET THIS */
}
#rightCon {
  float:right;
  width:585px; /* SET THIS #wrap width - #leftCon width */
}
#leftCon,#rightCon {
  padding-bottom:20000px;
  margin-bottom:-20000px;
}
#footer {clear:both;}

img {border-style:none}


/* --------------- Utilities -------------- */
.center1 {float:left;width:100%;position:relative}
.center2 {float:left;clear:left;position:relative;left:50%;text-align:center}
.center3 {position:relative;right:50%;float:left}

.center {text-align:center}

.clear {clear:both}

