@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D8F2F8;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	}
	
a:link {text-decoration: none; color: #383838; }
a:visited {text-decoration: none; color: #383838; }
a:hover {text-decoration: underline;color: #383838; font-weight:bold;}
a:active {text-decoration: none; color: #383838;}

#page{
	margin:0 auto;
	text-align:left;
	width:900px;
	background-color:#ffffff;
	}

#topo{
	width:900px;
	height:130px;
	position:relative;
	}

#conteudo{width:900px;clear:left;}

#rodape{
	clear:both;
	height:40px;	
	background-image:url(Imagens/bkg_rodape.gif);
	background-repeat:repeat-x;
	padding-top:13px;
	text-align:center;
	}
	
.logo{
	height:128;
	width:185px;
	float:left;
	padding:0;
	}

#titulo{
	width:715px;
	height:65px;
	background-image:url(Imagens/bkg_topo.png);
	float:right;
	padding-top:25px;
	color:#383838;
	}

.titulo{
	font-size:24px;
	float:right;
	padding-right:20px;
	}
	
.sub_titulo{
	font-size:10px;
	padding-left:350px;
	padding-top:55px;
	}

.menu{
	width:715px;
	height:40px;
	background-image:url(Imagens/barra_topo.gif);	
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:5px;
	float:left;
	}

	
.link{
	float:left;
	padding:50px 25px 100px 45px;	
	}
	
.contato{color:#383838; text-align:center;padding-bottom:30px;clear:left;}
	

