/*Documento CSS style_carrossel_teste.css*/

body{
     background-attachment: fixed;
     background-image:url(/static/img/textura-escura2.jpg);
     /*background-repeat: no-repeat;*/
}		 

#container{
	 width:780px;
	 /*height: 750px;*/
	 border: 1px dotted white;
	 margin: 0 auto; 
	 background-color: #F5F5F5; /*branco*/
	 box-shadow: 1px 2px 1px 3px #CC6A13;/*o primeiro número é da sombra direita, o 2º é da parte debaixo*/
  }
 
  
p{
   font:15px Verdana, Geneva, sans-serif;
   text-align: justify;
   padding-bottom:15px;
   padding-left:25px;
   padding-right:25px;
  }
  
 h1{
     text-align:center;
  }
 
 h2{
	color: #002059;
	text-align:center;
 }

 h3{
	color: #002059;
 }

 em{
     color: #B00000;
	 font-size:16px;
  }
    

#footer  {  
	width: 680px;  
	height:	36px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-bottom: 26px; /*afasta o texto da parte de baixo do box*/
	clear: both;   
	background: #8FBC8F; /*LightSteelBlue #B0C4DE*/ 
 } 
	
