body {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

#corpo {
	height: 705px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #293680;
	background-image: url(../images/background_site.png);
}

#corpo_fale {
	height: 630px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #293680;
	background-image: url(../images/background_site.png);
}
a {
	color: #29367D;
	text-decoration: underline;
	font-weight: bold;
}


#topo {
	height: 130px;
	width: 790px;
}

#menu {
	background-image: url(../images/backmenu.png);
	height: 40px;
	width: 790px;
	background-repeat: repeat-y;
	background-position: center center;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: right;
}

#fale {
	width: 790px;
	height: 415px;
}

#fale p {
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 0px;
}

#fale_esq {
	float: left;
	height: 400px;
	width: 355px;
	padding-right: 30px;
	padding-left: 10px;
}
#fale_dir {
	float: right;
	height: 400px;
	width: 365px;
	padding-right: 10px;
	padding-left: 20px;
}

#conteudo {
	width: 790px;
	height: 485px;
}

#conteudo p {
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 0px;
}

#conteudo_esq {
	float: left;
	height: 480px;
	width: 355px;
	padding-right: 30px;
	padding-left: 10px;
}
#conteudo_dir {
	float: right;
	height: 480px;
	width: 365px;
	padding-right: 10px;
	padding-left: 20px;
}

#serv_esq {
	float: left;
	height: 480px;
	width: 315px;
	padding-right: 30px;
	padding-left: 10px;
}
#serv_dir {
	float: right;
	height: 480px;
	width: 405px;
	padding-right: 10px;
	padding-left: 20px;
}
#serv_dir li {
	list-style-type: disc;
	margin-top: 6px;
	margin-bottom: 5px;
	list-style-position: outside;
}
#serv_dir ul {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -10px;
}


#rodape {
	background-image: url(../images/linha.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 790px;
	padding-top: 20px;
	text-align: center;
}

/*
Formulário
*/

.text {
	width:360px;
	border:1px solid #859BC5;
	height:16px;
	background:#f5f5f5;
	float:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.text:hover {
	width:360px;
	border:1px solid #5877AF;
	height:16px;
	background:#f5f5f5;
	float:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.select {
	width:291px;
	border:1px solid #dcdcdc;
	height:28px;
	background:#f5f5f5;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #2C2C2C;
	font-size: 11px;
	font-style: italic;
}

.escreva {
	width:360px;
	border:1px solid #859BC5;
	padding:2px;
	background:#f5f5f5;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.escreva:hover {
	width:360px;
	border:1px solid #5877AF;
	padding:2px;
	background:#f5f5f5;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-shadow: 0px 2px 5px #AADBF4;
}

.botao {
	border:1px solid #dcdcdc;
	height:28px;
	background:#f5f5f5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	color: #2C2C2C;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.botao:hover {
	border:1px solid #bbb;
	height:28px;
	background:#f5f5f5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	color: #2C2C2C;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}
#mensagem_temp {
	height: 390px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
