@charset "utf-8";
/* CSS Document */
body{
	background-image:url(imagens/fundo_site.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #002434;
	margin: 0;
	padding: 0;
}

a{
text-decoration:none;
color:#FFFFFF;
	}

#topo{
	display:block;
	position: relative;
	width: 913px;
	height: 218px;
	margin: 0 auto;
	}
	
#links-topo{
	position: relative;
	width: 390px;
	height: 54px;
	float: right;
	}

span.lks-topo{
	color:#CCCCCC;
	font-family:Tahoma;
	font-size:12px; 
	font-weight:bold;
	}
	
#menu-topo{
	position:relative;
	float: right;
	width: 645px;
	height: 41px;
	top: 74px;
	z-index: 999;
	}

#conteudo{
	width:900px;
	height: 875px;
	background-image:url(imagens/fundo_conteudo.png);
	position:relative;
	margin: 0 auto;
	margin-top: 44px;
}

#conteudo1{
	width: 415px;
	height: 714px;
	position: relative;
	float: left;
	margin: 0 0 0 40px;
	top: 100px;
	background-image:url(imagens/background-conteudo1.png);
	background-position:right;
	background-repeat:repeat-y;
}

#conteudo2{
	width: 380px;
	height: 714px;
	position:relative;
	float: right;
	margin: 0 40px 0 0;
	top: 100px;
}

#rodape-wrap{
	display: block;
	position: relative;
	width: 100%;
	height: 190px;
	margin-top: 28px;
	background-image:url(imagens/fundo_rodape.png);
}

#rodape{
	display: block;
	position: relative;
	width: 915px;
	height: 190px;
	margin: 0 auto;
}

#rodape-lks{
	display: block;
	position: relative;
	width: 915px;
	height: 96px;
	top: 15px;
	margin: 0;
}

#rodape-creditos{
	display: block;
	position: absolute;
	width: 915px;
	height: 94px;
	margin: 0;
	bottom: 0;
}

a.lk-email{
	color:#FFFFFF; 
	font-family:Tahoma; 
	font-size:16px;
	text-decoration:none;
}

a.lks-pagina:hover{
	color:#999999;
}

input.submit{
	float: right;
	width: 97px;
	height: 30px;
	background-color: #001721;
	margin: 15px 30px 0 0;
	color: #FFFFFF;
	border:none;
	cursor:pointer;
	}

a.lk-creditos:hover{
	color:#999999;
}
