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


body {
background-color:#CCC;	
font-family:"Times New Roman", Times, serif;
}

h1 {
	text-align:center;
}

h2 {
	text-align:center;
}

h4 {
	text-align:justify;
}
p{
text-indent: 3em;
}

#header{
	width: 100%;
	height: auto;
	background-color: #666;
    }
 
#footer{
	width: 100%;
	height: auto;
	background-color: #666;
	text-align:center;
    }

#conteudo{
margin-left: 10px;
margin-right: 10px;	

}
#headerfinal{
	width: 100%;
	height: auto;
	font-size:14px;
	background-color: #FFF;
	text-align:center;
    }
 
#footerfinal{
	width: 100%;
	height: auto;
	background-color: #FFF;
	text-align:center;
    }
#conteudofinal{
margin-left: 20px;
margin-right: 20px;	
font-size:12px;
background-color: #FFF;
text-align:justify;

}

#conteudo-left{
    width:49%;
    float:left;
	border-style:inset;
    }

#conteudo-right{
	width: 49%;
	float: right;
	border-style:outset;
    }
	
	


