@import url("links.css");
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#site {
	width:686px;
	background-color:#E5E9EF;
	margin:0 auto;			
	text-align:left; /* "remédio" para o hack do IE */	
}
#colunaEsquerda {
	width:237px;
	float:left;
	background-color:#3CB371; /* cinza antigo #E5E9EF */
}
#colunaDireita {
	width:449px;
	float:right;
	text-align:right;
}
.radio {
	margin:0;
	padding:0;
	border:0;
}
#topo {
	width:384px;
	height:80px;
	padding-left:65px;
	padding-top:50px;
	text-align:left;
	background-image: url(../img/topo_fundo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#acesso {
	width:449px;
	height:116px;
	padding-top:60px;
	background-image: url(../img/acesso_fundo.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
#programa {
	width:449px;
	height:211px;
	background-color:#E5E9EF;
	background-image:url(../img/programa.jpg);
	background-repeat:no-repeat;
}
#bannerMeio {
	width:449px;
	height:211px;
	background-color:#E5E9EF;
	background-image:url(../img/banner-meio.jpg);
	background-repeat:no-repeat;
}
#rodape {
	clear:both;
	width:686px;
	height:70px;
	text-align:right;
	font-size:10px;
	color:#666666;
	padding-top:20px;
	background-color:#FFFFFF;
	background-image:url(../img/patrocinio.jpg);
	background-repeat:no-repeat;
}
#rodapeHome {
	clear:both;
	width:686px;
	text-align:right;
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
}
.clear{
	clear: both;
	margin:-1px;
	height: 1px;
	font: 0;
	position: relative;
}
