/*************   Homepage Layout   *************/

#brand-head {
height:176px;
background:#fff url(../img/brand.jpg) no-repeat top left;
}

div#content h1 {
font:1.8em "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color:#b46e59;
margin:10px 5px 2px 20px;
}

.feat {
width:230px; /* Width for modern browsers */
margin:0 -10px 0 20px;
float:left;
}

* html .feat {
width: 210px; /* Width for IE5 */
w\idth: 230px; /* Width for IE6 */
}

.feat img {
float:left;
padding:2px;
border:1px solid #ccc;
margin:2px 5px 2px 0;
}

.content-post {
width:519px;
border-bottom:0;
}

.first {
background:#eee;
border-bottom:1px solid #ccc;
}