@import url("index.css");
@import url("rodape.css");
@import url("internas.css");
#header {
	display: none;
}
#apre {
	margin: auto;
	height: 350px;
	width: 820px;
}
* {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #161733;
}


#container {
	background-color: #FFFFFF;
	margin: auto;
	width: 810px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	display: table;
}
#conteudo label {
	color: #353535;
	font-size: 13px;
}
.alignFloatLeft {
	float: left;
}
.alignFloatRight {
	float: right;
}
.alignRight {
	text-align: right;
}
