 
body {
  color : #000000;
  background-color : #fff;
  font-size: 14px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  }

#header {
  width: 100%;
  height: 140px;
  background: url(images/banner_bg.jpg) repeat-x;
  text-align: center;
  }
  
/*#header h1 {
  background: transparent url(images/affordableassetsrealestate.gif) no-repeat;
  margin-left: 260px;
  margin-bottom: 0px;
  width: 500px;
  height: 40px;
  margin-top: 12px;
  }
#header h1 span {
  display: none;
  }
*/
#header img {
  float: left;
  }
#header a {
  color: #FFFFFF;
  }
#header a:hover {
  color: #CCCCCC;
  }
#contact {
  color: #fff;
  font-size: 12px;
  }  
#main {
	margin-left: 7%;
	margin-right: 7%;
	padding-top: 20px;
	width: 86%;
  }
#main ul {
  margin-top: 0;
  padding-top: 0;
  }  
#main li {
  list-style-image: url(images/house_icon.gif);
  padding-left: 10px;
  }
#main h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  }
#main td {
	font-size: 12px;
  }
  
#emailform {
  border: 1px dashed #3871B8;
  padding: 4px;
  float: right;
  width: 270px;
  font-size: 11px;
  }
#emailform h3 {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #3871B8;
  }
