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


}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 925px;}
.footer { width: 100%;}

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

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


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

.sidebar_right { width: 178px; }
