/* Lemon Bem-casados: folha de estilo das pags. internas */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f2eee5 url(../img/bg_body.gif) repeat-y center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f8f5c;
}

p {
	margin:0px;
	padding:0px;
	font-size:11px;
	line-height:16px;
}

h1 {
	margin:0px;
	padding: 25px;
	font-size: 20px;
	color: #5a961c;
}

a {
	color: #264b00;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.texto {
	padding: 3px;
	margin: 0px;
	border: solid 1px #bebe8c;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#principal {
	width: 840px;
	margin: 0px auto;
}

#menu {
	position: absolute;
	top: 49px;
	width: 465px;
	height: 70px;
	padding-left: 25px;
	z-index: 1000;
}

#logo {
	position: absolute;
	top: 5px;
	width: 155px;
	height: 162px;
	padding-left: 570px;
	z-index: 100;
}

#topo {
	height: 70px;
	background: url(../img/bg_topo.jpg) repeat-x left top;
	padding-top: 49px;
}

#conteudo_internas {
	padding-bottom: 10px;
	background: #fff url(../img/bg_conteudo_internas.jpg) repeat-x center top;
	border-top: solid 3px #fff;
	padding-bottom: 25px;
}

.colunas {
	width: 375px;
	float: left;
	padding: 0px 0px 0px 45px;
}

.colunas_texto {
	font-size: 12px;
	line-height: 18px;
}

#rodape {
	background: url(../img/bg_rodape.jpg) repeat-x left top;
	text-align: center;
	color: #fff;
	padding: 30px 15px 30px 15px;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}
