html, body {
	height: 100%;
	}

#tudo {
	min-height: 100%;
	...
	}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}

#conteudo {
	padding-bottom: 35px;
	background:url(../images/conteudo_bak.jpg) repeat-x #fff;
	}


body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #555;
	background-color:#67737c;
	margin: 0px;
	padding: 0px;
	}
	
	
#tudo {
	position: relative;
	width:956px;
	text-align:left;
	margin:0 auto;
	background: #fff;
	}
	
#top {
	position:relative;
	width:956px;
	height:63px;
	background:url(../images/bd01_top.jpg) repeat-x;
	}

#top_01 {
	position:absolute;
	width:43px;
	height:63px;
	background:url(../images/bd01_01.jpg) no-repeat;
	}

#top_02 {
	position:absolute;
	right:0px;
	width:43px;
	height:63px;
	background:url(../images/bd01_02.jpg) no-repeat;
	}

#top_tx {
	position:absolute;
	left:23px;
	top:35px;
	width:70px;
	height:20px;
	}


#flash {
	position:relative;
	width:956px;
	height:138px;
	}



#lat_esq {
	width:349px;
	float: left;
	}

#tit {
	width:337px;
	padding-left:12px;
	height:51px;
	}

#space {
	width:200px;
	height:25px;
	}


#sub_menu_top {
	width:337px;
	height:10px;
	margin-left:12px;
	margin-top:12px;
	background:url(../images/men_top.jpg) no-repeat;
	}

#sub_menu {
	width:317px;
	padding:10px;
	margin-left:12px;
	background:url(../images/men_bak.jpg) repeat-y;
	}

#sub_menu_bot {
	width:337px;
	height:12px;
	margin-left:12px;
	background:url(../images/men_bot.jpg) no-repeat;
	}

#lat_dir {
	width:575px;
	float: right;
	}


#sub_tit {
	width:545px;
	font-size:18px;
	padding:15px;
	}

#intro {
	width:400px;
	text-align:right;
	font-style:italic;
	font-size:11px;
	padding:15px 15px 15px 160px;
	}

#corpo {
	width:545px;
	padding:12px 15px;
	}
	

#clear {
	clear:both;
	}

	

#bot {
	position:absolute;
	bottom:0px;
	width:956px;
	height:35px;
	background:url(../images/bd01_bot.jpg) repeat-x;
	}

#bot_01 {
	position:absolute;
	width:58px;
	height:35px;
	background:url(../images/bd01_03.jpg) no-repeat;
	}

#bot_02 {
	position:absolute;
	right:0px;
	width:58px;
	height:35px;
	background:url(../images/bd01_04.jpg) no-repeat;
	}
	
/************** Paragrafos e Fontes Diferentes ***************/

/*p{
	margin: 0px;
	padding: 0px;
}*/


.dst1{
	padding: 3px;
	text-align: left;
}


/************** header tag styles **************/

h1{
 FONT-SIZE: 18px;
 font-weight:bold;
 color: #ccc;
}

h2{
 FONT-SIZE: 16px;
 font-weight:bold;
 color: #ccc;
}

h3{
 FONT-SIZE: 14px;
 font-weight:bold;
 color: #ccc;
}

h4{
 FONT-SIZE: 12px;
 font-weight:bold;
 color: #333;
}

h6{
 FONT-SIZE: 11px;
 font-weight:normal;
 font-style:italic;
 color: #333;
 padding:0 20px;
 margin:0;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


a.lnk_menu:link, a.lnk_menu:visited, a.lnk_menu:active{
	color: #888;
	text-decoration: none;
}
a.lnk_menu:hover{
	color: #555;
	text-decoration: underline;
}


	
	/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Arial;
FONT-SIZE: 11px;
color:#666;
}


/*************** list tag styles ***************/

ul.lat_menu{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial;
	font-weight:normal;
	TEXT-DECORATION: none;
	color: #fff;
	background:none;
	margin: 0px 0px 0px 15px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
 	list-style-type: circle;
}

ul{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana;
	font-weight:normal;
	TEXT-DECORATION: none;
	color: #333333;
	background: #f1f1f1;
	margin: 10px 20px 15px 30px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
 list-style-type: circle;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
