@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	border:0;
	margin:0;
	list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}

body{
	background:#900;
}

#geral{
	background:url(../imagens/bg_geral.jpg) no-repeat;
	width:752px;
	height:960px;
	margin:auto;
	border:solid 4px #FFF;
}

#coluna1{
	width:326px;
	float:left;
	position:relative;
	top:270px;
	padding:25px;
}

#coluna2{
	width:326px;
	float:left;
	position:relative;
	top:300px;
}

p{
	font-size:12px;
	color:#FFF;
}

h2{
	font-size:18px;
}

.texto{
	font-size:12px;
}

#cardapio{
	padding-left:20px;
}

.colorform{
	background:none;
	font-size:11px;
	padding:3px;
	margin:4px;
	border: solid 1px #c90;
}

hr{
	background:#C90;
	margin:10px;
}

.limpatudo{
	clear:both;
}

#rodape{
	position:relative;
	width:752px;
	height:50px;
	top:450px;
}

.textorodape {
	font-size:16px;
	padding:0 20px 20px 20px;
	width:420px;
}

.btenviar{
	background:url(../imagens/btenviar.jpg) no-repeat;
	width:45px;
	height:20px;
}

.btlimpar{
	background:url(../imagens/btlimpar.jpg) no-repeat;
	width:45px;
	height:20px;
}

.redes{
	margin:5px 20px 0 20px;
}