#container {
	position: absolute;
	background-position: center;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	height: inherit;
	width: 100%;
	background-image: url(images/fundao.jpg);
	background-repeat: repeat-y;
	
}

#topo {
	position: relative;
	width: 760px;
	height: 156px;
	overflow: visible;
	visibility: visible;
	z-index: 2;
}

#miolo {
	position: relative;
	width: 760px;
	overflow: visible;
	visibility: visible;
	z-index: 3;
	height: 100%;
	
}

#corpo {
	position: relative;
	width: 720px;
	overflow: visible;
	visibility: visible;
	z-index: 5;
	height: 100%;
}

#base {
	position: relative;
	width: 760px;
	height: 55px;
	overflow: visible;
	visibility: visible;
	z-index: 4;

}
#esquerdo {
	overflow: visible;
	visibility: visible;
	z-index: 26;
	width: 200px;
	clear: left;
	float: left;
	position: relative;
}
#direito {
	overflow: visible;
	visibility: visible;
	z-index: 27;
	width: 500px;
	clear: right;
	float: right;
	position: relative;
	text-align: left;
	vertical-align: top;
}

#direito IMG {
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}

#dobrinha {
	position: absolute;
	text-align: left;
	vertical-align: top;
	height: 118px;
	width: 117px;
	overflow: visible;
	z-index: 20;
}



/*formatação direta*/
html {
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

a {
	font-size: 9px;
	color: #8c7040;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}

a:hover {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #999999;
	font-family: Tahoma, Verdana;
	text-align: left;
	margin: 5px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #333333;
	font-family: Tahoma, Verdana;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

input, textarea, select {
	font-size: 9px;
	color: #333333;
	cursor: default;
	margin: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	background-color: #cccccc;
}

.divx {
	position: relative;
	width: 100%;
	text-align: left;
}
/*formatação do destaque*/
.destaquex {
	margin: 7px;
	padding: 5px;
	width: 700px;
	height: 210px;
}

.destaquex img {
	background: #cccccc;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.destaquex table {
	width: 100%;
	height: 100%;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	vertical-align: top;
	text-align: left;
}

/*  formatação dos projetos */
.fav {
	float: left;
	margin: 7px;
	width: 150px;
	height: 120px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.fav img {
	background: #dddddd;
	border-right: #cccccc 1px solid;
	border-top: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-bottom: #cccccc 1px solid
}

.fav table {
	width: 100%;
	height: 100%;
	color: #666666;
	text-align: center;
	font-size: 9px;
	height: 100%;
}

.fav td {
	vertical-align: middle;
	text-align: center;
}
/* formatação info e form */

.info_contatox {
	margin: 7px;
	width: 700px;
	height: 100%;
	padding: 5px;
}

.info_contatox table {
	width: 100%;
	height: 100%;
	color: #666666;
	text-align: center;
	margin: 5px;
	font-size: 10px;
}

.info_contatox td {
	vertical-align: top;
	text-align: left
}
#menuzinho {
	float: none;
	margin: 2px;
	width: 680px;
	height: 12px;
	padding: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 50;
	text-align: right;
	vertical-align: middle;
}
#center_table {
	text-align: center;
	vertical-align: top;
	height: 20px;
}

