@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

body {
	background:url(bg.png) repeat-x;
}


p, a, input, textarea, label  {
	font:normal 14px  Arial, Helvetica, sans-serif;
	line-height:20px;
}
	
	
p {
	color:#000;
}
	
a {
	color:#000;
}


/*------------------------------------*/

	
#geral {
	width:1200px;
	margin:0px auto;
}
#site {
	width:1200px;
	float:left;
}
#topo {
	width: 1500px;
	float: left;
}
.logo {
	float: left;
	padding-top: 50px;
	width: 100%;
	height: auto;
}
.meio {
	float: left;
	margin-top: 10px;
	padding-top: 50px;
	width: 100%;
	height: 580px;
	background-image: url(bg-tit.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#rodape {
	width: 658px;
	float: right;
	height: 60px;
	border-top: solid 2px #F60;
	margin-top: 65px;
}
#form {
	width: 658px;
	float: right;
	height: 60px;
}
#rodape img {
	margin-top:10px;
	border:none;
}
.contato {
	margin: auto;
	width: 990px;
	float: left;
}
