/* CSS Document */

#fundo {
	width: 770px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

}

#menu {
background:url(../img/fundo_menu_home.jpg); background-repeat:no-repeat;
width: 257px;
height: 502px;
float: left;
}

#menu_txt {
width: 132px;
float: left;
text-align: center;
font-family: Times New Roman, Times, serif;
font-size: 15px;
color: #FFFFCC;
font-weight: bold;
line-height:30px;
padding-left:65px;
}

#menu_txt a:link {color: #FFFFCC; text-decoration:none;}     /* unvisited link */
#menu_txt a:visited {color: #FFFFCC; text-decoration:none;}  /* visited link */
#menu_txt a:hover {color: #FFCC00; text-decoration:none;}   /* mouse over link */
#menu_txt a:active {color: #FFCC00; text-decoration:none;}   /* selected link */ 

#ilust {
width: 513px;
height: 502px;
float: right;
}

#conteudo_capa {
width: 513px;
float: right;
text-align:center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #996600;
font-weight: bold;
line-height:21px;
}


