#container {
	width: 800px;
	background-repeat: repeat-y;
	margin: 0 auto;
}
#container *{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	background-repeat: repeat-y;
	line-height: 1.5em;
}
#container p {
	margin-bottom: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#container a {
	text-decoration:underline;
}
#container h2 {
	font-size: 20px;
}
#container h3 {
	font-size: 20px;
	color: #923903;
}
#container .clear{
	clear: both;
}
#container .coluna {
	float: left;
	width: 330px;
	margin-right: 15px;
	margin-left: 30px;
}
#container .linha {
	width: 730px;
}
#container .left {
	margin-left: 14px;
}
#container .ptop {
	padding-top: 15px;
}
#container .left2 {
	margin-left: 28px;
}
#container .bloco {
	display: block;
}
#container .automatico {
	width:auto;
}
#container #topo {
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	height: 312px;
	z-index: 1;
	padding: 120px 320px;
	position: relative;
}
#container #topo #txt_topo {
	width: 440px;
}
#container .fundovo {
	background-image: url(images/tabela_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 411px;
	position: relative;
}

#container .fundovo h3 {
	text-align: center;
	color: #FFF;
	font-size: 25px;
	
}

#container .fundovo h4 {
	color: #FFF;
	margin-left: 200px;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#container hr {
	clear:both;
	border:0;	
}
#container #box2 {
	background-color: #E4D1C3;
	margin: 0 14px;
}

#container .fundovo .tabela table tr th h4 {
	color:#603000;
	margin-left:0;
	padding-top:0;
}

#container table {
	border-collapse: collapse;
	width: 400px;
}
#container table * {
    text-align:center;
}
#container table td {
	width: 150px;
	font-size:18px;
}
#container table tr:nth-child(even) {
    background-color:#e5d0c3;
}
#container table td {
    border-top:1px #923903 solid;
    border-bottom:1px #923903 solid;
}

#container .tabela{
	padding: 30px 0 0 220px;
}
#container .linha.align {
	text-align: center;
	margin-left: 45px;
}
