*{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, tahoma;
	font-size:12px;
	color:#4c4c4c;
	}
	
body{
	background-image:url(../images/bg.gif);
	}
	
a{
	color:#ff4b04;
	text-decoration:none;
	}
	
a:hover{
	color:#A90E12;
	}
	
h2{
	font-family:"Tahoma";
	font-size:16px;

	}	
	
#container{
	margin:0 auto;
	width:781px;
	border-left:3px solid #662b2d;
	border-right:3px solid #662b2d;
	background-image:url(../images/fundo.jpg);
	}

#topo h1{
	background-image:url(../images/topo.jpg);
	height:251px;
	text-indent:-9999px;
	}

#conteudo{
	padding:20px;
	}
	
#esquerda{
	float:left;
	width:300px;
	font-family:"Arial";
	color:#000000;
	text-align:justify;
	margin:15px;
	margin-top:0;
	}
	
#video{
	float:right;
	}
	
#FAQ{
	text-align:justify;
	margin:15px;	
	}

#FAQ strong{
	font-family:"Arial";
	color:#0066CC;
	}
	
#FAQ p{
	margin-bottom:10px;
	}		
	
#rodape{
	background-color:#662b2d;
	padding:10px;
	}
	
#rodape address{
	color:#FFF;
	font-family:"Arial";
	font-size:10px;
	text-align:center;
	}
	
#rodape address a{
	color:#FFF;
	font-family:"Arial";
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	}	
	
#rodape address a:hover{
	color:#ffdcce;
	}
