/* CSS Document */

* {
	margin:0;
	padding:0;
}

.tudo {
	width: 980px;
	margin:auto;			
	padding: 0px;
	display: table;
	text-align:left; 	
}
	
body {
	background: url('imagens/fundo.jpg');
}
	
.conteudo {
	padding: 0px;
}

.header
{
	background: url('imagens/banner.jpg') no-repeat;
	height: 336px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
}

.menu {
	height: 40px;
	width: 100%;
	background: #fff;
}

.menu ul {
	font-family: Verdana;
	font-size: 1.1em;
	color: #00a79f;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.menu li {
	display: inline;
	padding-left: 10px;
	padding-rigth: 10px;
	text-transform: uppercase;
}
.menu li a{
	text-decoration: none;
	color: #00a79f; 
}
.menu li a:hover {
	text-decoration: underline;
	color: #00a79f; 
}

.texto {
	width: 980px;
	background: url('imagens/fundo_texto.jpg') repeat-y;
	margin-top: 20px;
	padding-top: 40px;
	font-family: Verdana;
	font-size: 0.7em;
	color: #000;
	position: relative;
	display: table;	
}
.texto p {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}
.texto h1 {
	font-family: Verdana;
	font-size: 1.9em;
	padding-left: 150px;
	color: #00a79d;
	text-transform: uppercase;
}
.texto a{
	text-decoration: none;
	color: #00a79d; 
}
.texto a:hover {
	text-decoration: underline;
	color: #00a79d; 
}

.wrap {
	width: 980px;
	background: url('imagens/fundo_texto.jpg') repeat-y;
	margin-top: 20px;
	padding-top: 40px;
	font-family: Verdana;
	font-size: 0.7em;
	color: #000;
	position: relative;
	display: table;	
}
.coluna_esquerda {
	width: 200px;
	display: table;
	padding-left: 130px;
	position: relative;
	float: left;
	clear: both;
}
.coluna_direita {
	width: 390px;
	display: table;
	padding-right: 130px;
	position: relative;
	float: right;
	left: 8px;
	top: 2px;


}
.coluna_direita p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.coluna_direita a{
	text-decoration: none;
	color: #00a79d; 
}
.coluna_direita a:hover {
	text-decoration: underline;
	color: #00a79d; 
}
.coluna_direita h1 {
	font-family: Verdana;
	font-size: 1.3em;
	color: #00a79d;
	text-transform: uppercase;
}
.coluna_direita span {
	font-family: Verdana;
	font-size: 0.8em;
	color: #00a79d;
	text-transform: uppercase;
	padding-left: 300px;
	padding-bottom: 80px;
}

.wrap img {
	border-width: 7px;
	border-style: solid;
	border-color: #00a79d;
	margin-top: 10px;
	margin-botton: 10px;
}
.footer {
	background: url('imagens/footer.jpg') no-repeat;
	width: 980px;
	height: 20px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	display: table;
}
.credits {
	font-family: Verdana;
	font-size: 0.6em;
	color: #000;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.credits a{
	text-decoration: none;
	color: #fff; 
}
.credits a:hover {
	text-decoration: underline;
	color: #fff; 
}
