@charset "iso-8859-2";

body {
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	background-color: #F5F8ED;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #666666;
}

p {
		margin: 0px 20px;
		text-align: justify;
		line-height: 30px;
}


h1 {
	font-size: 24px;
	margin: 10px 10px;
	color:#895a99; /*color: #B4D773;*/
}

h2 {
		font-size: 18px;
		margin: 10px 20px;
		color: #895a99;
}

#tudo {
		width: 760px;
		position: absolute;
		margin-left: -380px;
		left: 50%;
		top: 0px;
}

#topo {
		width: 760px;
		float: left;
}

#navegacao {
		float: left;
		margin-top: 0px;
		width: 760px;
		height: 42px;
		line-height: 42px;
		background-image: url(../imagens/fundo_menu.jpg);
		background-repeat: repeat-x;
}

		#navegacao a:link, #navegacao a:visited, #navegacao a:active {
				text-decoration: none;
				display: block;
				text-align: center;
				float: left;
				color: #FFFFFF;
				font-weight:800;
				margin-left: 40px;
		}
		
		#navegacao a:hover {
				color: #895a99;
		}

#conteudo {
		background-color:white;
		width: 760px;
		float: left;
}

		#esquerda {
				float: left;
				width: 500px;
				margin-top: 10px;
		}
		
		#direita {
				float: left;
				width: 255px;
				margin-left: 5px;
				margin-top: 10px;
				text-align: right;
		}
		
		#esquerda p, #direita p, #esquerda h2, #direita h2 {
				margin: 0px 5px 0px 0px;
				text-align: right
		}

#rodape {
		background-color:white;
		background-image: url(../imagens/fundo_rodape.jpg);
		background-repeat: repeat-x;
		width: 760px;
		height: 120px;
		float: left;
		font-size: 14px;
		font-weight: bold;
		color: #895a99;
}

		#rodape p {
				margin: 24px 0px 0px 7px;
				line-height: 17px !important;
		}

.CampoContato {
		background-color: #F5F8ED;
		border: 1px solid #B4D773;
		width: 500px;
}

.Cleintes p{
		margin-left: 10px;
}

