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;
}
#menu {
	text-align: center;
}

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

#portfolio {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	padding:0 5px;
	
}

#inicial {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}
#interna {
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}
#espacamento {
padding: 5px;	
}
#rodape {
	background-color:#3B1E58;
	width:100%;
	height:45px;
}
#links {
	text-align: right;
	float: right;
	clear: right;
	padding:15px;
}
#creditos {
	padding:15px;	
}
.preto {
color:#000;	
}
.branco {
color:#FFF;
text-decoration:none;
}
.branco:hover {
color:#FFF;
text-decoration:underline;
}
.titulo {
font-size:16px;
font-weight:bold;
}
.linkpreto {
color:#000;
text-decoration:underline;
}
.linkpreto:hover {
color:#000;
text-decoration:none;
font-weight:bold;
}