@charset "UTF-8";
/* CSS Document */

*{
	font-family: Verdana;
	font-size: 10px;
}

body {
	background-color: #551e17;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	padding: 8px;
}

#geral{
	width: 1200px;
	margin:auto;
}

#cabecalho{
	text-align: center;
	height: 66px;
	margin-bottom: 20px;
}

#menu{
	width: 153px;
	float:left;
	margin-left: 140px;
	margin-right: 10px;
	padding-top: 1px;
}

#menu img{
	cursor: pointer;
	margin-bottom: 41px;
}

#quadro{	
	width: 760px;
	margin: 0 auto;
	float:left;
	height: 510px;
}
