html {
	height:100%;
}

* html #tudo {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#f4f3ef;
	text-align:center;
	height:100%;
}

#tudo {
	background-color:#574742;
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	height:auto;
}

#topo {
	height:266px;
	background-image:url(top.png);
	vertical-align: bottom;
}

#logo{
	margin-bottom: 20px;
}

#esquerdo {
	width:260px;
	text-align:center;
	float:left;
}

#direito {
	width:680px;
	float:right;
	padding-left:30px;
	padding-right:30px;
}

#rodape {
	height:84;
	clear:both;
}
#rodape div{
	text-align: center;
	line-height: 84px;
	font-size: 16px;
	color: #fff;
}
#rodape div a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
#rodape div a:hover{
	color: #000;
}
#rodape div span{
	width: 10px;
}
#texto {
	text-align:justify;
	background-color:#FFF;
}

#titulo {
	text-align:left;
	font-size:28px;
	font-weight: bold;
	color: #000;
	padding-left:28px;
	padding-top:192px;
}

#sub_titulo {
	text-align:right;
	font-size:20px;
	font-weight: bold;
	color: #806c64;
}

#chamada {
	font-size:20px;
	font-weight: bold;
	color: #574742;
	padding-left:40px;
}

#chamada-center {
	font-size:20px;
	font-weight: bold;
	color: #574742;
}

#chamada_branca {
	font-size:20px;
	font-weight: bold;
	color: #fff;
}

a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #06F;
	text-decoration: underline;
}
td_meio {
	margin-right: 1px;
	margin-left: 1px;
}
h2 {
	color: #F60;
}
h1 {
	color: #006;
}

#font {
	font-size: 10px;
}


#menu {
	padding: 0;
	margin: 0;
	margin-left: 45px;
	overflow: auto;
}

#menu li {
	display: block;
	float: left;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 40px;
	margin-left: 30px;
	margin-right: 30px;
}
#menu li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#menu li a:hover{
	color: #574742;
}
