@charset "utf-8";
/* CSS Document */

@import url("topo.css");
@import url("colesq.css");
@import url("conteudo.css");
@import url("rodape.css");

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
h1 {
	display: none;
}


body {
	background-image: url(../images/padrao/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AD1603;
}
#moldura {
	width: 820px;
	display: table;
	background-image: url(../images/padrao/filete.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 88px;
	padding-left: 88px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#navcontrol {
	position: relative;
	top: -70px;
	z-index: 10;
	width: 820px;
}


.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignFloatLeft {
	float: right;
}
.alignFloatRight {
	float: right;
}

