@charset "iso-8859-1";
/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:none;
	position:relative;
}
body {
	background:#FFFA90 url(images/bodyBg.png) left top repeat-x;
	font-family:"Futura Md BT", Verdana, Geneva, sans-serif;
}

#mel {
	background:url(images/headerBg.png) left center repeat-x;
	height:105px;
}

#content {
	width:776px;
	margin:0 auto;
	background:url(images/contentBg.png) center top no-repeat;
}
h1.logo {
	width:450px;
	height:267px;
	display:block;
	background:url(images/logo.png);
	text-indent:-5000px;
	position:absolute;
	top:10px;
	left:20px;
	z-index:10;
}
.textos {
	width:330px;
	height:50px;
	position:absolute;
	top:120px;
	right:20px;
	z-index:11;
}
.textos h2 {
	color:#000;
	font-size:18px;
	width:330px;
	text-align:center;
	font-weight:normal;
}
.textos h3 { 
	color:#000;
	font-size:22px;
	width:330px;
	text-align:center;
	font-weight:normal;
}

.banner1 {
	width:320px;
	height:241px;
	position:absolute;
	top:220px;
	right:20px;
}
.banner2 {
	width:324px;
	height:78px;
	position:absolute;
	top:384px;
	left:20px;
	font-size:12px;
}
.banner2 p {
	margin:20px 35px;
	width:148px;
}
.banner3 {
	width:398px;
	height:278px;
	position:absolute;
	top:480px;
	right:20px;
}

.dados {
	width:450px;
	padding-top:760px;
	margin:0 auto;
	text-align:center;
}
.dados address {
	font-style:normal;
}

#footer {
	background:url(images/footerBg.png) left bottom repeat-x;
	height:122px;
	width:100%;
	text-align:center;
}

.clear {
	clear:both;
}
h1 {
	font-size:16px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}