body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
	background: url(imagens/fundobody.jpg) repeat;
    font-family:Arial, Helvetica, sans-serif;
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	text-align:left; /* retorna alinhamento texto para a esquerda*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fundocorpo.jpg) repeat-y;;
	min-height:800px;
	}
	#topo {
width:780px;
height:200px;
}
#dir {
	position:absolute;
	width:110px;
	height:430px;
	top:-23px;
	left:780px;
	background:url(imagens/esq.jpg) repeat-x;
}
#esq {
	position:absolute;
	width:110px;
	height:430px;
	top:0;
	left:-110px;
	background:url(imagens/esq.jpg) repeat-x;
}
#flutuadir{
	position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:6px;
	border-left: #A0852E solid 1px;
}
#flutuaesq{
	position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	border-right: #A0852E solid 1px;
}
#anima {
	position:absolute;
	width:220px;
	height:430px;
	left: 0;
	top: -1px;
	z-index:10;
}

#tarja {
position:absolute;
width:543px;
height:auto;
top: 148px;
left:225px;
background:transparent;
text-align:center;
}
#menu{
	width:220px;
	z-index:6;
	height:auto;
	float:left;
}

#principal{
	text-align:justify;
	padding: 10px;
	width: 520px;
	float:right;
	min-height:400px;
}

#imagem{
position:relative;
	text-align:center;
}

#rodape {
    clear: both;
	padding: 6px 6px 6px 36px;
	text-align:center;
	width:738px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:170%;
	color: #993300;
	border-top:  #FFF 3px double;

}


a{
color: #0099FF;
text-decoration:none;
}
a:hover
	{
	color: #FFFF00;
	text-decoration: none
}
ul{
list-style: square;
list-style-position:inside;
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
letter-spacing:2px;
}

h1 {
margin-top: 0; /*retira margem superior em navegadores padrão*/
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #A0852E;
padding-right:20px;
}

h2 {
text-align:left;
width:70%;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color: #AFB487;
font-weight:bold;
border-bottom:1px solid #BCC09B;
}

p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
font-weight:normal;
line-height:120%;
text-indent:5%;
letter-spacing:2px;
text-align:justify;
}
.um{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
line-height:150%;
letter-spacing:2px;
text-align:center;
}
.pullquote{
width:250px;
float:right;
margin: 10px 0 10px 10px;
padding: 5px 5px 5px 5px;
text-align:center;
text-indent:0;
border-top: 3px double  #834532;
border-bottom: 3px double #834532;
}
.menu{
font-family:Arial, Helvetica, sans-serif;
padding-top:6px;
}

