
 /* Main container */
.container {
  width: 750px;
  margin: 0 auto;
  border:0px solid #eee;
  display:table; /* must put this in for FireFox. */
	background-color:#FFFFFF;
	background-image: url(../images/header.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.column {
  float: left;
}

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

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

/* Content Column*/
.content_column  { width: 300px;}
.content_column_nosidebar  { width: 530px; padding-right:25px;}

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

.store_rightcolumn {
	width:200px;
	float:right;
	text-align:left;
}