
 /* Main container */
.container {
  width: 780px;
  margin: 0px auto;
  border:1px solid #bebda8;
  display:table; /* must put this in for FireFox. */
  background-color:#fff;
  padding:10px;

 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 780px;}
.footer { width: 780px;}

/* middle content box with left and right column*/
.mid  { width: 780px;}

/* Content Column*/
.content_column  { width: 530px;}

/* left and right Columns
.sidebar_left  { width: 150px; }*/
.sidebar_right { width: 250px; }
