/*Formatação dos textos*/
.georgia_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F0F;
	font-weight: bold;
}
.georgia_44 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 44px;
	margin:0;
	line-height:60px;
    margin-top:-10px;
	
}
.georgia_12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}


/*Formatação des links*/
a:link {
	color: #FFFFFF;
	background-color: #F0F;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #90F;
}
a:active {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}


/*Formatação des divs*/
#interface {
	background-position: center;
	height: 1700px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#topo {
	height: 80px;
	background-image: url(../imagens/fd_baixo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	padding-right: 5px;
}
#logo {
	height: 184px;
}
#projeto {
	height: auto;
	background-image: url(../imagens/fd_cima.jpg);
	padding: 5px;
}
#banner {
	height: 288px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/*Formatação des divs de textos*/

#texto {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*Formatação des divs de Títulos*/
#titulos {
	height: 54px;
	padding-top: 5px;
	background-image: url(../imagens/fd_baixo.jpg);
	background-position: bottom;
	padding-left: 5px;
	margin-top: 25px;
}


#rodape {
	height: 95px;
	padding-top: 5px;
	background-image: url(../imagens/fd_cima.jpg);
	padding-left: 5px;	
	margin-top: 20px;
}

/*Formatação des divs de Colunas*/
#ed_esq {
	float: 600;
	width: 300px;
	height: auto;
}
#ed_dir {
	float: right;
	width: 300px;
	height: auto;
}
#rev_edicao {
	height: 200px;
	width: auto;
}
#rev_capa {
	width: 135px;
	float: left;
	height: 190px;
}
#rev_texto {
	float: right;
	width: 540px;
	height: 190px;
	vertical-align: text-top;
}
#div {
	height: auto;
}
img {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#rev_titulo {
	height: 10px;
	width: auto;
	margin-top: 5px;
}
#menu {
	width: 430px;
	float: left;
	text-align: left;
	margin-top: 53px;
	height: 27px;
	background-position: bottom;
	margin-left: 2px;
}
#contato {
	width: 250px;
	float: right;
	height: 30px;
	background-position: bottom;
	margin-top: 45px;
}
#topo img {
	float: left;
}
#titulo_pag{
	height: 60px;
	background-image: url(../imagens/fd_cima.jpg);
	margin-bottom: 15px;
	padding-top: 17px;
	padding-left: 5px;
}
