
 /* Main container */
.container {
  width: 1000px;
  margin: 0 auto;
  border:0px solid #01090f;
  display:table; /* must put this in for FireFox. */
 

}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 1000px;}
.footer { width: 1000px;}

/* middle content box with left and right column*/
.mid  { width: 990px;}

/* Content Column*/
.content_column  { width: 640px;}

/* left and right Columns*/
.sidebar_left  { width: 175px; }

.sidebar_right { width: 175px; }


#headerimg {
margin-left: 700px;
padding-top: 200px;
width: 200px;
text-align: center;
}
#headerimg .zip {
	font-size: 18px;
	width: 180px;
	border: 1px solid #FFF;
text-align: center;
}
