html {
  background-color: #FFFAE8; 
}

body {
	font-family: Tahoma, Arial, Verdana, san-serif;
	font-size: 10pt;
	color: black;
	text-align: left;
	margin: 0px; padding: 0px;
}

#container {
  width: 761px;
  margin: 5px auto; 
  padding: 0px;
  border: 1px solid black;
  background: url(images/gradient.jpg) 0 0 repeat-y;
  background-color: #F5EBC6;
}

#masthead {
  width: 761px; height: 110px;
  margin: 0px; padding: 0px;
}

#masthead img {
  float: right;
  border-bottom: 1px solid black;
  margin: 0px; padding: 0px;
}

#wrapper {
  background-color: #F5EBC6;
  width: 100%;
}

h1.ahem {
	display: none;
}

#menu {
  float: left;
  width: 140px;
  margin: 0px; padding: 0px; 
  margin-top: 15px;
}

#menu ul {
  margin: 0px; padding: 0px;
  list-style-type: none;
}

#menu li {
  margin: 0px; padding: 0px; padding-top: 2px;
  background: url(images/button.jpg) no-repeat;
  display: block;
  height: 20px;
}

#menu li a {
  text-decoration: none;
  display: block;
  width: 140px; height: 20px; line-height: 20px;
  margin: 0px; padding: 0px; 
  text-indent: 12px;
  color: #F5EBC6;
  font-weight: bold;
}

#menu li a:hover {
  background: url(images/hover.jpg);
}

#contact {
  color: #F5EBC6;
  font-size: 7pt;
  text-align: center;
  margin: 0px; padding: 0px;
  font-weight: bold;
}

#contact a {
  text-decoration: none;
  color: #F5EBC6;
}

#contact a:hover {
  text-decoration: underline;
}

#contact br {
  line-height: 1.5em;
}

#content {
  float: right;
  width: 610px;
  margin: 0px; 
  padding: 5px; padding-left: 0px;
}

#content h1,h2,h3,h4,h5 {
  margin: 0px; padding: 0px;
}

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#content h3 {
  font-size: 1.1em;
  font-weight: bold;
}

#content ul {
  margin: 10px 40px; padding: 0px;
  list-style-type: square;
}

#content li {
  margin: 0px; padding: 0px;
}

#content a {
  color: blue;
  border-bottom: 1px solid blue;
  text-decoration: none;
}

#content a:hover {
  border-bottom: 1px dashed blue;
}

span.lp {
  font-weight: bold;
}

div.column {
  float: left;
  padding-right: 60px;
}

.prop {height: 300px; float: right; width: 1px;}
.clear {clear: both; height: 1px; overflow: hidden;}

#content p {
  margin: 0px; margin-bottom: 1em; 
  padding: 0px;
}

#footer {
  width: 751px;
  margin: 0px auto; padding: 0px 5px;
  font-size: 8pt;
  height: 1.2em; line-height: 1.2em;
}

#footer ul {
  float: right;
  margin: 0px; padding: 0px;
  list-style-type: none;
}

#footer li {
  margin: 0px; padding: 0px;
  display: inline;
}

#footer a {
  text-decoration: none;
  color: black;
}

#footer a:hover {
  text-decoration: underline;
}
