@charset "utf-8";

body{

	background-color: #f3f3f3;
	background-image: url(../imagens/_estrutura/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	padding:0;
}

#headerFaixa{

	width:740px;
	height:3px;
	background-color:#843c1b;

}

#header{

	width:1000px;
	height:285px;
	position:relative;
	left:50%;
	margin-left:-500px;
	background-image:url(../imagens/_estrutura/header.jpg);

}

#headerLogo{

	margin-top:39px;
	margin-left:44px;
	
}


#tabelaConteudo{

	position:relative;
	width:740px;
	left:50%;
	margin-left:-370px;
	min-height:100%;

}

#topoDivisor{

	position:relative;
	left:50%;
	width:662px;
	height:9px;
	margin-left:-331px;
	padding-bottom:40px;

}

#trabalhosDivisor{

	position:relative;
	left:50%;
	width=:602px;
	height:7px;
	margin-left:-301px;
	padding-top:50px;
	padding-bottom:50px;

}

#conteudoItem{

	position:relative;
	width:602px;
	left:69px;

}

#conteudoItemHeader{

	width:100%;
	height:20px;
	color:#e6ddd0;
	font-size:10px;
	text-transform: uppercase;
	padding-bottom:10px;

}

h1 {

	text-align:left;
	margin-left:2px;
	padding-top:1px;
}

h2 {

	text-align:right;
	margin-top:-10px;
	margin-right:2px;

}

#conteudoItemImagem{

	margin-top:8px;
	width:602px;
	height:377px;
	background-color:#FFFFFF;

}

#conteudoItemTexto{
	margin-top:19px;
	font-family:Verdana;
	font-size:11px;
	line-height:14px;
	color:#595452;

}

.conteudoItemTextoBold{

	color:#734433;
	font-weight:bold;

}

#conteudoItemTexto a{
	color:#595452;
	text-decoration:underline;
}

#conteudoItemTexto a:hover{

	color:#595452;
	text-decoration:none;
	
}

#geral {

	width:100%;

}

#footer{

	width:100%;
	height:354px;
	background-image:url(../imagens/_estrutura/footer.jpg);
	background-position:center;
	text-align:center;

}
#flashFooter{
	
	margin:auto;
	width:835px;
	height:354px;
	
}