
 /* Main container */
.container {
  width: 950px;
  margin: 10px auto;
  background-color:#fff;
  border:3px solid #eee;
  display:table; /* must put this in for FireFox. */
 

}

.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: 500px;}

/* left and right Columns*/
.sidebar_left  { width: 225px; }
.sidebar_right { width: 225px; }
.trattini {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
