/*
CSS comum a todas as sessoes
*/

body {
	background: url(../../imgs/bgs/textura.jpg) repeat center top;
	font-size:13px;
	color:#633821;
}

a {
	color:#633821;
}

#bg {
	background: url(../../imgs/bgs/site.png) no-repeat center top;
}

.page {
	width: 877px;
}

#col-left {
	width: 200px;
	margin-left: 15px;
}

#banners-esq {
	width: 100%;
	float: left;
	text-align: center;
}

a.banner-esq {
	display: block;
	width: 100%;
	text-align: center;
	margin: 5px 0;
	float: left;
}

#col-right {
	width: 200px;
	margin-right: 15px;
}

#col-mid {
	float:right;
	width:640px;
}

h1 {
	font-size:18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#paginacao #controles a {
	float:left;
}

.destaqueBusca {
	background-color: #633821;
	color: #F6EDE6;
}
