/* estrutura geral */
img, div, input { behavior: url("iepngfix.htc") }

body {
margin:0;
padding:0;
font: 12px "Trebuchet MS", Arial;
color:#c8c8c8;
background-image:url(img/background.gif);
background-position: top center;
background-repeat:repeat-x;
background-color:#343434;
}




/* cabecalhos e rodapes */
#geral {
width: 970px;
margin: 0 auto 0 auto;
}



#cabecalho{
width:970px;
height:340px;
}


#texto{
width:954px;
padding:0;
margin:0;
display:table;
}


#logotipo{
width:944px;
height:102px;
background-image:url(img/backtop.png);
background-position:bottom center;
padding-right:10px;
}

#logotipoB{
width:914px;
height:72px;
padding-right:10px;
padding-top:30px;
padding-left:30px;
font-size:21px;
font-weight:bold;
color:#FFFFFF;
}

#rodape{
width:939px;
height:125px;
background-image:url(img/backbot.png);
background-position:bottom left;
padding-right:15px;
text-align:right;
margin-bottom:10px;
}


#conteudo{
width:888px;
background-image:url(img/backmeio.png);
background-position:bottom left;
padding:30px;
display:table;
}


h1{
font-size:30px;
color: #ffffff;
background-image:url(img/pattern.gif);
background-repeat:repeat-x;
background-position:bottom;
font-weight:bold;
height:55px;
margin:0;
}

#novidades{
width:634px;
background-color:#212121;
padding:8px;
margin-bottom:5px;
line-height:22px;
}


#lateral{
width:209px;
background-color:#212121;
padding:8px;
margin-bottom:5px;
}


/* formatacao de tags */
.limpardivs {
clear:both;
}

a{	
	font-weight:bold;
	color:#03a198;
	text-decoration:none;
	}
a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#03a198;}
	
a:hover{
	font-weight:bold;
	color:#03a198;
	text-decoration:underline;
	}
	
	

input, textarea, select{
color:#ffffff;
font-family:"Trebuchet MS", Tahoma, arial;
border:3px solid #313131;
background-color:#000000;
font-size: 12px;
}


