
 /* Main container */
.container {
  width: 960px;
  margin: 0 auto;
  border:0px solid #eee;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 960px;}
.footer { width: 960px;}

/* middle content box with left and right column*/
.mid  { 
	width: 960px;
	background-image: url(../images/img05.gif);
	background-repeat: no-repeat;	
	margin-top: 12px;
}

/* Content Column*/
.content_column  { width: 645px;}

/* left and right Columns*/
.sidebar_left  { width: 225px; }
.sidebar_right { 
	width: 226px; 
	margin-left: 50px;
}
