.dengunLink
{
	position:relative;
	color: white;
	left:1200px;
	top:225px;
}
body
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: verdana, sans-serif;
	background-color: #fbf0e2;
	color:#7e4100;
	background-image:url("/images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	min-width:900px;
}
/* GLOBAL */
.fixer{clear:both;}
.fl{float:left;}
.fr{float:right;}
/* HEADER */
.header
{
	padding:20px 0px;
	padding-bottom:12px;
}
.logo
{
	display:block;
	float:left;
	width:220px;
	height:194px;
	background-image:url("/images/logo.png");
	background-position: center;
	background-repeat: no-repeat;
}
.headerBlock
{
	float:right;
	height:194px;
	width:580px;
}
.headerContainer
{
	padding-top:25px;
	padding-left:5px;
	padding-right:16px;
	font-size:1.01em;
	font-weight: bold;
	text-align: justify;
}
/* FOOTER */
#bottom
{
	z-index:-10;
	position:absolute;
	top:-400px;
	left:0px;
	width:100%;
	height:0px;	
}
.footer
{
	height:227px;
	width:100%;
	background-image:url("/images/footer.png");
	background-position: center;
	background-repeat: no-repeat;
}
.footerHeight
{
	height:1px;
	clear:both;	
}
.wrapper
{
	width:840px;
	margin:auto;	
}

/* SIDE BAR */
.sideBar
{
	float:left;
	width:220px;	
}
/* MENU */
.menuBar
{
	height:8px;
	background-color:#7e4100;
	margin-bottom:1px;
}
.menu
{
	display:block;
	border:1px #d9c2a6 solid;
	margin:0px;
	padding:0px;
}
.menu ul
{
	margin:0px;
	padding:0px;
	list-style: none;
	border:2px #FFF solid;
	border-bottom:1px #FFF solid;
}
.menu ul li a
{
	display:block;
	padding:8px 13px;
	font-size:12px;
	background-color:#fbf0e2;
	border-bottom:1px #FFF solid;
	color:#a46a2e;
	font-weight: bold;
	text-decoration:none;
}
.menu ul li a:hover
{
	background-color:#FFF;
	color:#7e4100;
}
.selectedMenuItem
{
	color:#000 !important;
}
/* Random Photo */
#photoRandom
{
	margin-top: 20px;
	padding-left: 10px;
}
#photoRandom div
{
	height:80px;
	width: 70px;
	float: left;
}
/* MAIN */
.mainContainer
{
	float:right;
	width:580px;
}
.block
{
	background-image:url("/images/fadeBackground.png");
	background-position: right top;
	background-repeat: no-repeat;
	padding:25px;
	min-height:210px;
}

.block h1
{
	margin:0px;
	padding:0px;
	font-size:17px;	
}

.langDiv
{
	font-weight: normal;
	text-align: right;
}
.langDiv a
{
	text-decoration:none;
	color: #7E4100;
}
.boltSize
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
}
.pub
{
	width:286px;
}
.pubDesc
{
	position: relative;
	top: -65px;
	padding-left: 30px;
}
.fix
{
	margin-top:30px;
}
.headerText
{
	margin-top: 10px;
}
.paginator
{
	color: #7E4100;
}
a
{
	color: #c8590e;
}
a img
{
	border: none;
}
/* paginação */
.linkRight
{
	float: right;
	margin-right:14px;
}
.linkLeft
{
	float: left;
	margin-left:14px;
}
