/* CSS Document */
#twitter_div {
	position: relative;
	float:left;
	margin:auto;
	width: 199px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left:-40px;
	margin-top:-20px;
}
ul#twitter_update_list {
	list-style: none;
	font-size: 10px;
	width: 199px;
	height: auto;
}
ul#twitter_update_list li {
	padding: 10px;
	color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DBDBDB;
}
html, body {
	height:100%;
}
body {
    text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.mainlevel:link{
	color:#FFF;
	text-decoration:none;
	word-spacing:20px;
}
a.mainlevel:visited {
	color:#FFF;
	text-decoration:none;
	padding-left:30px;
	word-spacing:20px;
}
#menu *{
	margin-right:25px;
	margin-left:10px;
}
a.mainlevel:hover{
	color:#FFF;
	font-weight:bold;
	padding-left:30px;
	word-spacing:20px;
}
a.mainlevel:active {
	color:#FFF;
	text-decoration:none;
}
a:link{
	color:#FFF;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	font-weight:bold;;
}
a:active {
	color:#FFF;
	text-decoration:none;
}
a.link2:link{
	color:#09C;
	text-decoration:none;
}
a.link2:visited {
	color:#09C;
	text-decoration:none;
}
a.link2:hover{
	color:#09C;
	font-weight:bold;;
}
a.link2:active {
	color:#09C;
	text-decoration:none;
}
#pagina{
		margin-left:0px;
		width:100%;
		height:100%;
		background-image:url(../images/fundo_back.png);
		background-repeat:repeat-x;
}
#logo{
		background-image:url(../images/logo.png);
		background-repeat:no-repeat;
		width:160px;
		height:70px;
		padding-bottom:7px;
}
#menu{
		margin-left:0px;
		width:100%;
		height:30px;
		padding-top:5px;
		padding-bottom:20px;
}
#quadro_branco{
		width:742px;
		min-height: 600px;
		background-color:#FFF;
		float:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:20px;
		font-size:14px;
		text-align:justify;
		padding-right:15px;
}
#quadro_contato{
		background-image:url(../images/fundo_quadrocinza.png);
		background-repeat:no-repeat;
		width:240px;
		height:269px;
		float:left;
}
#quadro_azul{
		width:758px;
		height:310px;
		background-image:url(../images/fundo_topo_quadroazulcurva.png);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#015480;
		float:left;
}
#quadro_noticias{
		background-image:url(../images/fundo_quadroazul.png);
		background-repeat:no-repeat;
		width:240px;
		height:310px;
		float:left;
}
#rodape{
		margin-left:0px;
		width:100%;
		height:120px;
		/*background-color:#e8eff5;*/
		background-image:url(../images/rodape.jpg);
		background-repeat:repeat-x;
		float:left;
		padding-top:5px;
}
#texto_rodape{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#256287;
		text-align:center;
}
#container {
    margin:0 auto;
    position:relative; /* Coloca o container frente ao elemento com o id distance */
    text-align:left;
    width:998px;
    clear:left;
    /*background-color:#ff9;
    border:1px solid #c93;
    border-top-color:#fff;
    border-left-color:#fff;*/
}