* {
    padding: 0;
    margin: 0;
} 

body {
background: #ffffff;
font-family: "Arial";
font-size: 12px;
text-align:justify;
color: #464646;
line-height: 24px;
}

a {
text-decoration: none;
color: #088f64;
}
a:hover {
text-decoration: underline;
color: #464646;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
font-family: "Arial";
padding: 30px 0 0 30px;
color:#464646;
letter-spacing: -3px;
}
#header h1 a {
text-decoration: none;
color: #464646;
}
#header h1 a:hover {
text-decoration: none;
color: #464646;
}
#header h2 {
color: #088f64;
font-size: 20px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 31px;
font-family: "Arial";
}

#menu {
height: 180px;
background: #eee url(images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color:#464646;
font-size: 24px;
font-family:'Arial';
font-weight: 600;
letter-spacing: -2px;
}
#menu ul li a:hover {
color: #088f64;
text-decoration: none;
}

#content {
padding: 20px;
}

.main {
border-top: 1px solid #464646;
background: #ffffff;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.galeria {
width:680px; 
text-align:left; 
}
.trabalhos {  
width:400px; 
height:400px; 
position:relative; 
top:8px;
float:right; 
}

#bottom {
border-top: 1px solid #464646;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}

#lista {
	position:relative;
	list-style:none;  
	width:220px;
}
#lista ul {
list-style-type: none;
}
#lista ul li a {
color:#464646;
font-size: 12px;
font-family:'Arial';
font-weight: 100;
padding-left:20px;
}
#lista ul li a:hover {
background:url(favicon.gif) no-repeat 0 4px;
color: #088f64;
text-decoration: none;
}
