
 /* Main container */
.container {
	width: 958px;
	margin: 0 auto;
	border:0px solid #eee;
	display:table; /* must put this in for FireFox. */


}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 958px;}
.footer { width: 100%;}

/* middle content box with left and right column*/
.mid  { width: 958px;}

/* Content Column*/
.content_column  { width: 621px;}
.content_column-home  { width: 958px;}

/* left and right Columns
.sidebar_left  { width: 175px; }*/

.sidebar_right { width:320px; }
