*{
	margin:0;
	padding:0;
}
img, a{
	border:none;
	text-decoration:none;
}
body{
	background:#1d1d1d url(../images/bg.jpg) repeat-y top center;
}
#site{
	width:900px;
	margin:0 auto;
}
#topo{
	width:inherit;
	float:left;
}
#topo a{
	margin:10px;
	float:left;
}
#topo ul{
	list-style:none;
	font-family:"hobo Std";
}
#topo li{
	width:165px;
	float:left;
}
#topo li a{
	width:inherit;
	display:block;
	text-align:center;
	color:#848939;
}
#topo span{
	display:block;
	font-size:16px;
}
#topo span.home{
	font-size:28px;
	text-transform:uppercase;
}
#banner{
	width:inherit;
	float:left;
}
#corpo{
	width:inherit;
	float:left;
	color:#FFF;
	margin-top:20px;
}
#corpo p{
	width:250px;
	margin:0 25px;
	float:left;
	text-align:justify;
}
#rodape{
	float:left;
	width:inherit;
	text-align:center;
	margin:40px 0;
	color:#FFF;
}
#galeria{
	width:inherit;
	float:left;
	animation-name:efeito;
	animation-duration:2s;
	animation-iteration-count:1;
	
	-moz-animation-name:efeito;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:1;
}
#galeria img{
	width:200px;
	height:180px;
	margin:10px;
	float:left;
	opacity:0.2;
	filter:alpha(opacity=20);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
}
#galeria img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
@keyframes efeito{
	0%{
		margin-top:-1600px;
	}
	100%{
		margin-top:0px;
	}
}
@-moz-keyframes efeito{
	0%{
		margin-top:-1600px;
	}
	100%{
		margin-top:0px;
	}
}
#contato{
	width:400px;
	float:left;
	margin-right:25px;
}
#contato input{
	background:transparent url(../images/input.png) no-repeat;
	border:none;
	width:390px;
	height:30px;
	color:#fff;
	padding:0 5px;
	outline:none;
}
#contato textarea{
	background:transparent url(../images/textarea.png) no-repeat;
	border:none;
	width:380px;
	height:180px;
	color:#fff;
	padding:10px;
	outline:none;
	resize:none;
}
#contato input[type=submit]{
	width:100px;
	height:30px;
	background:none;
	background-image:linear-gradient(#848939,#bdc45b);
	background-image:-moz-linear-gradient(#848939,#bdc45b);
	margin-left:150px;
	margin-top:20px;
	cursor:pointer;
	border-radius:7px;
}
#mapa{
	width:425px;
	float:left;
	margin-left:25px;
}
#mensagem{
	width:900px;
	text-align:center;
	color:#FFF;
	float:left;
	background-color:#848939;
	padding:10px 0px;
	margin-bottom:20px;
}








