@charset "utf-8";
/* CSS Document */

a:hover {
	color: #FF0000;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #58595b;
}
body{
	text-align: center;
	vertical-align: middle;
}



#pagina {
	width: 790px;
	background-image: url(../img/fundo.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}
#topo {
	height: 100px;
	text-align: center;
	padding-top: 70px;
	background-image: url(../img/fundo_topo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#corpo {
	height: 420px;
}
#convite {
	width: 640px;
	margin: auto;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center center;
}



#convite #conteudo {
	height: 275px;
	width: 330px;
	padding-top: 75px;
	padding-left: 55px;
	float: left;
}
#convite #conteudo2 {
	float: right;
	width: 155px;
	padding-top: 75px;
	padding-right: 46px;
	height: 275px;
	padding-left: 45px;
	background-image: url(../img/convite_divisao.jpg);
	background-repeat: no-repeat;
	background-position: 10px 65px;
	font-size: 10px;
	text-align: left;
}

#convite.vermelho {
	background-image: url(../img/convite_vermelho.jpg);
}

#convite.verde {
	background-image: url(../img/convite_verde.jpg);
}

#convite.azul {
	background-image: url(../img/convite_azul.jpg);
}



#rodape {
	height: 50px;
	background-image: url(../img/fundo_baixo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#conteudo #titulo {
	padding-left: 25px;
	text-align: left;
}
#conteudo2 #imagem {
	text-align:right;
	padding-top: 5px;
	margin-bottom: -35px;
}
#formContato {
	text-align: left;
}
#formContato label {
	font-size: 11px;
	font-weight: bold;
}

#formContato p {
	font-size:11px;
	text-align: center;
}
input, textarea {
	font-size: 10px;
}
#topo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
