
* {
	padding: 0;
	margin: 0;
	outline: none
}
body, html {
	height: 100%;
	overflow: hidden
}
a img{
	border: 0
}
body {
	font-family: Aller, Calibri;
	font-size: 12px;
	line-height: 14px;
	color: white;
	overflow: hidden;
	background: url(img/backor.png) repeat black
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 224px;
	background: url(img/header.gif) 0 0 no-repeat #2f3e32;
	clear: both;
	border-bottom: 1px dotted #C0C4C0	
}
header div{
	width: 33%;
	height: 168px;
	float: left;
	white-space: nowrap;

}
header div ul {
	list-style-type: none;
	margin: 0 0 0 42px;
}
header div li {
	float: left;
	margin: 0 2px 0 0;
}
header h1 {
	margin: 28px 0 0 42px;
	font-size: 36px;
	line-height: 38px;
}
header h2 {
	margin: 14px 0 0 42px;
	font-size: 27px;
	line-height: 24px;
}
header h3 {
	margin: 42px 0 0 14px;
	font-size: 12px;
	font-weight: bold
}
header p {
	margin: 14px 0 0 14px 
}
header nav {
	margin: 0;
	width: 100%;
	height: 98px;
}
header nav ul {
	padding: 0;
	width: 100%;
	list-style-type: none;
}
header nav li {
	font-family: Adelle, Cambria;
	border-top: 1px solid white;
	letter-spacing: 2pt;
	font-weight: bold;
	font-size: 27px;
	line-height: 56px;
	width: 33%;
	height: 56px;
	margin: 0;
	float: left;
	background: rgb(0, 0, 0) ; opacity: 0.7; filter:alpha(opacity=80);
	
}
header nav li a {
	margin: 0 0 0 14px;
	color: white;
	text-decoration: none
}
header .destaque {
	color: #FFBB00
}
#conteudo_thumbs{
	position: absolute;
	width: 100%;
	float: left;
	top: 224px;
	overflow-y: auto;
	bottom: 0;
}
#conteudo_thumbs ul {
	width: 31%;
	list-style-type: none;
	margin: 18px 0 0 40px
}
#conteudo_thumbs li {
	width: 90px;
	height: 90px;
	display: block;
	float: left;
	margin: 0 2px 2px 0
}
#conteudo_thumbs li img {
	width: 90px;
	height: 90px;
}

#conteudo_imagem {
	position: absolute;
	left: 33%;
	top: 224px;
	margin: 0 14px
}
#conteudo_imagem img {
	margin: 18px 0 0 0
}
figure {
	margin: 18px 0 0 0;
	display: block;
}
figcaption {
	display: block;
	width: 100%;
	padding: 14px 0;
	background: rgb(0, 0, 0) ; opacity: 0.7; filter:alpha(opacity=80)
}
figcaption h2 {
	margin: 28px 14px;
	display: inline;
	font-family: Adelle;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing: 1pt;
}
figcaption p {
	margin: 14px;
}
figcaption a {
	color: #C1950F;
	border-bottom: 1px dotted #C1950F;
	text-decoration: none
}
#fix {
	width: 1%;
	border-left: 2px solid black;
	display: block;
	position: absolute;
	height: 100%;
	background: black;
	right: 0
}
