
 /* Main container */
.container {
  position: relative; /* TEE EDIT*/
  
  width: 960px; /* TEE EDIT*/
  margin: 0 auto;
  border:0px solid #eee;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 960px;} /* TEE EDIT*/
.footer { width: 960px;} /* TEE EDIT*/

/* middle content box with left and right column*/
.mid  { width: 960px;} /* TEE EDIT*/

/* Content Column*/
.content_column  { width: 520px;}

/* left and right Columns*/
.sidebar_left  { width: 225px; }
.sidebar_right { width: 225px; }
