body {
	margin:0;
	padding:0;
	border:none;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#99b09e;
	color:#666;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	}
	
#tudo {
	width:866px;
	height:675px;
	margin:0 auto;
	padding:0px 17px;
	text-align:left;
	background:url(../images/bg_tudo.jpg) no-repeat;
	}
	
#tudo_tabela {
	width:866px;
	height:675px;
	margin:0 auto;
	padding:0px 17px;
	text-align:left;
	background:url(../images/bg_tabela.jpg) no-repeat;
	}
	
#topo {
	width:866px;
	height:80px;
	}

#logo{
	width:326px;
	height:80px;
	float:left;
	padding:0;
	}
	
#endereco {
	width:535px;
	height:50px;
	float:right;
	text-align:right;
	padding:25px 3px 0px 0px;
	font:11px Arial, Helvetica, sans-serif;
	}	

#col_esquerda {
	width:326px;
	float:left;
	padding:0;
	}
	
#col_direita {
	width:540px;
	height:450px;
	float:right;
	padding:0;
	}
	
#menu_interno {
	width:326px;
	height:117px;
	padding:0;
	margin:0;
	}

#topo_tabela {
	width:866px;
	height:118px;
	padding:0;
	margin:0;
	}
	
.submenu {
	width:326px;
	height:425px;
	padding:5px 0px;
	margin:0;
	}
	
.titulo_principal {
	width:540px;
	height:117px;
	padding:0;
	margin:0;
	}

.banner_servicos {
	width:540px;
	height:73px;
	padding:0;
	margin:0;
	}
	
.conteudo{
	width:496px;
	height:430px;
	padding:5px 22px;
	margin:0;
	line-height:170%;
	}


.conteudo_servicos{
	width:500px;
	height:400px;
	padding:5px 20px;
	margin:0;
	line-height:135%;
	}
		
.conteudo_tabela{
	width:854px;
	height:470px;
	padding:5px 6px;
	margin:0;
	line-height:135%;
	background:#EEE;
	}
	
img {
	border:none;
	}

	
a.submenu:link, a.submenu:visited {
	color:#555;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a.submenu:hover {
	color:#999;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}


a:link, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

ul.servicos{
	list-style-image:url(../images/list.gif);
	list-style-type:square;
	line-height:200%;
	}
h1 {
	font-size:18px;
	}
h2 {
	font-size:16px;
	}
h3 {
	font-size:14px;
	}