body {
	margin:0;
	padding:0;
	border:none;
	font: 13px Arial, Helvetica, sans-serif;
	background:#FFF;
	color:#333;
	text-align:center;
	}

#tudo {
	width:800px;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	text-align:left;
	background:#FFF;
	}
	

#quadro {
	width:550px;
	margin:10px auto;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
	background:#FFF;
	border:1px solid #AAA;
	}


#topo{
	width:520px;
	height:50px;
	padding:5px 15px;
	background-image:url(http://www.abamotor.com.br/images/bg_cabecalho.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:30px;
}

#topo2{
	width:520px;
	height:28px;
	padding:5px 15px;
	background-image:url(../images/bg_cabecalho2.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:15px;
}


#coluna_inferior {
	clear:both;
	text-align:left;
	color:#333;
	padding:10px 0px;
	}
	
#principal_direita {
	float:right;
	width:580px;
	margin:0px; 	
	text-align:left;
	padding: 0px 2px;

	}	
	
#coluna_direita {
	float:right;
	width:210px;
	margin-left:0px; 	
	text-align:left;
	padding: 1px 6px;

	}
	
body#duascolunas #coluna_direita {
	width:243px; /* Estende a coluna principal */
	border-right-width:0;
	padding-right:0;
	background-color:#FFFFFF;
	}

#coluna_esquerda {
	width:290px;
	float:left;
	background-color:#FFF;

	}

.rodape_fixo {
	position:fixed;
	width:100%;
	text-align:center;
	left:0;
	bottom:-0.5%;
	z-index:300;
	}
*html .rodape_fixo {
position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+490+"px" : body.scrollTop+0+"px");
	}

img {
	border:none;
	}

h1 {
	font-size:18px;
	}
h2 {
	font-size:14px;
	}
h3 {
	font-size:12px;
	}

.cinza{
	color:#999999;
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}



