#callout, #nav1 {
  display: none !important;
     }
body, #wrapper, #main, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
     }
html body {
  position: static;
  width: auto;
  height: auto;
  margin: 1em 0 0;
  padding: 0;
  border-top: none;
  font-size: 0.9em;
  text-align: left;
  background: none;
  }
html body #footer {
   background: none; 
   border-top: 1px;
   }
html body #footer p { 
   margin-left: 0; 
   text-align: center;
   }


table {
   background: #F3F2ED;
   width: 690px;
   font-size: 85%;
	border: solid 1px #573212;
	border-bottom: 4px solid #573212;
	border-collapse: collapse;
   }
caption {
   font-family: Georgia, Palatino, Times, "Times New Roman", serif;
   font-weight: normal;
   font-size: 210%;
   margin: 0 0 8px 0;
   padding: 3px;
   color: #573212;
   text-align: left;
}
thead {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 100%;
   letter-spacing: 0.2em;
	background: #573212;
	margin: 0 0 2px 0;
	padding: 3px;
	color: #fff;
}
th, td {
	padding: 2px 2px 2px 8px;
	border-bottom: 1px solid #573212;
}
tr.price3 {
   background: #F1E8D1;
	border-bottom: 2px solid #573212;
}
tr.price2 {
   background: #F2D8C6;
}
tr.price1 {
   background: #E3E7E9;
}