* {
	margin:0;
	padding:0;
}

body {
	background:#B46E28 url(../images/fundo.jpg) top center repeat-X;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}

.c { clear:both; }

img { border: 0px; }

a { color:#452E0E; text-decoration:none; }

a:hover { color:#B46E28; text-decoration:underline; }

#geral {
	width:760px;
	margin:0px auto;
	text-align:left;
/*	border-left:1px solid red;
	border-right:1px solid red;*/
}

#topo {
	height:120px;
	background:transparent url(../images/topo.jpg) top center no-repeat;
}

#topo h1 a {
	width:220px;
	height:85px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	float:right;
	margin-right:15px;
}

#topo ul#menu {
	position:relative;
	top:55px;
	left:30px;
	_margin-top:55px;
	_margin-left:30px;
}

#topo ul#menu, #topo ul#menu li {
	list-style-type:none;
}

#topo ul#menu li {
	float:left;
	margin-right:1px;
}

#topo ul#menu li a {
	height:25px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
/* 	background:green; */
}

#topo #menu1 a {
	width:55px;
}

#topo #menu2 a {
	width:120px;
}

#topo #menu3 a {
	width:80px;
}

#topo #menu4 a {
	width:130px;
}

#topo #menu5 a {
	width:80px;
}

#conteudo {
	background:transparent url(../images/conteudo.jpg) top center repeat-Y;
	padding:0px 10px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div#conteudo h1, div#conteudo h2, div#conteudo h3, div#conteudo h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #867D64;
	padding:5px 0px 3px 0px;
	margin: 0px 5px 15px 5px;
	color:#452E0E;
}

div#conteudo h1 { font-size: 1.52em; }

div#conteudo h2 { font-size: 1.32em; }

div#conteudo h3 { font-size: 1.02em; }

div#conteudo h4 { font-size: 0.82em; }

div#conteudo p, div#conteudo form {
	margin: 0px 5px 10px 5px;
}

#conteudo-esq {
	width:200px;
	float:right;
}

#conteudo-dir {
	float:left;
	width:520px;
}

#anima {
}

div#conteudo table {
	border: 1px solid #452E0E;
	padding: 2px;
	margin:0px auto;
	width: 98%;
}

div#conteudo table th, div#conteudo table td {
	padding: 5px;
}

div#conteudo table th {
	background: #452E0E;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

div#conteudo table td {
	border-bottom: 1px solid #452E0E;
	font-size: 0.975em;
	font-family: Tahoma, Arial, sans-serif;
	vertical-align: top;
}

div#conteudo table img {
	border:1px solid #4a4a4a;
}

div#conteudo ul, div#conteudo li {
	margin-left:15px;
}

.foto1 {
	float:left;
	margin-right:10px;
	margin-bottom: 5px;
	border:1px solid #452E0E;
	padding:2px;
}

.foto2 {
	float:right;
	margin-left:10px;
	margin-bottom: 5px;
	border:1px solid #452E0E;
	padding:2px;
}

#rodape {
	height:35px;
	text-align:center;
	background:transparent url(../images/rodape.jpg) top center no-repeat;
	color:#f5f5f5;
	font-size:0.65em;
	padding-top:15px;
}


