
 /* Main container */
.container {
	width: 910px;
	margin: 0 auto;
border:10px solid #ec1466;
	background-color:#fff;
	display:table; /* must put this in for FireFox. */


}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 910px;}
.footer { width: 100%;}

/* middle content box with left and right column*/
.mid  { width: 910px;}

/* Content Column*/
.content_column  { width: 700px;}


/* left and right Columns
.sidebar_left  { width: 175px; }*/

.sidebar_right { width: 192px; }
