* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(fd.png);
}
#ilustracao_esquerda {
	float: left;
	width: 15%;
	height: 100%;
}
#ilustracao_direita {
	float: right;
	width: 11,2%;
}
#container {
	width: 70%;
	height: 80%;
	float: left;
}
#conteudo {
	width: 100%;
	height: 570px;
}
p {
	font-family:tahoma;
	color:#6c3a77;
	font-size: 14px;
}
#rodape {
	width: 100%;
	height: 10%;
	clear: both;
	margin-top: 50px;
}
.copy {
	font-family:tahoma;
	font-size: 9px;
	color:#6c3a77;
	text-align: center;
}
h1 {
	font-family: Tahoma;
	color: #6c3a77;
	font-size: 18px;
}
#menu {
	position: relative;
	left: 180px;
	top: 5px;
}
.logo {
	border: none;
	position: absolute;
	top: 15px;
}
hr {
	width: 100%;
	text-align: center;
	color: #6c3a77;
	height: 1px;
}
