body {
	margin:0;
	padding:0;
	text-align:center;
	background:#ccc url(../imagens/bg-body.jpg) top repeat-x;
	color:#333;
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	}
#tudo {
	width:950px;
	position:relative;
	margin:0 auto;
	text-align:left;
	padding-bottom:1px;
	}
#topo {
	height:12em;
	padding-top:2px;
	}	
#topo h1 { 
	font-size:3.8em;
	color:#f29400;
	letter-spacing:10px;
	margin:0 0 0 0.2em;
	}	
#topo h1 small { 
	letter-spacing:2px;
	}	
#topo h2 {
	font-size:2.2em;
	color:#fff;
	margin:0 0 0 0.2em;
	}	
#topo h3 {
	font-size:1.8em;
	margin:0 0 0 0.4em;
	color:#c30;
	}	
#principal {
	background: #fff url(../imagens/bg-principal.jpg) 0 0 repeat-x;
	padding:1px 0;
	margin-top:25px;
	border-bottom:2px solid #f29400;
	border-right:1px dotted #f29400;
	border-left:1px dotted #f29400;
	color:#333;
	}	
a, a:link {
	text-decoration:none;
	}

h2, h3, h4 {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	color:#1c2294;
	}
#inner-principal {
	margin:0.5em 29% 0.5em 8.5%; 
	padding-bottom:1px;
	}
#inner-principal h2 {
	font-size:2.0em; 
	}
#inner-principal h3 {
	font-size:1.8em; 
	}
#inner-principal h4 {
	font-size:1.4em; 
	}
#inner-principal p {
	font-size:1.2em; 
	}
#inner-principal ul {
	list-style:none;
	margin:0;
	padding:0; 
	}
#inner-principal a, #inner-principal a:visited  {
	color:#f60;
	}

#inner-principal a:hover {
	color: #1c2294;
	text-decoration:underline;
	}
#livro-layout {
	width:312px;
	height:315px;
	position:absolute;
	top:2em;
	right:2em;
	background: url(../imagens/livro-layout.png) no-repeat; z-index:5;
	}
#rodape {
	width:100%;
	background:#527b37;
	border-top:10px solid #c30;
	height:3em;
	padding:0.5em 0;
	}
#rodape a:link, #rodape a:visited {
	color:#fff;
	text-decoration:none;
	}
#rodape p {
	margin:0 0 0 80px;
	}
#rodape a img {border-width:0; margin-right:0.8em;}
body#pdfa .hidden {display:none;}
/* =NAVEGACAO  a navegacao horizontal */
#menu {
	width:100%;
	text-transform:lowercase;
	background:#000;
	position:absolute;
	top:12.3em;
	left:0;
	list-style-type:none; 
	z-index:1;
	}
#menu, #menu * {
	margin:0;
	padding:0;
	}
ul#menu li { 
	float: left;
	line-height:3.2em;
	}
ul#menu li a, ul#menu li a:link { 
	display: block; 
	height:2.2em;
	text-align:center; 
	font-size:1.3em; 
	font-weight:bold;
	color:#fff !important;
	background:#000;
	border-right:1px solid #fff;
	}
ul#menu li a:hover { 
	color:#000;
	background:#f7bc60;
	}
#menu li a#ho { 
	margin-left:80px;
	border-left:1px solid #fff;
	width:5.77em;
	}
#menu li a#sum { 
	width:7.23em;
	}
#menu li a#dow { 
	width:8.15em;
	}
#menu li a#err { 
	width:5.54em;
	}
#menu li a#com { 
	width:8.92em;
	}
#menu li a#pdf { 
	width:3.6em;
	}
/* Link corrente */
body#home  #menu  li a#ho, body#sumario  #menu  li a#sum, 
body#download  #menu  li a#dow, body#errata  #menu  li a#err,
body#comentarios  #menu  li a#com, body#pdfa  #menu  li a#pdf {
	background:#f7bc60;
	cursor:default;
	color:#666 !important;
	}
/* Fim da navegacao */
.dest {color:#c30;}