*{
    margin: 0px;
    padding: 0px;
    border: none;
}

html {
height: 100%;
}



BODY { 
	height:100%;
    font: 11px Georgia; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
    background-color: #CDBF9D;
	color:#333333;
} 

#corpo{
	width: 100%;
	min-height:100%;
	height: auto;
	text-align: left;
	background-image:url(imagens/back_middle.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	}
	
#up{
padding-bottom:15px;
	}

#middle{
	}

#down {
padding-top:0px;
	}
	


#conteudo_index{ 
    width: 840px;
	height:420px;
	margin-left: auto;
    margin-right: auto;
	overflow:hidden;
	background-color:#ffffff;
	padding-top:5px;
}

img.back{
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
        z-index: 0;
    }

img.back_abertura{
        -moz-opacity: 0.0;
        filter: alpha(opacity=0);
    }
	

#menu{ 
    width: 840px;
	height:70px;
	margin-left: auto;
    margin-right: auto;
	padding-top:5px;
	background-color:#ffffff;
}

#bottom{ 
    width: 835px;
	height:25px;
	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
	text-align:right;
	padding-right:5px;
}

#topo_titulo {
	width:820px;
	height:60px;
	padding:5px;
	margin-left:5px;
	color:#999999;
	border-bottom:3px solid #cc0000;
	margin-bottom:10px;
	}

#frame {
	float:left;
	width:300px;
	height:430px;
	background-color:#000000;
	overflow:hidden;
	}

#frame_right {
	float:right;
	width:515px;
	height:410px;
	padding:5px;
	margin-right:10px;
	background-image:url(imagens/back_esquerda.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:auto;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color: #CDBF9D;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #CDBF9D;
	scrollbar-arrow-color: #CDBF9D;
	scrollbar-track-color: #f1f2f2;
	}
	

/***** links *******/

a:link {
	text-decoration: none;
	font-weight:bold;
	font:13px;
	color: #CDBF9D;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	font:13px;
	color:#CDBF9D;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	font:13px;
	color: #81765C;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	font:13px ;
	color: #CDBF9D;
}


/***** fim do links *******/


/***** CGWEB *******/

.titulo {
	font-size:13px;
	color:#CDBF9D;
	font-family:Georgia;
	font-weight:bold;
	}
	

.titulo_2 {
	font-size:12px;
	color:#81765C;
	font-family:Georgia;
	font-weight:bold;
	}


.image_galery{
	float:left;
	padding:8px;
	border:1px solid #CDBF9D;
	margin-bottom:10px;
	margin-right:10px;
	}

.image_noticias{
	float:left;
	padding:8px;
	border:1px solid #CDBF9D;
	margin-bottom:3px;
	margin-right:10px;
	}


.image_link {
	padding:8px;
	border:1px solid #CDBF9D;
	margin-bottom:10px;
}



h1 {
	color:#81765C;
	font-size:16px;
	font-weight:bold;
	}
	
h2 {
	color:#81765C;
	font-size:14px;
	font-weight:bold;
	}
	
h3 {
	color:#81765C;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	}

h4 {
	color:#81765C;
	font-size:12px;
	font-weight:bold;
	}

h5 {
	color:#3366CC;
	font-size:11px;
	font-weight:bold;
	}


h6 {
	color:#81765C;
	font-size:10px;
	font-weight:bold;
	}

/***** fim do CGWEB *******/


/***** forms *******/

.form {
	width:220px;
	padding:3px;
	font-size:11px;
	font-family:Georgia;
	background-color:#f1f2f2;
	border:1px solid #81765C;
	color:#81765C;
	scrollbar-face-color:#f1f2f2; /* fundo barra */
	scrollbar-highlight-color: #f1f2f2; /* fundo */
	scrollbar-3dlight-color: #f1f2f2; /* borda */
	scrollbar-darkshadow-color: #f1f2f2; /* borda */
	scrollbar-shadow-color: #f1f2f2; /* fundo */
	scrollbar-arrow-color: #81765C; /* seta */
	scrollbar-track-color: #f1f2f2; /* fundo */
	}


.botao {
	width:80px;
	height:24px;
	*height:24px;
	padding:3px;
	background-color:#81765C;
	border:1px solid #81765C;
	color:#f1f2f2;
	font-size:10px;
	font-weight:bold;
	font-family:Georgia;
	}


/***** Fim forms *******/

.nova {
	margin-right:10px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	}