* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0;
}

body {
	background: url(../images/padrao/bg_body.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

#topo {
	background: url(../images/padrao/bg_topo.png) no-repeat center top;
}
#topo_center  {
	width: 940px;
	height: 358px;
	padding-top: 37px;
	margin: 0 auto;
	position: relative;
}
#apre {
	height: 295px;
	width: 820px;
	margin-left: 60px;
	overflow: hidden;
}

#atalhos {
	position: absolute;
	top: 20px;
	right: 40px;
}
#atalhos li {
	float: left;
	padding: 0 10px;
}
#atalhos a {
	color: #98e174;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
}
#atalhos a:hover {
	color: #fff;
}

#logo {
	height: 117px;
	width: 263px;
	text-align: center;
	position: absolute;
	top: 37px;
	left: 45px;
	z-index: 50;
}

#menu {
	height: 38px;
	text-align: center;
}

#menu li {
	display: inline;
	line-height: 38px;
}

#menu a {
	color: #314E0E;
	font-size: 130%;
	text-decoration: none;
	padding: 0 17px;
	border-right: 1px solid #aad658;
	font-family: 'Nova Flat', sans-serif;
	text-transform: uppercase;
}
#menu a:hover {
	color: #fff;
}

#menu a.desbordar {
	border: 0px none #FFF;
}
#contencao {
	margin: 0 auto;
	width: 940px;
}
#conteudo {
	width: 650px;
	padding: 15px 0 25px;
	float: right;
}
#conteudo a {
	color: #519200;
	text-decoration: underline;
}
#conteudo a:hover {
	text-decoration: none;
}

p , #conteudo li{
	margin-bottom: 1em;
}

#auxiliar  {
	width: 225px;
	float: left;
	background: url(../images/padrao/bgAside.jpg) repeat-x left top #092075;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 25px;
}
#auxiliar strong   {
	font-size: 140%;
	color: #75B722;
	display: block;
	font-family: 'Nova Flat', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

#auxiliar a {
	color: #7a92ec;
	text-decoration: none;
}

#auxiliar a:hover {
	color: #cf9;
}

#auxiliar address {
	padding-bottom: 1em;
	color: #7a92ec;
	font-style: normal;
	font-size: 90%;
}

#rodape {
	width: 920px;
	height: 40px;
	background: url(../images/padrao/bg_rodape.png) no-repeat;
	position: relative;
	padding-left: 20px;
}
#rodape span{
	color: #314E0E;
	line-height: 40px;
}
#rodape .triares {
	display: block;
	width: 65px;
	height: 15px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.clear {
	clear: both;
}
.right {
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 20px;
}
.img {
	border: 1px solid #ddd;
	padding: 1px;
}