* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

body
{
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #006600;

	scrollbar-face-color: #006600;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #006600;
}
#Site {
	position:absolute;
	width:750px;
	height:650px;
	left:50%;
	margin-left:-375px;
}
#Topo {
	position: relative;
	width:750px;
	height:225px;
	left:50%;
	margin:10px 0px 0px -375px;
}
#Menu {
	position:absolute;
	width:230px;
	height:30px;
	bottom:-5px;
	right:50px;
}
#Conteudo {
	position:relative;
	width:750px;
	background-image: url(imagens/conteudo.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#Foto {
	position:relative;
	float:left;
	width:300px;
	left:15px;
}
#Foto img {
	float:left;
}
#Texto {
	position:relative;
	float:right;
	width:400px;
	right:30px;
	top:50px;
	margin:0px 0px 100px 0px;
	text-align:left;
}
#TextoCardapio {
	position:relative;
	width:750px;
	top:20px;
	text-align:center;
	overflow:visible;
	margin:0px 0px 10px 0px;
}
#Rodape {
	position:relative;
	width:750px;
	height:86px;
	text-align:center;
}
#Rodape span {
	position:relative;
	right:20px;
	bottom:48px;
	color:#FFFF00;
}
ul#Cardapio {
	position:relative;
	width:750px;
	text-align:center;
}
ul#Cardapio li {
	display: inline;
	margin:0px 15px 0px 15px;
}
ul#Cardapio li a {
}
ul#Cardapio li a:over{
}
p {
	color: #000000;
	text-align: justify;
	line-height: 110%;
	margin:0px 0px 10px 0px;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	font-family: Garamond, Garamond-Normal, "Garamond-Normal Thin";
	}
#TextoCardapio div#Texto {
	top:0px;
}
#TextoCardapio div#Texto p {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	font-family: Garamond, Garamond-Normal, "Garamond-Normal Thin";
	color: #666666;
}
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 130%;
	}
h3 {
	font-size: 110%;
	}
h4 {
	font-size: 90%;
	}

h5 {
	font-size: 80%;
	}

h6 {
	font-size: 60%;
	}
a:link, a:visited, a:active		{ 
	font:normal 80%/normal Trebuchet MS, Tahoma, Verdana;
	color: #333333;
	text-decoration: underline;
	outline:0;
		}
a:hover	
		{ 
	font:normal 80%/normal Trebuchet MS, Tahoma, Verdana;
	color: #333333;
	text-decoration: none;
	outline:0;
		}
#Copyright {
	position: relative;
	bottom: 0px;
	right: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color:#FFFFFF;
}