/*
CSS comum a todas as sessoes
*/

body {
	background:#e9e3d3;
	color:#ae001e;
}
a {
	color:#ae001e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

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

.page {
	width: 932px;
}

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

#col-right {
	width: 300px;
	margin-left: 15px;

}

#col-mid {
	width: 600px;
}

#paginacao #controles a {
	float:left;
}
#footer {
	background: transparent url('../../imgs/bgs/bg_rodape.jpg') repeat-x scroll center top;
	height:117px;
	
}
#footer_interno {
	margin:0 auto;
	width:932px;
}