html {  
	height: 100%
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF0000;
}
body {
	background:url(../imagens/background.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
/*--Estrutura--*/
#container {
	width:955px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contLeft {
	width:200px;
	float:left;
}
#contRight {
	width:755px;
	float:left;
}
/*--Lateral esquerda--*/
#lototipo {
	background:url(../imagens/box-logo.png);
	width:200px;
	height:272px;
}
#lototipo div{
	padding-top:70px;
	padding-left:20px;
}
/*Busca*/
#tituloBusca {
	background-image:url(../imagens/buscar-imovel.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:64px;
}
#busca {
	background:#e6e6e6;
	padding:10px;
}
#busca ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#busca ul li{
	list-style:none;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
}
.form01 {
	border:#999999 1px solid;
	width:180px;
	font-size:10px;
}
.form02 {
	border:#999999 1px solid;
	width:170px;
	font-size:12px;
}
.form03 {
	border:#999999 1px solid;
	width:250px;
	font-size:12px;
}
.form04 {
	border:#999999 1px solid;
	width:100px;
	font-size:12px;
}
.form05 {
	border:#999999 1px solid;
	width:60px;
	font-size:10px;
}
/*Novidades*/
#tituloNovidades {
	background:url(../imagens/novidades.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:64px;
}
#novidades {
	background:#e6e6e6;
	padding:10px;
}
#novidades ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#novidades ul li{
	list-style:none;
	margin:0px;
	padding-top:0px;
	padding-bottom:10px;
}
.boxRodape {
	background:url(../imagens/box-ropade.png);
	background-repeat:no-repeat;
	width:200px;
	height:21px;
}
/*--lateral Direito--*/
/*Cabeçalho*/
#cabecalho {
	background:url(../imagens/cabecalho.gif);
	width:755px;
	height:300px;
}
#menu {
	background:url(../imagens/barra-menu.jpg);
	width:755px;
	height:36px;
}
#menu ul {
	margin:0px;
	padding-top:12px;
	padding-left:10px;
	list-style:none;
}
#menu ul li{
	display:block;
	float: left;
	padding-left:35px;
}
#menu a{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	font-size:14px;
	color:#cccccc;
	text-decoration:none;
}
/*--Conteudo--*/
html>body #contConteudo {
	height: auto;
} 
#contConteudo {
	width:753px;
	background:#FFFFFF;
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	margin:0px;
	padding:0px;
	min-height:700px;
	height:700px;
}
#conteudo {
	padding:10px;
}
.clear {
	clear: both;
}
.btn01 {
	width:150px;
	height:25px;
	margin:5px;
	background:url(../imagens/btn-background.jpg);
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}
/*--Rodape--*/
#bordaRodape {
	background:url(../imagens/rodape-borda.png);
	background-repeat:no-repeat;
	width:755px;
	height:20px;
}
#rodape {
	padding-top:10px;
	padding-bottom:30px;
	text-align:right;
}
