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

}

.column {
  float: left;
}

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

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

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

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

.sidebar_right { width: 200px; }
