/* CSS Document */

#fundo {
	width: 986px;
	height: 585px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 

#header {
	height: 85px;
	width: 986px;
	float: left;
}

#logo{ 
	height: 85px;
	width: 171px;
	float: left;
}

#menu{ 
	height: 85px;
	width: 650px;
	float: right;
		padding-right: 5px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
text-align:right;
line-height:20px;
}

#menu a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
#menu a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
#menu a:hover {color: #F8E700; text-decoration:none;}   /* mouse over link */
#menu a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */ 

#conteudo{
	width: 986px;
height:490px;
float:left;
}

#flash_contato{
	width: 710px;
height:522px;
float:left;
}

#anexo{
background:url(../img/fundo_anexo.gif); background-repeat:no-repeat;
width: 269px;
height:456px;
float:left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#6B3336;
font-weight:normal;
text-align:left;
}

#anexo_bottom{
width: 269px;
height:34px;
float:left;
}


a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a:hover {color: #F8E700; text-decoration:none;}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */ 

