* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	list-style-type: none;
	text-decoration: none;
	color: #666;
}
body {
	background: url(../images/padrao/bg.jpg) repeat-x #F2F7FB;
}
#geral {
	background: url(../images/padrao/topo.jpg) no-repeat center top;
}
#topo {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 251px;
}
#atalhos {
	position: absolute;
	left: 270px;
	top: 30px;
}
#atalhos li {
	display: inline;
}
#atalhos a {
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	font-size: 90%;
	padding: 0 4px 0 2px;
}
#atalhos a:hover {
	color: #FFF;
}
#container {
	width: 730px;
	position: relative;
	padding-left: 270px;
	background: url(../images/padrao/container.jpg) repeat-y 30px top #FFF;
	margin: 0 auto;
	min-height: 280px;
	height: 100% !important;
	height: 280px;
}
#navegacao  {
	width: 220px;
	background: url(../images/padrao/menu.jpg) no-repeat center top;
	position: absolute;
	top: -235px;
	left: 30px;
}
#navegacao .logo  {
	display: block;
	background: url(../images/padrao/logo.jpg) no-repeat;
	height: 140px;
	width: 140px;
	text-indent: -9000px;
	margin: 15px 0 25px 40px;
}
#menu  {
	margin-bottom: 40px;
}
#menu li  {
	list-style-type: none;
	border-bottom: 1px solid #999;
	margin: 0 4px;
	padding-left: 20px;
}
#menu li a  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	line-height: 28px;
	padding-left: 20px;
	background: url(../images/padrao/marcador-menu.jpg) no-repeat left center;
	display: block;
	font-size: 110%;
}
#navegacao #menu li a:hover {
	color: #000;
}
#navegacao #banner  {
	display: block;
	margin: 20px auto;
	border: 0px solid #FFF;
}
#apre  {
	height: 170px;
	width: 700px;
	top: -170px;
	position: absolute;
}
#conteudo  {
	padding: 20px 30px 0 0;
}
#conteudo h1 {
	color: #00904A;
	padding-bottom: 10px;
}
#conteudo p  {
	padding-bottom: 1em;
}
#conteudo a {
	text-decoration: underline;
	color: #963;
}
#conteudo a:hover {
	text-decoration: none;
}
#rodape  {
	background: url(../images/padrao/bg_rodape.jpg) no-repeat #FFF;
	height: 50px;
	width: 900px;
	padding: 0 50px;
	margin: 0 auto;
}
#rodape span {
	font-size: 90%;
	float: left;
	padding-top: 12px;
	width: 650px;
}
#rodape .triares {
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../images/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
	margin-top: 19px;
}
#rodape .triares:hover {
	background-position: left bottom;
}
.floatLeft {
	float: left;
	margin-right: 5px;
}
.floatRight {
	float: right;
	margin-right: 5px;
}
.clear {
	clear: both;
}
