@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagens/background.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-color: #EBE2F3;
}
.roxo {
	color: #7D22C4;
	font-weight: bold;
}
.vermelho {
	color: #C00;
}



#master {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image:url(imagens/fundo_contato.jpg);
	height: auto;
}

#topo {
	height: 400px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topo2 {
	height: 350px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#banner {
	float: left;
	height: 300px;
	width: 130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 15px;
	margin-left: 15px;
	position:absolute;
	left:7px;
	top:28px;
	z-index:1;
}


#conteudo {
	float: right;
	width: 800px;
	background-image: url(imagens/fundo_contato.jpg);
	height: auto;
	text-align: center;
	font-family: "Baskerville-Normal", Arial, sans-serif;
	font-size: 16px;
	background-repeat: repeat-y;
	background-position: left top;

}

#conteudo1 {
	float: right;
	width: 800px;
	background-image: url(imagens/fundo_contato.jpg);
	background-position: top;
	text-align: center;
}
#menu {
	width:800px;
	float:right;
	height: 60px;
	text-align: center;
}
#botao {
	font-size: 24px;
	color: #000;
	float: left;
	width: 100%;
	height: 70px;
	font-family: "Baskerville Old Face", Arial, sans-serif;
	text-align: center;
	font-weight: bolder;
	margin-top: 5px;
}

#botao1 {
	font-size: 20px;
	color: #000;
	width: 100%;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#coluna3 {
	float: left;
	width: 790px;
	font-style: italic;
	font-family: "Baskerville Old Face", Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-left: 10px;
	height: auto;
}

#coluna4 {
	width: 780px;
	float: right;
	font-family: "Baskerville Old Face", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

h3 {
	font-family: "Baskerville Old Face", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

.email {
	color: #54328B;
	font-size: 14px;
}

#rodape {
	font-family: "Baskerville Old Face", Arial, sans-serif;
	font-size: 12px;
	color: #A379CD;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	clear: both;
	background-color: #B28FD6;
	height: 16px;
	background-image: url(imagens/fim_cont.jpg);
}


a {
	font-size: 14px;
}
a:link {
	font-size: 16px;
	color: #7A44B0;
	font-weight: bold;
}
a:visited {
	font-size: 16px;
}
a:active {
	font-size: 16px;
	color: #090;
}
a:hover {
	font-size: 16px;
	color: #C1A7DC;
}
p {
	font-size: 16px;
	font-style: italic;
	margin-top: 0px;
	font-family: "Baskerville-Normal", Arial, sans-serif;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*
td {
	font-size: 16px;
	font-family: "Baskerville Old Face", Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
table {
	float: left;
	text-align: left;
}
*/

