@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 

body{
	margin:0;
	background-position:center;
	background-attachment:fixed;
	padding:0;
	height:100%;
	background-color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	} 
	
#tudo{
	width:980px;
	min-height:100%;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	}

#menu{
	width:980px;
	height:30px;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	}
	
#menu a{
	color:#fff; 
	text-decoration:none;
	} 
	
#topo{
	width:980px;
	height:272px;
	background-color:#fff;
	background-image:url(../imagens/topo.jpg);
	background-repeat:no-repeat;
	}

#aux{
	background-color:#ccc;
	}
	
#conteudo{
	width:980px;
	min-height:100%;
	position:absolute;
	padding-bottom:50px;
	background-color:#fff;
	background-image:url(../imagens/conteudo.jpg);
	background-repeat:repeat-y;
	}
	
#centro{
	width:700px;
	height:100%;
	margin-left:15px;
	float:left;
	padding-bottom:60px;
	}
	
#centro h1{
	color:#fff;
	font-size:1.8em;
	background-color:#1F4A81;
	background-image:url(../imagens/menu.jpg);
	border-bottom:double ;
	border-top:double ;
	}
	
#centro h1:hover{
	background-image:url(../imagens/fade.gif);
	}
	
#centro h2{
	color:#0099CC;
	font-size:1.3em;
	font-weight:200;
	}
	
#centro p{
	color:#666666;
	}
	
#centro a{
	color:#006699;
	text-decoration:none;
	}
	
#centro a:hover{
	background-image:url(../imagens/fade.gif);
	}
	
#centro strong{
	color:#006699;
   }
	
#esquerda{
	width:250px;
	height:auto;
	float:left;
	text-align:center;
	padding-bottom:10px;
	}
	
.esq_table{
	width:100%;
	border-left:solid 12px #333537;
	border-right:solid 12px #333537;
	text-align:left;
	color:#963;
	font-weight:800;
	}
	
.esq_table td{
	height:30px;
	margin:10px;
	padding-left:5px;
	background-image:url(../imagens/menu.jpg);
	background-color:#92B9E2;
	border-bottom:solid 1px #999;
	}
	
.esq_table td:hover{
	height:30px;
	margin:10px;
	padding-left:5px;
	background-color:#92B9E2;
	background-image:url(../imagens/fade.gif);
	border-bottom:solid 1px #333;
	}
	
.esq_table td:hover a{
	color:#000;
	}
	
.esq_table td a{
	text-decoration:none;
	color:#444;
	}

.esq_agenda{
	background-color:#996600;
	border-left:solid 12px #333;
	border-right:solid 12px #333;
	}
	
.esq_table2{
	width:100%;
	border:solid 12px #333537;
	background-color:#FFFFFF;
	text-align:center;
	}
	
.agenda{
	height:30px;
	background-color:#92B9E2;
	color:#fff;
	padding-top:5px;
	font-weight:800;
	}
	
.agenda2{
	color:#666;
	text-align:left;
	padding-left:10px;
	}

.agenda2 strong{
	color:#336699;
	}
	
.agenda2 a{	
	color:#666666;
	}
	
#rodape{
	width:980px;
	height:70px;
	bottom:0;
	position:absolute;
	padding-top:10px;
	background-color:#333537;
	color:#fff;
	text-align:center;
	}

#rodape a{
	color:#FFFFCC;
	text-decoration:none;
	font-size:10px;
	}
	
.left{
	float:left;
	}
	
