/* CSS Document */

/* Controle Geral */
*{
	margin:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
}
body{
	background-image:url(../_img/background.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;

	}
#superior{
	 clear:both;
	 height: 100px;}
#superior #menu {
	width: 400px;
	height: 20px;
	margin:10px 0 0 10px;
	float:left;
}
#superior #logo{
	width:116px;
	height:66px;
	display:block;
	background-repeat: no-repeat;
	background-image: url(../_img/logo.png);
	float:right;
}
#geral{}
#geral #citacao{
	width:340px;
	height:180px;
	display:block;
	float:left;
	margin-top:160px;
}
#geral #conteudo{
	width:415px;
	float:right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding:0 10px;
}
/* Fim Controle Geral */

/*Formatacao*/
/* Menu */
#superior #menu ul{}
#superior #menu ul li{
	display:inline;
	list-style-image:none;
	font-weight:bold;
	padding-right: 15px;
	}
#superior #menu ul li a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:1.2em;
}
#superior #menu ul li a:hover{
	color:#999999;
}
#superior #menu ul li a:visited{}
#superior #menu ul li a:active{}

/* Fim Menu */

/* Conteudo */
#geral #conteudo h1{
	font-size:1.6em;
	text-align:center;
	padding-bottom:15px;
}
#geral #conteudo h2{
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
	padding-top: 20px;
}
#geral #conteudo h3{
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
	color: #666666;
	padding-top: 20px;
}
#geral #conteudo h4{
	font-size:1.4em;
	text-align:center;
	padding-bottom:15px;
	color: #CCCCCC;
	padding-top: 20px;
}
#geral #conteudo p{
	font-size:1.2em;
	text-align:justify;
	padding-bottom:15px;
}
#geral #conteudo p a{ font-size:1.1em;}
#geral #conteudo p a:hover{ text-decoration:underline;}
#geral #conteudo div.separador{
	clear:both;
	display:block;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom:10px;
}
#geral #conteudo div.imgs{
	float:left;
	padding:5px;
	border:solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#geral #conteudo div.text{
	width:280px;
	float:left;
	}
#geral #conteudo p a.tit{
	font-size:1.1em;
	font-weight:bold;
	color:#999999;
}
#geral #conteudo p.descr{
	font-size:0.9em;
	font-weight:bold;
	color:#999999;
}
#geral #conteudo p.old{ color:#999999;}


/* Fim Conteudo */
/*Fim Formatacao*/

