
 /* Main container */
.container {
	width: 852px;
	border:0px solid #fff;
	display:table; /* must put this in for FireFox. */
	background-color: #881a2a;
	padding: 10px;
	margin-top: 150;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; 

}

.column {
  float: left;
}

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

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

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


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

.sidebar_right { width: 240px; }
