@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

#corpo{
	/*border:#00F solid; AZUL*/
	background-color:#FFF;
	width:1000px;
	height:auto;
	margin-left:170px;
	margin-right:250px;
	/*margin-top:25px;*/
	position:absolute;
	
}

#cabeçalho{
	/*border:#D00 solid; VERMELHO*/
	width:1000px;
	height:180px;
	background-color:#FFF;

}

#imagem-cabeçalho{
	/*border:#F0F solid; ROSA*/
	width:1000px;
	height:50px;
	background-color:#FFF;
	background:url(../image/post.jpg) repeat-x;
	margin-top:80px;
	position:inherit;/**/
}

#imagem-logo{
	/*border:#93F solid; ROXO*/
	width:125px;
	height:125px;
	background-image:url(../image/logotipo.png);
	background-repeat:no-repeat;
	margin-top:-35px;
	margin-left:25px;
	position:absolute;/**/
}

#titulo{
	width:800px;
	height:auto;
	margin-left:225px;
	margin-top:0px;
	/*position:absolute;
	text-align:left;*/
}

/* SEGUNDA OPÇÃO
#titulo{
	width:800px;
	height:auto;
	margin-left:5px;
	margin-top:125px;
	position:absolute;
	/*text-align:left;
}
*/




#conteudo{
	/*border:#000 solid; PRETO*/
	width:1000px;
	height:auto;
	background-color:#FFF;
	/*position:absolute;*/

}

#sub-conteudo{
	/*border:#0C0 solid; VERDE*/
	width:750px;
	height:auto;
	background-color:#FFF;
	margin-left:200px;
	margin-right:5px;
	margin-top:-380px;
	margin-bottom:205px;
	float:right;
	border-top:#b6d805 solid;/**/
	border-left:#b6d805 solid;
	/*position:absolute;*/
}

#sub-Subconteudo{
	/*border:#999 solid;*/
	width:740px;
	height:auto;
	background-color:#FFF;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:105px;
	float:right;
	position:relative;/**/

}


#menu{
	/*border:#FF0 solid; AMARELO*/
	width:220px;
	height:auto;
	float:left;
	background-color:#FFF;
	margin-left:20px;
	margin-top:50px;
	z-index:10;
	margin-bottom:30px;
}

#rodape{
	/*border:#F0F solid; ROSA
        position:inherit;*/
        clear: both;
	width:1000px;
	height:50px;
	background-color:#FFF;
	background:url(../image/post.jpg) repeat-x;/**/
	margin-bottom:25px;
}

