@import url("links.css");

@import url("menu.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:882px;
	background-color:#CDDCEC;
	background-image:url(../img/site_fundo.jpg);
	margin:0 auto;			
	text-align:left; /* "remédio" para o hack do IE */	
}
#colunaEsquerda {
	width:377px;
	float:left;
}
#menuOrganizacao {
	width:180px;
	float:left;
	background-color:#7FBD42;
}
#menuPrograma {
	width:195px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#colunaDireita {
	width:505px;
	float:right;
	text-align:right;
}
#logoABP {
	width:505px;
	height:119px;
	background-image:url(../img/colDirTopo.jpg);
}
#menu {
	width:505px;
	height:22px;
	text-align:right;
	padding-top:8px;
	background-image: url(../img/menu_fundo.jpg);
	background-repeat: no-repeat;
}
#banner {
	width:504px;
	height:145px;
	padding-top:20px;
	text-align:center;
	background-image:url(../img/banner_fundo.jpg);
}
#cbpexpress {
	width:504px;
	height:31px;
}
#cbpexpress_cobertura {
	width:504px;
	height:65px;
}
#cbpexpress_cobertura {
	width:504px;
	height:65px;
}
#noticias {
	width:505px;
	height:130px;
	background-image:url(../img/noticias_fundo.jpg);
}
#imgCobertura {
	width:479px;
	height:165px;
	padding-left:26px;
}
#news {
	width:454px;
	height:30px;
	padding-top:20px;
	padding-left:50px;
	background-image: url(../img/news_fundo.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
#news_cobertura {
	width:504px;
	height:65px;
	background-image: url(../img/news_background.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
#links {
	width:505px;
	height:130px;
	background-image:url(../img/links_fundo.jpg);
}
#patrocinadores {
	width:505px;
	height:74px;
}
#rodape {
	clear:both;
	width:882px;
	height:120px;
	text-align:right;
	font-size:11px;
	color:#333333;
	padding-top:20px;
	background-color:#E5F1D9;
	background-image: url(../img/rodape_fundo.jpg);
	background-repeat:no-repeat;
}
#imagem{
	position:relative;
	width:100%;
	padding-right:25px;
	padding-bottom:8px;
}
.imagemMarginTop {
	*margin-top:20px;
}

.tituloVerde {
	font-size:16px;
	color:#066;
}
.textoPreto10px {
	font-size:10px;
	color: #000;
}
.textoBranco10px {
	font-size:10px;
	color: #FFF;
}
