/* CSS Document */
body {
      margin-top:20px;   
      padding:0;
      text-align:center;     /*  hack ie */ 
      background-color: #ccc; 
      background-attachment: fixed;
      background-image: url(fdo_home.gif);
      background-repeat: repeat-x;
      background-color: #fafafa;
}
#geral {
     width: 770px;
     margin: 0 auto;   /* ao magico aqui */  
     text-align: left;    /* arrumando hack anterior  */ 

 }
#menu{
	background-color:#990000;
	padding-left:5px;
	height:20px;
	/*width:770px;*/
	color:#FFFFFF;
	
}
#menu a{
	background-color:#990000;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#fff;
	font-size:0.7em;
	text-decoration:none;
}
#menu a:active{
	background-color:#990000;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#fff;
	font-size:0.7em;
	text-decoration:none;
}
#menu a:hover{
	background-color:#990000;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#fff;
	font-size:0.7em;
	text-decoration: underline overline;
}
#menu a:visited{
	background-color:#990000;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#fff;
	font-size:0.7em;

}
#geral img{
	margin-left:10px;
}
#agenda {
	margin-left:10px;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#666666;
	font-size:0.8em;
	
}
#agenda img{
	margin-top:10px;
}
#conteudo {
	margin: 0 10px 10px 10px;    
/*	padding: 5px;*/
    background-color: #fafafa;
	border: 2px solid #990000;
	height:auto;
    
}
#video {
	float:left;
	width:320px;
	height:auto;
	margin-top:10px;
	padding-left:5px;
	

}
#video p{
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#666666;
	font-size:11px;
	text-align:left;
}
#info {
	float:right;
	width:400px;
	height:auto;
	margin-left:3px;
	margin-bottom:11px;
	margin-top:10px;
	padding:0px 0px 0px 5px;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#666666;
	border-left: 1px dotted #ccc;
}
#info h1{
 font-size:12px;
 border-bottom:#ccc 1px solid;
 width:400px; /*270px*/
}
#info p{
 font-size:11px;
 text-align:justify;
}
#info ul li{
	font-size:11px;
	list-style-type: none;
	list-style-image: url(bullet_01.gif);
}

#texto {
	clear:both;
	width:auto;
	height:auto;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	color:#666666;
	padding:10px;
	/*border-top: 1px solid #ccc;*/
}
#texto p{
 font-size:0.8em;
 text-align:justify;

}
#texto h1{
	padding-left:10px;
	font-size:12px;
	background-color:#990000;
	color:#FFFFFF;

}
#texto img{
float: right;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9C0000;
}
