html {overflow-y: scroll;}

body {
	background:#ffffff url(../imagens/bottom.jpg) no-repeat bottom center;
	background-attachment:fixed;
	width: 100%;
	padding:0;
	margin:0;
	}

#folha {
	width: 650px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	position: relative;
	padding: 0;
	}

#conteudo {
	top: 600px;
	left: 0px;
	width: 100%;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-left: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	background-color: #ffffff;
	padding: 25px;
	font-family: "Courier New", courier, monospace;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
	}

#header {
	width: 100%;
	text-align: center;
	}

#footer {
	width: 100%;
	text-align: center;
	font-family: "Courier New", courier, monospace;
	font-weight: 700;
	font-size: 70%;
	letter-spacing: 2px;
	color: #777777;
	}

#texto {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 180%;
	}


#header ul {
	padding: 5px;
	margin: 0;
	list-style-type: none;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	text-align: center;
}

#header li { display: inline; }


a{
	text-decoration:none;
	white-space:nowrap;
	padding-bottom:4px;
	color:#000;
}



a:hover {
	text-decoration:none;
	white-space:nowrap;
	padding-bottom:4px;
	color:#000;
	background: transparent url(../imagens/img-line.gif) repeat-x 100% 100%;
}

li#current {
	color: #777777;
	}

.bld {
	color: #ff420e;
	font-weight: bolder;
	}


#destaque {
	color: #777777;
	line-height: 100%;
	letter-spacing: 5px;
	text-indent: 20px;
	margin-bottom: 50px;
	}

#moldura {
	border: 1px solid #000000;
	width: 500px;
/*	height: 395px; */
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}