* {
    font-size: 10pt;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
	color: #556;
    list-style-type: none;
}

body {
    width: 900px;
    margin: 0 auto;
	background:url(../img/padrao/bg.jpg) repeat-x top center;
}

header, section, aside, footer, nav {
    display: block;
}

header {
    clear: both;
    height: 325px;
    position: relative;
	padding-left:215px;
}

#logo {
    height: 163px;
    width: 222px;
	background:url(../img/padrao/logo.png) no-repeat;
    position:absolute;
	left:0;
	top:0;
	text-indent:-90000px;
	z-index: 6;
}

nav {
    background:url(../img/padrao/bg_menu.png) no-repeat;
    width: 182px;
    height: 160px;
    position: absolute;
    top: 163px;
	left:0;
	padding:20px 20px 0;
	z-index: 4;
}

nav li {
	padding-left:20px;
	background:url(../img/padrao/nav_marcador.jpg) no-repeat left center;
    list-style-type: none;
	border-bottom:1px solid #E8E8E8;
}

nav li a{
	text-decoration:none;
	line-height:20px;
	color:#3b2b50;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;	
}


nav li a:hover{
	color:#F60;	
}

nav li.desbordar{
	border:none;	
}

#superior {
    position:absolute;
	top:0;
	right:0;
    background:url(../img/padrao/bg_superior.png) no-repeat top right;
    width: 556px;
	height:33px;
    line-height: 20px;
	padding-right: 10px;
	z-index: 5;
}

#superior span{
	padding-left:50px;	
	color:#FFF;
	float:left;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	font-size: 110%;
}

#superior a{
	float:right;
	margin-top:5px;
}

#superior img {
	border: none;
}

#apresentacao {
    width:685px;
    height: 325px;
	display: none;
}

#container {
    background:url(../img/padrao/bg_container.jpg) repeat-x left top #e1ebf1;
    width: 850px;
	padding:25px;
}

#conteudo{
	float:left;	
}

#conteudo h1 {
	font-size: 140%;
	color: #3b2b50;
	margin-bottom: 1em;
	font-family: "Arial Narrow", Arial;
}

#conteudo p {
	margin-bottom: 1em
}

aside {
    width: 260px;
    float: right;
	background:url(../img/padrao/bg_aside.jpg) repeat-y top left;
}

#rodape_apre {
	background-color: #e1ebf1;
	width: 900px;
	height: 120px;
}

footer {
    background-color: #f4963c;
	line-height:30px;
	padding:0 25px;
}

footer p{
	float:left;
	color: #336;
}
.triares {
	display:block;
	width:65px;
	height:15px;
    float: right;
	background-image:url(../img/padrao/triares.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-90000px;
	margin-top:8px;
}

.triares:hover {
	background-position:bottom left;	
}

.clear {
    clear: both;
}

.img {
	border: 2px solid #4387b8;
}

.imgLeft{
	margin-right:20px;
	float:left;	
}

