
 /* Main container */
.container {
	width: 950px;
	margin: 0 auto;
	background-color:#FFF;
}

.column {
  float: left;
}

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

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

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

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