@charset "utf-8";
/* Millennnium Site */

body,html {
	margin:0px;
	padding:0px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	background-image:url('../images/gradient.png');
	background-repeat:repeat-x;
 	background-color:#333333;
}

A:link {color:#FFFFFF; text-decoration: none }
A:visited {color:#FFFFFF; text-decoration: none}
A:active {color:#FFFFFF; text-decoration: none}
A:hover {color:#FFFFFF; text-decoration: underline; color: white;}

#pin {
	background-image:url('../images/pin.jpg');
	width:105px;
	height:105px;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

#container {
width:660px;
padding-top:20px;
margin:auto;
height:100%;
}

#conteudos {
display:block;
width:660px;
margin:auto;
margin-top:20px;
height:100%;
text-align:justify;
}

#nav{
position:relative;
background-image:url(images/topobase.jpg);
background-repeat:no-repeat;
width:660px;
height:81px;
margin:auto;
}

#nav ul{
	position:absolute;
	bottom:5px;
	right:0px;
	width:500px;
	height:26px;
}

#nav li{
display: inline;
float:left;
}

#nav li a{
display:block;
height:26px;
width:auto;
}


#titulo_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color:#ffcb00;
	padding-left:3px;
}

#col_books {
width:650px;
display: inline;
float:left;
margin-bottom:20px;
}

#col_books li {
float:left;
	display: inline;
	width:215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	text-align:center;
	color:#ffcb00;
}

	
#b1 a {
	color:#ffcb00;
	text-decoration:none;
	}
	
#b1 a:hover{
	color:#ffcb00;
	text-decoration:underline;
	}

#b2 a {
	color:#ffcb00;
	text-decoration:none;
	}
	
#b2 a:hover{
	color:#ffcb00;
	text-decoration:underline;
	}
	
#b3 a {
	color:#ffcb00;
	text-decoration:none;
	}

#b3 a:hover{
	color:#ffcb00;
	text-decoration:underline;
	}


#col1 {
	width:34%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color:#cccccc;
}

#col2 {
	width:33%;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color:#cccccc;
}

#col3 {
	width:33%;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color:#cccccc;
}

#titulonot {
	clear:both;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color:#ffcb00;
}

#titulo {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color:#ffcb00;
}

#texto_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	text-align:left;
	color:#cccccc;
	padding-left:3px;
}

#texto {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	width:100%;
	text-align:left;
	color:#cccccc;
}

#imprensa {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	width:100%;
	text-align:left;
	color:#ffcb00;
}

#biografia {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	text-align:left;
	color:#ffcb00;
}

#escolha {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	text-align:center;
	color:#ffcb00;
}

#imagens {
display:block;
}



/* -- Links -- */

#nav ul li a.index{
	background-image:url(images/bot_01.gif);
	background-repeat:no-repeat;
	width:50px;
}

#nav ul li a.noticias{
	background: url(images/bot_02.gif);
	width:65px;
}

#nav ul li a.livros{
	background: url(images/bot_03.gif);
	width:57px;
}

#nav ul li a.biografia{
	background: url(images/bot_04.gif);
	width:77px;
}

#nav ul li a.entrevista{
	background: url(images/bot_05.gif);
	width:84px;
}

#nav ul li a.imprensa{
	background: url(images/bot_06.gif);
	width:82px;
}

#nav ul li a.blog{
	background: url(images/bot_07.gif);
	width:80px;
}

/* -- Hovers -- */

#nav ul li a.index:hover{
	background: url(images/bot_01a.gif);
}

#nav ul li a.noticias:hover{
	background: url(images/bot_02a.gif);
}
#nav ul li a.livros:hover{
	background: url(images/bot_03a.gif);
}			
#nav ul li a.biografia:hover{
	background: url(images/bot_04a.gif);
}

#nav ul li a.entrevista:hover{
	background: url(images/bot_05a.gif);
}
#nav ul li a.imprensa:hover{
	background: url(images/bot_06a.gif);
}			
#nav ul li a.blog:hover{
	background: url(images/bot_07a.gif);
}	

/* -- Active -- */

#nav ul li a.index_on{
	background-image:url(images/bot_01a.gif);
	background-repeat:no-repeat;
	width:50px;
}

#nav ul li a.noticias_on{
	background: url(images/bot_02a.gif);
	width:65px;
}
#nav ul li a.livros_on{
	background: url(images/bot_03a.gif);
	width:57px;
}			
#nav ul li a.biografia_on{
	background: url(images/bot_04a.gif);
	width:77px;
}

#nav ul li a.entrevista_on{
	background: url(images/bot_05a.gif);
	width:84px;
}
#nav ul li a.imprensa_on{
	background: url(images/bot_06a.gif);
	width:82px;
}			
#nav ul li a.blog_on{
	background: url(images/bot_07a.gif);
	width:80px;
}

