.coluna{
	padding:0 
}
hr{
	width:auto;
	height:1px;
	color:#600;
	margin:5px 10px 0;
}
#esquerda.coluna {
	width: 194px;
	height:auto;
	float:none;
	padding:0 5px;
	text-align:center;
	/*background:#9C0;*/
}
#esquerda h2{
	width: 195px;
	height:135px;
	margin:0;
	display:block;
	background:url(images/splashChurrascoAlmoco.png) no-repeat center;
}

#central.coluna {
	width: 204px;
	height: auto;
	/*background:#C90;*/
}
#direita.coluna {
	width: 800px;
	height: 350px;
	float: right;
	/*background:#969;*/
	position: absolute;
	top:0;
	left:204px;
	padding:0 !important;
}
.btnResultado{
	width:180px;
	height:42px;
	margin:0 10px;
	border:0 none;
	display:block;
	background:url(images/btnResultado.png) no-repeat 0px 0px;
}
.btnResultado:hover{
	background-position: -180px 0px;
}
.btnResultado:active{
	background-position: -360px 0px;
}

