
 /* Main container */
.container {
  width: 940px;
  margin: 0 auto;
  background-color:#F3E8D4;
 
  
}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 940px;}
.footer { width: 940px;
}

/* middle content box with left and right column*/
.mid  { width: 940px;}

/* Content Column*/
.content_column  { width: 578px;}

/* left and right Columns*/
.sidebar_left  { width: 220px;}
.sidebar_right { width: 250px;}
/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 50px; } 

