*{
	margin: 0;
	padding: 0;
	outline: none;
}
body{
	background: #fff;
	text-align: center;
}
#principal{
	width: 775px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 775px;
	height: 160px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 775px;
}
#marca{
	width: 303px;
	height: 98px;
	background:url(../images/marca_br.jpg);
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 260px;
	float: left;
}
#text{
	width: 210px;
	height: 80px;
	text-align: right;
	margin-top: 28px;
	font: 12px georgia, serif;
	color: #999;
	line-height: 17px;
	float: left;
}
#menu{
	width: 302px;
	margin-bottom:20px;
	float: left;
}
#social{
	width: 186px;
	height: 35px;
	float: left;
	margin-left: 284px;

}
#conteudo{
	width: 775px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 775px;
}
#footer{
	width: 775px;
	height: 80px;
	margin:20px 0;
	padding-bottom: 20px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 775px;
}
#valido{
	width: 775px;
	height: 50px;
	margin-top: 10px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 775px;
}
#valido p{
	display: inline;
	margin-right: 20px;
	border: 0;
}

/*================links=====================*/
a{
	text-decoration: none;
	color: #666;
	border: none;
}
a:hover{
	text-decoration: none;
	color: #e3853b;
	border: none;
}


/*================textos====================*/

h1 span{
	width:1px;
	height:1px;
	position: absolute;
	overflow: hidden;
}
h2{
	font: 20px georgia, serif;
	color: #666;
}
h3{
	font: 15px georgia, serif;
	color: #666;
}
#conteudo p{
	font: 13px georgia, serif;
	color: #888;
}
#perfil p{
	font: 14px georgia, serif;
	color: #666;
	text-align: justify;
}
#perfil p span{
	font: 15px georgia, serif;
	color: #e3853b;
	line-height: 20px;
	font-weight: bolder;
}
li{
	font: 20px georgia, serif;
	color: #666;
	list-style: none;
	margin-right:6px;
	float: left;
}
#footer p{
	font: 15px georgia, serif;
	color: #666;
	float:left;
}
#footer span{
	margin-bottom: 5px;
	font: 18px georgia, serif;
}
#menu ul{
	display: inline;
}


/*================projetos==================*/

.projeto{
	width: 775px; 
	border: 1px solid #888;
}
.projeto2{
	width: 580px;
	border: 1px solid #888;
}
.projeto3{
	width: 574px;
	border: 1px solid #888;
}
.projeto4{
	width: 362px;
	border: 1px solid #888;
}
.projeto5{
	width: 471px;
	border: 1px solid #888;
}
.projeto6{
	width: 549px;
	border: 1px solid #888;
}
.legenda{
	font: 14px georgia, serif;
	color:#666;
	margin: 5px 0 40px 0;
}
.legenda span{
	font-size:14px;
	font-style:italic;
}

/*==============lista fotos=================*/
ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 100%; /* para algumas versoes do IE */
}
#conteudo ul li {
	float: left;
	width: 137px;
	margin:0 8px 25px 8px;	
	overflow: hidden; /* para esconder a parte do texto que ultrapassar a altura */
}



