#main {
  height:auto;
}
#main h3 {
  text-align:left;
  margin-top:100px;
}
.maplink {
  float:right;
}
table {
  margin:0;
  width:100%;
  clear:both;
  border-spacing:0;
	font:normal 12px/24px Arial Helvetica, sans-serif;
}
th {
  text-align:left;
  padding:0 5px;
  border-bottom:3px solid #C9A479;
	font-weight:normal;
}
thead th {
  background:#7C3F27;
	font-weight:bold;
	color:#C9A479;
	border-right:none;
}
tbody td,
tbody th {
	border-right:3px solid #C9A479;
	background:#AF835F;
	border-bottom:none;
  padding:0 5px;
}
tbody .even th,
tbody .even td {
	background:#B68D66;
}
td.size {
	border-right:none;
}
td.icon {
	width:24px;
	text-align:center;
}
td.icon img {
	margin:0 auto;
	display:inline;
}
caption {
  display:none
}
tbody td em {
	font-style:italic;
	color:#111;
	/*color:#9E7956;*/
}
