@charset "utf-8";
/* CSS Document */
* {
	margin: auto;
	padding: auto;
}
a:link {
	color: #494949;
	text-decoration: none
}
a:visited {
	color: #494949;
	text-decoration: none
}
a:hover {
	color: #CCC;
	text-decoration: none
}
a:active {
	color: #494949;
	text-decoration: none
}
body {
	background: #669966;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #494949;
	margin: 0px;
	padding: 0px;
}
#geral {
	background: #FFF;
	width: 760px;
	height: 100%;
}
#topo {
	background: url(../imagens/topo.jpg) no-repeat fixed;
	width: 760px;
	height: 127px;
}
#linha-topo {
	background: #000000;
	width: 760px;
	height: 2px;
}
#coluna-geral {
	width: 760px;
	height: auto;
}
#coluna-menu {
	width: 120px;
	height: auto;
	float: left;
	padding: 10px;
	font-weight: bold;
}
#coluna-menu ul {
	list-style: none;
	margin: 0px;
}
#coluna-menu li {
	width: 95%;
	padding: 2px;
	background: #FFF;
	border-bottom: 2px solid #669966;
	float:left;
}
#coluna-conteudo {
	width: 600px;
	height: auto;
	float: right;
	padding: 10px;	
}
#coluna-conteudo .tabela {
	width: 600px;
	height: auto;
	float: left;
}
#coluna-conteudo .tabela1 {
	width: 600px;
	height: auto;
	float: left;
}
#coluna-conteudo .tabela2 {
	width: 390px;
	height: auto;
	float: left;
	padding: 5px;
}
#coluna-conteudo .tabela3 {
	width: 200px;
	height: auto;
	float: left;
}
#coluna-conteudo .tabela4 {
	width: 600px;
	height: auto;
}
#coluna-conteudo .tabela5 {
		width: 290px;
	height: auto;
	float: left;
	padding: 5px;
}
#coluna-conteudo .tabela6 {
	width: 300px;
	height: auto;
	float: left;
}
#linha {
	background: #000000 url(../imagens/linha.jpg);
	width:620px;
	height: 5px;
	float: right;
}
#rodape {
	background: #FFF;
	width: 750px;
	height: 20px;
	text-align: right;
	padding: 10px 10px 0 0;
	font-size: 11px;
}
