
 /* Main container */
.container {
	width: 1000px;
	margin: 0 auto;
	border:0px solid #fff;
	display:table; /* must put this in for FireFox. */
	background-image: url(../images/mid-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
	z-index:30;
}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 1000px;}
.footer { width: 100%;}

/* middle content box with left and right column*/
.mid  { width: 1000px;}

/* Content Column*/
.content_column  { width: 500px;}


/* left and right Columns*/
.sidebar_left  { width:225px; }

.sidebar_right { width:275px; }
