* {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
}

body {
	text-align: center;
	background: #EBEBEB url(imagens/fundo_site.jpg) repeat-y center;
}
h1#main a {
	background: url(imagens/topo.jpg);
	text-indent: -9999px;
	width: 770px;
	height: 158px;
	display: block;
}

#site {
	background: #E6D1BA;
	width:770px;
	margin: auto;
	clear: both;
}

#menu {
	clear: both;
	background: url(imagens/menu.jpg);
	float:left;
	width:770px;
	height:40px;
}

#menu ul {
	padding-top: 9px;
}

#menu li {
	list-style: none;
	display: inline;
	padding: 0px 7px 0px 7px;
}

#menu li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


#menu li a:hover {
	text-decoration: none;
	font-weight: bold;
}


#rodapex {
	clear: both;
	border-top: 1px solid #E3974B;
	width: 770px;
	margin: auto;
}

#rodapex p {
	margin: 10px;
	color: #000;
	clear: both;
}

#corpo {
	background: url(imagens/conteudo.jpg) no-repeat;
	clear: both;
	width: 770px;
	height: 602px;
	margin: auto;
	padding: 40px 0px 0px 0px;
}

#conteudo {
	text-align: justify;
	width: 540px;
	height: 500px;
	margin: auto;
	overflow: auto;
	padding: 0px 5px;
	
}

#conteudo p {
	padding: 5px 0px 5px 0px;
}

#conteudo h2 {
	font-size: 15px;
	padding: 0px 0px 7px 0px;
}

#conteudo ul li {
	list-style-image: url(imagens/seta.gif);
	margin: 0px 0px 0px 20px;
	padding: 4px 0px 4px 0px;
}

.direita {
	text-align: right;
}

