@charset "utf-8";
body, html {
	background-color:#FFFFCC;
	margin:0px;
	background-image:url(imagens/back.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	height:100%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#topo{	
	position:absolute;
	left:50%;
	margin-left:-320px;
	width:698px;
	height:206px;
	z-index:2;
}
p{
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
}
#conteudo{
	background-image:url(imagens/back_corda.gif);
	background-repeat:repeat-y;
	position:absolute;
	left:50%;
	margin-top:120px;
	margin-left:-320px;
	width:698px;
	height:100%;
	z-index:1;

}
#conteudo_interno{
	position:absolute;
	left:50%;
	height:70%;
	top:130px;
	margin-left:-320px;
	padding-left:25px;
	padding-right:10px;
	width:615px;
	overflow:auto;
	z-index:6;

}
#menu{
	position:absolute;
	left:50%;
	margin-left:-474px;
	margin-top:150px;
	width:160px;
	height:250px;
	z-index:3;
}
#rodape{
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-487px;
	margin-top:-160px;
	width:1000px;
	height:160px;
	z-index:5;
}

.texto{
	font-family:Tahoma, Arial, Helvetica, freesans, sans-serif;
	font-size:12px;
	line-height:115%;
	margin:0;
	word-spacing:0px;
	color: #663300;
	
}

.texto_peq{
	font-family:Tahoma, Arial, Helvetica, freesans, sans-serif;
	font-size:10px;
	line-height:115%;
	margin:0;
	word-spacing:0px;
	color: #663300;
}

.botoes {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #003366;
	background-color: #990000;
}
.campos_formulario {
	border: 1px solid #990000;
	height: 21px;
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	line-height: 17px;
	
}
.campos_mensagem {
	border: 1px solid #990000;
	height: 90px;
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	line-height: 17px;

}
.texto_formularios{
	font-family:Tahoma, Arial, Helvetica, freesans, sans-serif;
	font-size:11px;
	line-height:115%;
	margin:0;
	word-spacing:0px;
	color: #663300;
	font-weight: bold;

	}
.titulo_cardapio{
	font-family:"Trebuchet MS", Arial, Helvetica, freesans, sans-serif;
	font-size:18px;
	line-height:115%;
	margin:0;
	word-spacing:0px;
	color: #993300;
	font-weight: bolder;
