html, body {
	margin:0;
	padding:0;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	height:100%;
}

a {
	color:#930;
}

hr {
	margin:15px 0;
	border:0;
	background-color:#ccc;
	height:1px;
}

ul, li {
	margin:0;
	padding:0;
	list-style-position:none;
}

.firstchild {
	margin-top:0;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
* html .clearfix {
	height:1%;
}

div#geral {
	position:relative;
	width:800px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
* html div#geral { /* hack para uso do min-height no IE */
	height:100%; 
}

/* BACKGROUNDS */
.bg_fino {
	background:#fff url(../img/fio_bg_hid.gif) repeat-y;
}
.bg_largo {
	background:#fff url(../img/fio_bg.gif) repeat-y;
}

/* LOGO */
h1 {
	background:url(../img/logo.gif) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:17px;
	width:156px;
	height:166px;
	margin:0;
	font-size:0;
	text-indent:-1000px;
}
h1 a {
	display:block;
	width:156px;
	height:166px;
}

/* HEADERS */
h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin-top:5px;
	font-size:1.6em;
	line-height:1.2em;
}
h3 {
	margin:10px 0 15px;
	color:#930;
	font-size:1.4em;
}
h4 {
	color:#930;
	font-size:1em;
}

/* TOPO */
div#topo {
	width:800px;
	height:94px;
	background:url(../img/topo3.jpg) 0 0 no-repeat;
}

div#topo div#data {
	font-size:0.9em;
	padding-top:5px;
	margin-left:190px;
	color:#AF5600;
}

/* MENU */
div#menu {
	float:left;
	width:150px;
	margin-left:20px!important;
	margin-left:10px;
	margin-top:80px;
	padding-top:7px;
	background:url(../img/menu_aba_top.gif) 0 0 no-repeat;
}
div#menu ul {
	background:#C2313E url(../img/bg_menu.gif) 0 100% no-repeat;
	list-style-type:none;
	color:#fff;
	padding:4px 0 7px;
}
div#menu ul li {
	padding:5px 0 8px 20px;
	font-size:1.1em;
	font-family:Georgia, Times, serif;
	line-height:1.4em;
}
div#menu ul li a {
	color:#fff;
	text-decoration:none;
}
div#menu ul li a:hover {
	color:#ffc;
	text-decoration:underline;
}

/* MIOLO */
div#miolo {
	float:left;
	width:610px;
	margin-left:20px;
	margin-top:15px;
}
div#miolo ul {
	list-style-position:inside;
	margin-left:20px;
}
div#miolo p, 
div#miolo h2,
div#miolo h3 {
	margin-left:4px;
}
div#miolo a {
	color:#930;
}
div#miolo a:hover {
	text-decoration:none;
}

/* CAIXAS VERDES HOME */
div#caixas div.box {
	float:left;
	margin:0;
	padding:0 15px 0;
	width:163px;
	height:210px;
	background-color:#EFEFEF;
	border:1px solid #EFEFEF;
	font-size:0.9em;
	line-height:1.5em;
	margin-bottom:10px;
	margin-right:10px;
}
div.box img {
	margin-right:10px;
}
div.box p {
	margin:6px 0 0;
}
div#miolo div#caixas div.box a {
	text-decoration:none;
	color:black;
}
div#miolo div#caixas div.box a:hover {
	text-decoration:underline;
}
div#caixas div.hover {
	border:1px solid #CFCFCF;
}

/* CAIXA NOTÍCIAS */
div#boxnews {
	font-size:0.9em;
	line-height:1.6em;
	padding-left:30px;
}
div#boxnews h4 {
	margin-bottom:0;
}
div#boxnews div.col {
	float:left;
	width:32%;
}
div#boxnews div.domeio {
	margin:0 12px;
}

/* CADASTRO E BLOG */
div#cad_blog {
	margin-top:5px;
	padding-left:4px;
}
div#cad_blog h4 {
	margin-bottom:0;
}

/* LIVRARIA PSI */
html h3#barra_psi {
	margin:0;
	padding:0;
	margin-top:10px;
	font-size:0;
	line-height:0;
	width:603px;
	height:46px;
	background:url(../img/barra_biblioteca.jpg) 0 0 no-repeat;
	border:1px solid #C9D182;
	border-bottom:0;
}
div#psi_livros {
	width:573px;
	border:1px solid #C9D182;
	padding:15px;
}
div#psi_livros h4 {
	margin:0 0 10px;
}
div#psi_livros h4.firstchild {
	margin-top:0;
}
div#psi_livros h4 {
	margin-bottom:0;
}
div#psi_livros div.col {
	float:left;
	width:16%;
	line-height:1.2em;
	text-align:center;
}
div#psi_livros div.col span.nomelivro {
	font-weight:bold;
	font-size:.9em;
	color:#959F3B;
	/*font-family:Georgia, Times, serif;*/
}
div#psi_livros div.psi {
	text-align:left;
	margin-bottom:15px;
}
div#psi_livros div.col img {
	border:1px solid #CFCFCF;
	margin-top:8px;
}

/* RODAPÉ */
p#rodape {
	position:relative;
	text-align:left;
	width:760px;
	height:30px;
	padding:20px 20px 0;
	margin:-50px auto 0;
	background:url(../img/bg_rodape.gif) 0 0 no-repeat;
	line-height:1em;
}
p#rodape span.tel {
	float:right;
	text-align:right;
	width:250px;
	color:#fff;
	font:bold 1.8em/1em Arial, Helvetica, sans-serif; /* Arial */
	font:bold 2em/1em "Times New Roman", Times, serif; /* Times */
	margin:-5px 0 0;
	padding:0;
}

/* vermelho nunap */
span.nunap {
	color: #C2313E;
	font-weight: bold;
}