@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	} 

body{
	margin:0;
	background-image:url(../imagens/bg.jpg);
	padding:0;
	height:100%;
	background-attachment:fixed;
	background-color:#4D3D2E;
	background-position:center;
	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;
	}
	
#topo{
	width:980px;
	height:270px;
	background-color:#FFFFCC;
	background-image:url(../imagens/topo.jpg);
	background-repeat:no-repeat;
	}

#menu{
	width:980px;
	height:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	margin-bottom:10px;
	}
	
#menu a{
	color:#000;
	text-decoration:none;
	}
	
#menu td{
	width:150px;
	height:30px;
	background-image:url(../imagens/tdMenu.jpg); 
	}
	
#menu td:hover{	
	background-image:url(../imagens/tdMenuHover.jpg); 
	}
	
#menu td:hover a{
	color:#fff;
	}
		
#conteudo{
	width:980px;
	min-height:100%;
	position:absolute;
	padding-bottom:50px;
	background-color:#fff;
	background-repeat:repeat-y;
	background-image:url(../imagens/bg2.jpg);
	}
	
#aux{
	height:10px;
	width:100%;
	background-color:#841b18;
	background-image:url(../imagens/auxiliar.jpg);
	background-repeat:no-repeat;
	} 

#centro{
	width:700px;
	height:100%;
	margin-left:15px;
	float:left;
	padding-top:20px;
	padding-bottom:10px;
	}
	
#centro h1{
	border-bottom:solid 1px #FFCC00;
	color:#990000;
	font-size:18px;
	}
	
#centro h2{
	color:#996600;
	font-size:14px;
	}
	
#centro p{
	color:#666666;
	}
	
#centro a{
	color:#006699;
	text-decoration:none;
	}
	
#esquerda{
	width:250px;
	height:auto;
	float:left;
	text-align:center;
	padding-bottom:10px;
	}
	
#rodape{
	width:980px;
	height:50px;
	background-image:url(../imagens/rodape.jpg);
	bottom:0;
	position:absolute;
	padding-top:10px;
	background-color:#821b18;
	color:#fff;
	text-align:center;
	}
	
#rodape a{
	text-decoration:none;
	color:#fff;
	font-size:0.7em;
	}
	
#select{
	color:#666666;
	}
	
