/*..................................CONTEUDO DA PAGINA MASTER............................................*/

.topo{
background-color:blue;
top:0px;
left:0px;
height: 235px;
width: 900px;
overflow: hidden;
position: relative;
}

#master{
	top:0px;
	left:0px;
	background-color:#cccccc;
	height: 1580px;
	width: 900px;
	overflow: hidden;
	position: relative;
}

.menu{
background-color:blue;
top:0px;
left:0px;
height:80px;
width: 900px;
overflow: hidden;
position: relative;
}

#box_esq{
    background-color:#ffffff;
	top:315px;
	left:1px;
	width:202px;
	height:1260px;
	position:absolute;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;	
}


#box_meio {
	background-color:#ffffff;
	top:315px;
	left:204px;
	height: 1260px;
	width: 693px;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
}

#formulario{
background-color:#FF0000;
width:690px;
height:310px;
top:0px;
left:0px;
position:relative;
}

#box_dir{
background-color:#ffffff;
top:315px;
left:698px;
width:201px;
height:1000px;
position:absolute;
}


/*.....................................MENU DO RODAPÉ..........................................*/
#box_rodape{
background-color:#ffffff;
top:0px;
left:0px;
width:900px;
height:45px;
position:relative;
}

#rodape{
background-image:url(faixa_rodape.png);
background-repeat:no-repeat;
width:900px;
height:45px;
position:relative;
}
#rodape_ref{
background-color:#;
position: relative;
top:5px;
left:0px;
width:900px;
height:40px;
}
.barnav a{
font-family: arial;
font-size: 10pt;
color: #ffffff;
background-color:#;
text-decoration: none;
}
.barnav a:hover{
color: #000000;
background: #;
}

