body, h1, h2, h3, h4, form, fieldset, ul, li, p {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}


body {
	background:#dddddc url(../imagens/bg.gif) repeat-x !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


.geral {
	width:740px;
	background:#efedea;
	margin:4px auto 0 auto;
	padding-bottom:10px;
}



/*TOPO*/
.topo {
	width:100%;
	height:97px;
	background:url(../imagens/bg_topo.gif) repeat-x;
}
.topo .site a {
	width:240px;
	height:97px;
	background:url(../imagens/marca_cunha_nova.gif) no-repeat;
	text-indent:-99999px;
	float:left;

}

p.datahora{
	text-align:right;
	padding-right:20px;
	font:11px "trebuchet MS";
	font-weight:normal;
}


/*BUSCA*/
.topo .busca {
	width:246px;
	height:58px;
	background:url(../imagens/bg_busca.gif) no-repeat;
	margin-top:9px;
	float:right;
}
.topo .busca fieldset {
	width:200px;
	color:#666;
	border:0;
	padding-top:7px;
	*padding-top:6px;
	padding-left:30px;
}
.topo .busca h3 {
	display:none;
}
.topo .busca .inputTxt {
	width:115px;
	font-size:10px;
	border:1px solid #b9b9b8;
}
.topo .busca .buscaBotao {
	font-size:10px;
}


/*NAVAGAÇÃO*/
.topo .navegacao {
	width:367px;
	text-align:right;
	float:right;
}


/*CONTEÚDO*/
.conteudo {
	width:708px;
	/*background:#990000;*/
	margin-left:18px;
	margin-top:17px;
	float:left;
}


*html .conteudo {
	margin-left:9px;
}

/*COLUNA ESQUERDA*/
.conteudo .col_esquerda {
	/*width:450px;
	background:#00CC00;
	float:left;*/
}




/*RODAPÉ*/
.rodape {
	width:700px;
	height:30px;
	color:#888787;
	background:url(../imagens/bg_rodape.gif) repeat-x;
	margin-left:10px;
	*margin-top:12px;
	margin-bottom:10px;
	padding:10px;
	clear:both;
}
.rodape h2 a {
	width:62px;
	height:26px;
	background:url(../imagens/marca_swapi.gif) repeat-x;
	text-indent:-9999px;
	margin-top:5px;
	margin-right:5px;
	float:right;
}




