#conteudo {
	background: url(img/bgt.jpg) repeat-y;
	background-color: #7f9;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	min-height:100%; /* real browsers */
}

* html #conteudo{
	height:100%; /* IE6: treaded as min-height*/
}

#cabec {	
	float: none;
	padding: 0px ;
}

#esquerda {	
	float: left;
	width: 200px;
	padding: 4px ;
}
#principal {	
  margin-left: 205px;
	padding: 4px ;
}

#principal h1{
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

#principal p.descricao{
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 40px;
}

.menuLateral {
	top: 50px;
	left: 15px;
	background-color: transparent;
	width: 177px;
}

.menuLateral a {
	display: block;
	width: 170px;
	height: 18px;
	color: #10ff10;
	text-decoration: none;
	background: url(img/bgbut.gif) no-repeat;
	font-size:12px;
	font-weight: bold;
	padding: 4px 0px 0px 46px;
}
.menuLateral a:hover {
	display: block;
	width: 170px;
	height: 18px;
	background: url(img/bgbut2.gif) no-repeat;
	font-size:12px;
	font-weight: bold;
	padding: 4px 0px 0px 46px;
	color: #ffff80;
	text-decoration: none;
}

#principal .telas{
	position: relative; 
	display: inline-block; 
	background: #8080b0;
	width: auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

html, body {
height: 100%;
background-color: #50e010;
background: url(img/fundo.jpg);
font-size: 12px;
font-weight: normal;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

#rodape {
	position: absolute;
	bottom: 0;
	}

