*{
	margin:0;
	padding:0;
}
body{
	background:#1d1d1d url(../images/bg.jpg) repeat-y top center;
}
#web{
	width:900px;
	margin:0 auto;
}
#topo{
	width:inherit;
	float:left;
}
#topo #logo{
	width:390px;
	float:left;
	margin:10px 5px;
}
#topo #menu{
	width:500px;
	float:left;
	margin-top:10px;
}
#menu ul{
	list-style:none;
}
#menu li{
	float:left;
	width:166px;
	text-align:center;
}
#menu a{
	color:#848939;
	text-decoration:none;
}
#menu span{
	display:block;
	font-size:30px;
	text-transform:uppercase;
}
#menu strong{
	font-size:14px;
	font-weight:normal;
}
#banner{
	width:900px;
	float:left;
	position:relative;
}
#corpo{
	width:900px;
	margin:20px 0;
	color:#FFF;
	float:left;
}
#corpo p{
	width:250px;
	margin:0 25px;
	float:left;
	text-align:justify;
	line-height:25px;
}
#rodape{
	width:900px;
	text-align:center;
	margin:25px 0;
	float:left;
}
/* pagina portfolio */
#galeria{
	width:inherit;
	float:inherit;
}
#galeria img{
	width:200px;
	height:auto;
	float:left;
	margin:10px;
	border:2px solid #848939;
	opacity:0.3;
	filter:alpha(opacity=30);
	border-radius:100px 0 100px 0;
	-o-border-radius:100px 0 100px 0;
	-moz-border-radius:100px 0 100px 0;
	-ms-border-radius:100px 0 100px 0;
	-webkit-border-radius:100px 0 100px 0;
}
#galeria img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
/* pagina de contato */
#contato{
	width:410px;
	float:left;
	line-height:30px;
	border-right:1px solid #000;
}
#contato form input{
	background:transparent url(../images/input.png) no-repeat;
	width:390px;
	height:30px;
	border:none;
	color:#FFF;
	padding:0 5px;
	margin-bottom:10px;
}
#contato form textarea{
	width:380px;
	height:230px;
	background:transparent url(../images/textarea.png) no-repeat;
	border:none;
	color:#FFF;
	padding:10px;
	overflow:auto;
}
#contato form input.btn{
	width:100px;
	height:25px;
	background:none;
	background:gradient-linear(#1d1d1d,#848939);
	background:-moz-linear-gradient(#1d1d1d,#848939);
	margin-top:10px;
	margin-left:130px;
	cursor:pointer;
}
#mapa{
	width:450px;
	float:left;
	padding-left:20px;
	border-left:1px solid #333;
}
#mensagem{
	padding:10px;
	width:880px;
	text-align:center;
	background-color:#848939;
	color:#FFF;
	font-size:18px;
	font-family:"hobo Std";
	float:left;
	margin:10px 0;
}
#banner .photo{
	width:100px;
	height:40px;
	background-color:#1d1d1d;
	position:absolute;
	top:0;
	left:0;
}









