@charset "utf-8";

* {
margin : 0;
padding : 0;
}


body {
	background-image: url(wood-background.jpg);
	background-repeat: repeat;
}
#topo {
	height: 200px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-color: #999999;
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#conteudo {
	background-color: #CCCCCC;
	height: 256px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contato {
	background-color: #1F1A17;
	height: 100px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rodape {
	background-color: #999999;
	height: 60px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#logo {
	height: 200px;
	width: 449px;
	float: left;
}
#imagem2 {
	height: 200px;
	width: 451px;
	float: right;
	background-image: url(direito2.jpg);
}


#menu li {
	display: inline;
	padding-right: 20px;
	padding-left: 60px;
	
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	
	
}
#menu a {
	height:50px;
	width: 900px;
	
	text-align: center;
}
#menu li a:hover {
	color: #666666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#equipe {
	background-color: #cccccc;
	height: 400px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#textoequipe {
	height: 300px;
	width: 500px;
	padding-top: 50px;
	padding-left: 50px;
}
#textoequipe h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#atuacao {
	background-color: #cccccc;
	height: 1000px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#textoatuacao {
	width: 800px;
	padding-top: 50px;
	padding-left: 50px;
}
#textoatuacao p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 14px;
	text-align: justify;
}
#textoatuacao h3 {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
#contato2 {
	height: 500px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCCCCC;
}
#contato2 td {
	padding-left: 40px;
	color: #666666;
}
#contato2 h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: #FFFFFF;
}
