
 /* Main container */
.container {
  width: 860px;
  margin: 0 auto;
  border:0px solid #FED6B1;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 860px;}
.footer { width: 860px;}

/* middle content box with left and right column*/
.mid  { width: 860px;}

/* Content Column*/
.content_column  { width: 500px;}

/* left and right Columns*/
.sidebar_left  { width: 180px; }

.sidebar_right { width: 180px; }

