
 /* Main container */
.container {
  margin: 10px auto;
  border:0px solid #eee;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  
}

/* header and footer*/


/* middle content box with left and right column*/
.mid  {}

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

/* left and right Columns*/

.sidebar_left  { width: 200px;}

.sidebar_right { width: 200px;}
