/* CSS Document */

body {
	margin:0 auto;
	background:url(images/fundo.gif) top repeat-x;
	}

#pagina {
	background:url(images/fundo.jpg) center repeat-y;
	width:750px;
	/*height:550px;*/
	display:table;
	margin:0 auto;
	}

#index {
	background:url(images/livros.jpg) center bottom no-repeat;
	/*height:480px;*/
	}
	
#topo {
	background:url(images/fundo1.gif) top center no-repeat;
	width: 100%;
	height:134px;
	text-align:center;
	}
	
#topo ul {
		list-style:none;
		padding:23px 0 0 0;
		margin:0;}
	
#topo li {
	float:left;
	height:30px;
	}
	
#topo li a.link {
	font:13px Arial, Helvetica, sans-serif;
	border-left: 1px solid #FFFFFF;
	text-decoration:none;	
	color:#ffffff;
	padding:10px;
	line-height:22px;
	}
	
#topo li a.link:hover {
	font:13px Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-decoration:none;
	line-height:22px;
	}
	
#topo .select{
	font:13px Arial, Helvetica, sans-serif;
	border-left:1px solid #FFFFFF;
	color:#FF9900;
	text-decoration:none;
	padding: 10px;
	line-height:22px;
	}
	
#conteudo {
	background:url(images/rodape.jpg) center bottom no-repeat;
	/*height:480px;*/
	}
	
#texto {
	margin:20px 0 0 50px;
	width:650px;
	}

#texto h1, #index h1 {
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#FF3300;
	text-align:center;
	}
	
#texto p, #index p {
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	}
	
#texto img {
	margin:0 0 20px 20px;
	border:1px solid #000;}

.botao {
	background:url(images/botao.jpg) center no-repeat;
	width:120px;
	height:36px;
	padding:20px 0 0 65px;
	float:left;
	margin:0 10px 0 0;
}

.botaoconfirma {
	background:url(images/botao01.gif) center no-repeat;
	width:180px;
	height:36px;
	padding:20px 0 0 20px;
	float:left;
	margin:0 0 20px 0;
}

.botao a, .botaoconfirma a {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-decoration:none;
}

.botao a:hover, .botaoconfirma a:hover {
	color:#FF6600;}


.linha {
	height:1px;
	width:95%;
	margin:auto;
	border-bottom: 1px solid #cccccc;
	clear:both;
	}