body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#conteudo{
	width: 800px;
	margin: 10px auto;
	padding: 0px;
	height: auto;
	overflow: hidden;
}


#topo{
background-image: url(../images/top.jpg);
background-repeat: no-repeat;
padding: 0px;
margin: 0px;
height: 11px;
}


.lateral{
	width: 1px;
	background-image: url(../images/linha.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#miolo{
	width: 778px;
	padding: 10px;
	overflow: hidden;
	height: auto;
}

#fundo{
	background-image: url(../images/baixo.jpg);
	background-repeat: no-repeat;
	height: 13px;
}

#tudo{
	min-height: 500px;
	height: 100% !important;
	height: 500px;
	overflow: hidden;
	_overflow:;
}


#demos{
	overflow: hidden;
	height: auto;
	width: auto;
}

#slideshow {
	width: auto;
	overflow: hidden;
	height: 400px;
	display: block;
	clear: both;
}

.fotosgrandes{
	border: 5px solid #ccc;
	width: auto;
	height: auto;
}

#nav {
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-bottom: 15px;
}
#nav li { width: auto; float: left; margin: 4px; list-style: none }
#nav a { width: auto; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #88f }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }
