﻿*{margin: 0; padding:0; outline: 0; }

html, body {
	background:url(../imagens/bg.gif) no-repeat top #F4F6F7;
	background-position: 50% 0%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5A686B;
}

img {
	border-width: 0px;
}

a { outline:0; }

a.link1:link {
color:#FF0000;
text-decoration:none;
}
a.link1:visited {
color:#FF0000;
text-decoration:none;
}
a.link1:hover {
color:#FFFFFF;
text-decoration:none;
background-color:#FF0000;
}
a.link1:active {
color:#FFFFFF;
text-decoration:none;
}


a.link2:link {
color:#333333;
text-decoration:none;
}
a.link2:visited {
color:#333333;
text-decoration:none;
}
a.link2:hover {
color:#FFFFFF;
text-decoration:none;
background-color:#333333;
}
a.link2:active {
color:#333333;
text-decoration:none;
}


a.link3:link {
color:#0F4E67;
text-decoration:none;
}
a.link3:visited {
color:#0F4E67;
text-decoration:none;
}
a.link3:hover {
color:#FF0000;
text-decoration:none;
}
a.link3:active {
color:#FF0000;
text-decoration:none;
}

#wrap {
	width:981px;
	position:absolute;
	left:50%;
	margin-left:-490px;
}

#header {
	width: 962px;
	height: 82px;
	font-weight: bold;
}

#logo {
	float: left;
	height: 82px;
	width: 532px;
	background-image:url('../imagens/logo.png');
}

#menu {
	width: 430px;
	float: right;
	height: 82px;
}

#menu ul {
	width: 100%;
	margin-left: 15px;
}

#menu li {
	list-style:none;
	float: left;
	margin-top: 50px;
	padding: 0 0 0 20px;
	font-size: 9pt;
}

#topo {
	height: 170px;
	overflow:hidden;
}

#banner {
	height: 328px;
}

#conteudo {
	background-image:url('../imagens/bg_fastlinks.jpg');
	height: 400px;
	overflow: hidden;
}

#conteudo_esquerda {
	margin: 25px 0 0 25px;
	width: 420px;
	height: 200px;
	
}

#conteudo_esquerda p {
	width: 100%;
	font-size: 9pt;
}

#conteudo_baixo_esquerda{
	float: left;
	width: 460px;
	height: 100px;
	margin: 20px 0 0 25px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

#conteudo_baixo_esquerda p{
	width: 430px;
	margin: 20px 0px 0 15px;
	font-size: 9pt;
}

#conteudo_baixo_direita{
	float: left;
	width: 460px;
	height: 100px;
	margin: 20px 15px 0 0;
	font-size: 9pt;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

#conteudo_baixo_direita p{
	width: 450px;
	margin: 20px 0px 0 0;
	font-size: 9pt;
}

#conteudo_baixo {
	width: 920px;
	margin: 0 0 0 20px;
}

#conteudo_baixo p {
	width: 880px;
	height: 50px;
	line-height:50px;
	font-size: 9pt;
}

#end {
	height: 35px;
}


h1 {
	font-size: 8pt;
	font-weight: bold;
	color: #5A686B;
}

h2 {
	font-size: 18pt;
	letter-spacing: -2px;
	font-weight: bold;
	color: #5A686B;
}

p {
	margin-top: 10px;
	font-size: 8pt;
	color:#5A686B;
	width: 185px;
	line-height: 20px;
}

.coluna{
	float: left;
	width: 219px;
	height: 218px;
	margin: 20px 0 0 25px;
}

.spacer {
	height: 15px;
}

#rodape {
	background-image:url('../imagens/bg_rodape.gif');
	height: 115px;
	width: 982px;
	font-size: 9pt;
	color: #5A686B;
}

#rodape_esquerda {
	padding: 15px 0 0 0;
	float: left;
	width: 545px;
}

#rodape_esquerda p{
	margin: 4px 0 0 20px;
	width: 100%;
}

#rodape_direita {
	padding: 15px 24px 0 0;
	float: right;
	width: 385px;
}

#rodape_direita p {
	margin: 4px 10px 0 0;
	text-align:right;
	width: 100%;
}