body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #663399;
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #FFF;
}
#base {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	width: 100%;
}
#topo {
	background-image: url(imagens/flor.png);
	height: 230px;
}


#conteudo {
	width:960px;
	margin: 0 auto;
}

#contato {
	float: right;
	width: 350px;
	clear: right;
	margin-top: 10px;
	padding: 0 5px;
	margin-right: 10px;
}

.preto{
	color:#000;
}

#inicial {
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}
#rodape {
	background-color:#3B1E58;
	width:99.2%;
	height:57px;
	text-align:center;
	padding:5px;
}


.linkrodape {
	color: #FFF;
	text-decoration: none;
}
.linkrodape:hover {
	color: #FFF;
	font-weight:bold;
}

h1{
	font-size:22px;
}

h2{
	font-size:20px;
	text-align:right;
}

h3{
	font-size:20px;
}

.pequeno{
	font-size:10px;
}
