#principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#topo {
	float: left;
	height: 145px;
	width: 780px;
}
.centralizado {
	text-align: center;
}

#sub_topo {
	float: left;
	height: 28px;
	width: 780px;
}
#conteudo {
	width: 620px;
	float: left;
	height: auto;
}
#menu ul {
	list-style-type: none;
	margin-left: 5px;
	list-style-position: inside;
}
#conteudo h1 {
	font-size: 1.2em;
}


#menu_esq {
	width: 160px;
	float: right;
	height: 630px;
}
#centro {
	width: 780px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../imagens/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#rodape {
	height: 14px;
	width: 780px;
}

#conteudo p {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 9px;
	margin-right: 4px;
	margin-bottom: 9px;
	margin-left: 4px;
}
#menu li {
	margin-left: 5px;
	list-style-type: none;
}

body {
	background-image: url(../imagens/bakcground_full.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
.centralizado_img {
	margin-right: auto;
	margin-left: auto;
}


ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-right: 1px;
	margin-left: 1px;
	padding-left: 20px;
}
li {
}

.topimg {
	height: 0px;
	width: 0px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
}

