/*---------Jundiaí Hoje CSS--------*/

*{
	padding:0;
	margin:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

}

#wrapper{
	width:760px;
	margin:0 auto;
	text-align:left;
}

#banner{
	height:90px;
	background-color:#76B1DE;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
}


#branding{
	height:62px;
	background-color: #026AAE;
	margin-bottom:5px;
}

#principal{
	float:left;
	width:625px;
}

#modulos2{
	width:125px;
	float:right;
	background-color:#F3F3F3;
}

#conteudo{
	width:485px;
	background-color:#FFFFFF;
	float:right;
}

#modulos1{
	width:130px;
	float:left;
	background-color:#F3F3F3;
}


#rodape{
	clear:both;
	height:32px;
	background-image:url(imagens/rodape.jpg);
	background-repeat:repeat-x;	
		
}
#rodape  h1 a {
	display:block;
	width:55px;
	height:32px;
	float:right;
	background:url(imagens/webby.jpg) no-repeat;
	text-indent:-990px;
	overflow:hidden;
	margin-bottom:5px;
}
#rodape h2{
	float:left;
	text-align:center;
	text-indent:270px;
	font-size:10px;
	font-weight:bold;
	color:#006699;
	padding-top:10px;
}

