html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#333333;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background: white url("imagens/fundo.jpg");
	
	}
#tela { 
	padding:0px; 
	margin:0px;

	width:901px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(bg-esquerda.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border: 1px solid #0099FF;
	}
 * html #tela {height: 100%;}
#principal {padding-bottom:150px;}
#topo {
	padding:0px; 
	margin:0px;
	width:902px;
	height:131px;
	text-align:center;
	}
#esquerda {
	padding:0px;
	margin:0px;
	float:left;
	top:0px;
	width:167px;
	border: 1px solid #cccccc;
	background-image: url(imagens/fundo2.jpg);
	height: 456px;
	position:relative;
	left: 8px;
	}
#conteudo {
	padding:0px; 
	margin:0px;
	width:700px;
	float:left;
	text-align:justify;
	border: 1px solid #cccccc;	
	margin-left:17px; 
}

#rodape {
	position: absolute;
	bottom: 0; 
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#060;
}


.clear {clear:both;}

.trOver {
	background-color: #09F;
}
.trOut {
	background-color: #fff;
}
.atabela:link{
	color:#000;
	text-decoration: none;
}
.atabela:visited {
	color:#000;
	text-decoration: none;
}
.atabela:active {
	color:#000;
	text-decoration: none;
}
.atabela:hover {
	color:#F00;
}
.condicoes {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
 	position: absolute;
	border: 1px solid #0C0 ;
	background-color: #FFFFDF;
	padding: 0 5px 0 8px;
	left:360px;	
	width: 340px;
	margin-top: -15px;
}

