* {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	background: #ebebeb url(imagens/fundao.png) repeat-y center;
}

body, input, textarea, td, th {
	font-size: 12px;
}

#total {
	width:770px;
	margin:0 auto;
}

#titulo_pagina {
	width:701px;
	height:95px;
	float:left;
	background:url(imagens/titulo_pagina.jpg) no-repeat;
}
html>body #titulo_pagina {
	margin-top:-3px;
}

#menu_total {
	width:146px;
	float:left;
}
#menu_fundo {
	background:#c56500;
	width:139px;
	float:left;
}
.menuu {
	list-style-type:none;
	margin:30px 0 80px 0;
}
.menuu a {
	text-decoration:none;
	color:#5c2600;
	margin-right:17px;
	display:block;
}
.menuu a:hover {
	color:#000;
}
.menuu li {
	text-align:right;
	background:url(imagens/item_menu.png) 0;
	width:139px;
	height:22px;
	display:block;
	margin:5px 0;
	padding:5px 0 0 0;
}
#baixo_menu {
	background:url(imagens/fim_menu.jpg) no-repeat;
	float:left;
	width:146px;
	height:35px;
}

#caixa {
	width:480px;
	float:left;
	margin:50px 0 20px 75px;
	border-left: 3px #A9A9A9 dotted;
}
#pensador {
	width:113px;
	height:165px;
	float:right;
	background:url(imagens/pensador.jpg) no-repeat;
	margin-top: 30px;
}

#conteudo {
	width:430px;
	float:right;
	text-align:justify;
}
#conteudo ul {
	margin-left:30px;
}
#conteudo ul li {
	margin-bottom:15px;
}
.some {
	display:none;
}

#foot {
	float:left;
}

a {
	color:#c56500;
	text-decoration:none;
}

dl {
	margin-left: 30px;
}

p {
	margin: 10px 0;
}

.lista {
	list-style-type:none;
}

h2 {
	font-size:15px;
}
#conteudo h2 {
	font-size:14px;
	color:#C56501;
	margin:0 0 10px 0;
}

.seta {
	list-style-image:url(imagens/seta.gif);
}
#conteudo h3 {
	font-size:13px;
	color:#C56501;
	margin:0 0 10px 0;
}

