
 /* Main container */
.container {
  width: 777px;
  margin: 0 auto;
  background-color:#fff;
  position:relative;
}

.column {
  float: left;
}

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

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

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

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