body {
   background: white;
   font-family: arial, helvetical, verdana, sans-serif;
   font-size: 12pt;
}
#wrap {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#left {
  float: left;
  width: 70%;
  margin-bottom: 1em;
}
#left .gutter {
  padding-right: 10px;
}
#right {
  float: right;
  width: 30%;
  margin-bottom: 1em;
}
#footer {
  clear: both;
}
h3 {
  border-bottom: solid 2x #000;
}
h4 {
  clear: left;
  background: #ccc;
  margin: 0;
  margin-top: 12pt;
  padding: 0 0 0 2px;
}
img {
  padding: 10px 5px 10px 0;
}
p, ul {
  margin: 0;
  padding: 0;
  border: solid 1px #999;
  font-size: 10pt;
}
ul {
  list-style: none;
}
p, li {
  padding: 3px 5px;
}
table {
  border-collapse: collapse;
	border-spacing: 0px; 
	font-size: 80%;
	width: 100%; 
}
table td {
	padding: 1px;
	text-align: center;
}
table th {
	background: #999;
	color: #fff;
	text-transform: uppercase;
}
table tr {
  border: solid 1px #ccc;
}
table tr.even {
	background: #eee;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
   content: " (http://www.sterlingcresthomes.com" attr(href) ") ";
}
*/