@charset "utf-8";
#main {
	height: 700px;
	width: 813px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
dv.pics { display: none; }  
div.pics img {  
     height: 200px; // altura das imagens  
     width: 811px; // largura das imagens  
     overflow:hidden; // limitando a div  
}

#conteudo {
	height: 370px;
	width: 813px;
	position: absolute;
	left: 0px;
	top: 305px;
}
#imagem_e {
	height: 370px;
	width: 340px;
	position: absolute;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
}
#quadro1 {
	height: 150px;
	width: 235px;
	position: absolute;
	left: 342px;
	background-color: #DB261D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#contato {
	height: 218px;
	width: 470px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: absolute;
	top: 150px;
	left: 341px;
	background-image: url(../images/contato_fundo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#rodape {
	height: 23px;
	width: 811px;
	position: absolute;
	top: 675px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #DA261C;
}


#quadro2 {
	height: 150px;
	width: 234px;
	position: absolute;
	left: 578px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}



#menu_h {
	height: 30px;
	width: 470px;
	position: absolute;
	left: 343px;
	top: 73px;
	background-color: #DA231B;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
}
#topo {
	height: 103px;
	width: 813px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/topo_pagina.jpg);
}
#imagem {
	height: 200px;
	width: 811px;
	position: absolute;
	left: 1px;
	top: 104px;
	background-color: #FFF;
	visibility: inherit;
	overflow: hidden;
}

