* {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	/*border: 1px solid #000;*/
}

body {
	text-align: center;
	background: #EBEBEB url(imagens/fundao.gif) repeat-y center;
}

h1 {
	display: none;
}

#total {
	width:770px;
	margin: auto;
}
#rodapex {
	clear: both;
	border-top: 1px solid #E5E5E5;
	width: 770px;
	margin: auto;
}

#rodapex p {
	margin: 10px;
	color: #aaa;
	clear: both;
}
#menu {
	background: url(imagens/menu.jpg);
	clear: both;
	float:left;
	width:204px;
	height:430px;
	/*text-align:right;*/
}

#menu ul {
	margin: 60px 3px 0 69px;
	text-align: right;
	width: 127px;
}
#menu ul li {
	list-style: none;
	padding: 4px 0 4px 0;
}
#menu a{
	color: #fff;
	text-decoration:none;
}
#menu a:hover{
	color: #fff;
	text-decoration:none;
}
#corpo {
	float:left;
	width: 540px;
	text-align: justify;
	margin:30px 0px 20px 12px;
}
#corpo p{
	margin: 0 0 10px 0;
}
#imgindex {
	float: left;
	display:block;
	margin:30px 0 0 100px;
}
#p-imagem{
	text-align:center;
	padding-bottom:30px;
}
#p-index{
	margin: 20px 0 0 0;
}
h2, h3 {
	font-size: 14px;
	color:#834320;
	margin-bottom: 15px;
}


#corpo a{
	color: #834320;
	text-decoration:none;
	font-weight: bold;
}
#corpo a:hover{
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
#fotos img {
	float: left;
	padding: 7px;
	border: none;
}

#corpo form {
	float: left;
}

.branco{
	color: #000;
}

input, select, select option, textarea{
	color: #000;
	text-transform: uppercase;
}


fieldset {
    float: left;
	clear: both;
    border: 1px solid #eaeaea;
	padding: 3px;
	color: #000;
}

legend {
    background: none;
	padding: 5px 0 0 0;
	font-weight: bold;
	color:#834320;
}

.botao {
	text-align: center;
	color: #000;
	text-transform: lowercase;
}

.limpa {
	clear: both;
}

