body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111;
}
a:link {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #06F;
}
#master {
	width: 100%;
}
#clear {
	clear: both;	
}
#cabecalho {
	width: 100%;
	text-align: center;
	background-color: #242424;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 1.5em;
	color: #FFF;
	margin: auto;
	padding-bottom: 20px;
}
#slogan {
	background-color: #242424;
	text-align: center;
	margin-bottom: 10px;
}

#topo {
	width: 800px;
	font-size: 18px;
	color: #FFF;
	margin: auto;
}
#menu {
	text-align: center;
	font-size: 20px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.thumbs  {
	width: 100%;
	text-align: center;
	background-color: #111;
}
.thumbs img {
	opacity:0.4;
	-moz-opacity:0.4;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.thumbs img:hover {
	opacity:1;
	-moz-opacity:1;
}
#corpo {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
#subtitulo {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: left !important;
}

#rodape {
	background-color: #272727;
	text-align: center;
	height: 200px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #242424;
	padding-bottom: 5px;
}
#conteudo_rodape {
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
}
#direitos {
	font-size: 10px;
	color: #999;
	text-align: center;
	width: 300px;
	margin: auto;
	padding-bottom: 20px;
}


/* --------------------- CONTATO.PHP -------------------- */


#contato  {
	width: 100%;
	text-align: center;
	background-color: #DDDCDB;
	padding-bottom: 10px;
	padding-top: 10px;
}
select {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
input {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	background-color: #F2F2F2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
textarea {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.label_form_contato {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
.enviar_contato {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #09F;
	border: 1px solid #000;
}
.limpar_contato {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #FC0;
	border: 1px solid #000;
}
