/* MONTANDO UMA PÁGINA EM CSS */


body {
	scrollbar-3dlight-color: #336601;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #336601;
	scrollbar-face-color: #336601;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #336601;
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-image: url(background.gif);
	background-color: #006600;
}


/* DIVISÕES */

#geral {
	width:960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 10px;
	height: auto;
	color: #000000;
}


#topo {
	width:100%;
	height:300px;
	float: left;
}
#slide {
	width:100%;
	height:410px;
	float: left;
}

#categoriaimoveisdir{
	width:50%;
	height:380px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}
#categoriaimoveisesq{
	width:50%;
	height:380px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}
#colesq {
	width:65%;
	height:auto;
	float: left;
	text-align: center;
}

#coldir {
	width:35%;
	height:auto;
	float: left;
	text-align: center;
}
#boxumesq {
	width:22%;
	height:2200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}
#boxummeio {
	width:56%;
	height:2200px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}

#boxumdir {
	width:22%;
	height:2200px;
	float:left;
	text-align: left;
	background-color: #FFFFFF;
}



#meioindex{
	width:960px;
	height:auto;
	float:left;
	padding: 0px;
	background-image: url(conteudo.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#boxdoisesq {
	width:33%;
	float:left;
	height:auto;
	text-align: center;
	background-color: #FFFFFF;
}
#boxdoismeio {
	width:34%;
	float: left;
	height:auto;
	text-align: center;
	background-color: #FFFFFF;
}

#boxdoisdir {
	width:33%;
	float:left;
	height:auto;
	text-align: center;
	background-color: #FFFFFF;
}

#puboito{
	width:100%;
	height:100px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}
#rodape {
	width: 940px;
	height: auto;
	float:left;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #006600;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #F35B1C;
	font-size: 14px;	
}
a:hover {
	color: #F35B1C;
	font-size: 14px;
}
a:active {
	color: #006600;
	font-size: 14px;
}
.tab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #0000FF;
	background-color: #666666;
	text-align: left;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.sombramini		{width: 200px;
		height: 30px;
		background: #999;}

.sombramini img	{position: relative;
		top: -3px;
		left: -3px;}


.sombra		{width: 400px;
		height: 60px;
		background: #999;}

.sombra img	{position: relative;
		top: -3px;
		left: -3px;}



h1, h2, h3 {
13.font-family: Tahoma, Helvetica, Arial, Sans-Serif;
14.font-weight: bold;
15.text-align: center;
16.}
h1 {
color: #006600;
font-size: 35px;
text-shadow: 0px 2px 3px #555;
}
h2 {
color: #F35B1C
;
font-size: 25px;
text-shadow: 2px 1px 1px #222;
}
h3 {
color: #006600;
font-size: 20px;
text-shadow: 0px 3px 8px #2a2a2a;
}
h4 {
color: #F35B1C
;
font-size: 15px;
text-shadow: 0px 3px 8px #2a2a2a;
}

