*{
	margin:0;
	padding:0;
}
body{
	background:url(../images/bg.jpg) repeat;
}
#web{
	background:url(../images/body.jpg) no-repeat;
	width:950px;
	margin:0 auto;
	display:table;
}
#lateral{
	float:left;
	width:200px;
}
#lateral p{
	width:inherit;
	text-align:center;
	margin:7px 0;
}
#lateral p img{
	border:none;
}
#menu{
	float:right;
}
#menu ul{
	list-style:none;
}
#menu li{
	width:85px;
	height:33px;
	margin-bottom:5px;
}
#menu a{
	color:#FFF;
	text-decoration:none;
	width:85px;
	height:28px;
	display:inline-block;
	text-align:center;
	padding-top:5px;
}
#menu a.ativo{
	background:url(../images/hover.png) no-repeat;
}
#menu a:hover{
	background:url(../images/hover.png) no-repeat;
}
#corpo{
	width:750px;
	float:left;
}
#corpo h1{
	margin:7px 0 10px 15px;
}
#banner{
	width:inherit;
	float:left;
}
#banner #grande{
	width:inherit;
	text-align:center;
	margin:10px 0;
	background:url(../images/sombra.png) no-repeat center bottom;
	padding-bottom:15px;
}
#banner #grande img{
	width:670px;
	height:350px;
}
#banner #mini{
	width:inherit;
	text-align:center;
}
#banner #mini img{
	width:100px;
	height:70px;
	border:3px solid #444;
	cursor:pointer;
}
#banner #mini img:hover{
	border:3px solid #fff;
}
#barra{
	width:inherit;
	float:left;
	text-align:center;
	margin:30px 0;
}
#corpo p{
	color:#FFF;
	width:252px;
	margin:0 32px;
	float:left;
	line-height:35px;
	font-style:italic;
	padding:15px;
	font-size:14px;
}
#corpo p.primeiro{
	background:url(../images/texto.jpg) no-repeat;
}
#corpo p.segundo{
	background:url(../images/aspa.png) no-repeat;
	padding:25px 25px 35px 5px;
}
#rodape{
	float:right;
	color:#FFF;
	font-style:italic;
	font-size:12px;
	margin:30px 230px 0 0;
}
#corpo iframe{
	margin:10px 0 0px 20px;
	float:left;
}
#contato{
	float:left;
	margin:10px 0 60px 20px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
#contato input{
	background:transparent url(../images/input.png) no-repeat;
	width:390px;
	height:30px;
	border:none;
	color:#fff;
	padding:0 5px;
	margin-bottom:10px;
}
#contato textarea{
	width:380px;
	height:180px;
	border:none;
	color:#fff;
	background:transparent url(../images/textarea.png) no-repeat;
	margin-bottom:10px;
	resize:none;
	overflow:auto;
	padding:10px;
}
#contato input.btn{
	background:none;
	width:93px;
	height:27px;
	margin-left:150px;
}











