html, body {
	background:#f1f1f1;
	height: 100%;
}

#conteudo {
	position:relative;
	height: 100%;
}

#flash_site {
	position: absolute;
	z-index: 9;
}

.ndb-ltb-content {
	width: 80%;
	margin: 0 auto;
	height:auto;
	overflow: auto;
}

.ndb-ltb-photos {
	background: #ccc;
	overflow: auto;
	padding: 20px 0;
	border-top: 3px solid #ff9900;
	border-bottom: 1px solid #ff9900;
}

.ndb-ltb-content ul {
	width: 550px;
	margin: 0 auto;
}

.ndb-ltb-content ul li {
	float:left;
	margin:10px;
}
.ndb-ltb-content ul li a {
	overflow:auto;
	border: 5px #fff solid;
	float:left;
}
.ndb-ltb-content ul li a:hover {
	border: 5px #f1f1f1 solid;
}
.ndb-ltb-content ul li a img{
	float:left;
}

.sample {
	clear: both;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	margin-top: 20px;
	border-bottom: 3px solid #ff9900;
	padding: 10px 0;  
}
