img {
  border: 0;
}

a {
  color: #fec726;
}

#main {
	width: 770px;
	height: 500px;
	font-family: Arial, Hevlvetica, sans-serif;
}

#left {
  float: left;
	width: 228px;
	height: 700px;
}

#menu {
  float: left;
  font-size: .8em;
}

#top {
  float: right;
  width: 542px;
  height: 198px;
  background: url(../images/bgtop.jpg) no-repeat;
}

#content {
	float: right;
	vertical-align: middle;
	padding: 20px 0 -20px 0;
	width: 542px;
	height: 180px;
	background: url(../images/bgmid.jpg) no-repeat;
}

#directions {
	float: right;
	vertical-align: middle;
	padding: 20px 0 -20px 0;
	width: 542px;
	background: url(../images/bgform.jpg) no-repeat;
}

#form {
  float: right;
  width: 542px;
  height: 800px;
  background: url(../images/bgform.jpg) no-repeat;
  text-align: left;
}

.info {
  padding: 1em 0;
}

div.row {
  clear: both;
  padding-top: 2px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 385px;
  text-align: left;
}
  
#content a {
  color: #000000;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.3em;
}

#content a:hover {
  background: #fec726;
}

#details {
	float: right;
	width: 542px;
	height: 1024px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bgdetails.jpg) no-repeat;
	font-size: 12px;
}

#footer {
	float: right;
	width: 542px;
	height: 297px;
	background: url(../images/bgfooter.jpg) no-repeat;
}

#details table tr td {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sub-title {
	font-size: 10px;
}

#main #details table {

}

