body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", "lucida sans", arial, helvetica, sans-serif;
background : #f1f1e3;

}
		/*HEADER */
#header {
height : 350px; /*barra consultoria e empreendimentos imobiliarios */
background:#666666 url(../img/header.jpg) no-repeat;
}
#header h1 {
float : left;
margin : 0;

font-size : 160%;
letter-spacing : 5px;
color : #ffffff;
background : transparent;
}
		/*TOP MENU */

#menu {
height : 130px;
margin : 0;
padding : 0;
}

#menu li {
list-style:none;
float : left;
width : 11em;
border-right : 1px solid #777750;
}
#menu a {
display : block;

width : 11em;
padding : 50px 0 0;
text-decoration : none;
font-weight : bold;
line-height : 95px;
text-align : center;
color : #333;
background:#EEEEEE
}
#menu a:hover {
text-decoration : none;
color:#000000;
background:#FFFFFF
}
		/*3 COLUMN LAYOUT */
#gutter {
float : left;
width : 3%;
height : 1px;
}

#col1 {
float : left;
width : 42%;
margin-bottom : 1em;
border-right : 1px solid #ccc;
padding-right : 3%;
}

#col2 {
float : left;
width : 23%;
margin-left : 2%;
margin-bottom : 1em;
}

#col3 {
float : left;
width : 32%;
margin-left : 1%;
margin-bottom : 1em;
}
		/*FOOTER */
#footer {
clear : both;
height : 50px;
border-top : 1px solid #ccc;
padding : 0.5em;
text-align : left;
}

		/*ROUNDED CORNERS */
.box {
background : #cccc9a;
color : #777750;
text-align : center;
font-weight : bold;
margin-top:15px;
}
h2 {
margin-top : 0;
font-size : 150%;
/**/
letter-spacing : 3px;
border-bottom : 1px solid #ccc;
color : #666;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 175%;

letter-spacing : 3px;
color : #666;
background : inherit;
}

		/*LINKS */
a:link, a:visited {
color : #9b696f;
background : inherit;
text-decoration : underline;
}
a:hover {
color : #777750;
background : inherit;
text-decoration : none;
}
a:active {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border : 0;
}
