@charset "utf-8";
/* CSS Document */
body{
	margin		: 0;
	padding		: 0;
	background	: url(../imgs/fundo.jpg) top center no-repeat #000;
	color		: #c9bcbb;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	line-height	: 15px;
	text-align	: justify;
}
img{
	margin		: 0;
	padding		: 0;
	border		: 0;
	outline		: none;
}
a{
	outline		: none;
}
li{
	margin	: 0;
	padding	: 0;
}
#topo{
	width		: 100%;
	height		: 298px;
	background	: url(../imgs/fundo_topo.jpg) center top no-repeat #000;
	position	: absolute;
	top			: 0;
	left		: 0;
	z-index		: 1;
}
#logo{
	width		: 205px;
	height		: 205px;
	text-align	: center;
	margin		: auto;
	margin-top	: 30px;
}
#menu{
	width		: 100%;
	height		: 21px;
	margin-top	: 266px;
	position	: absolute;
	top			: 0;
	left		: 0;
	z-index		: 2;
}
#menu ul{
	list-style	: none;
	margin		: auto;
	padding		: 0;
	width		: 360px;
}
#menu ul li{
	float		: left;
	display		: inline;
	margin		: 0 60px 0 0;
	padding		: 0;
}
#conteudoHolder{
	width		: 920px;
	height		: 500px;
	position	: absolute;
	top			: 340px;
	left		: 50%;
	margin-left	: -460px;
	z-index		: 3;
}
#conteudo_main{
	width			: 530px;
	height			: 460px;
	float			: left;
	margin			: 0 26px 0 0;
	border-bottom	: 1px solid #a7381e;
}
#conteudo_sideBar{
	width	: 364px;
	height	: 470px;
	float	: left;
}
#footer{
	width			: 920px;
	height			: 110px;
	margin			: 20px 0 90px 0;
	float			: left;
	text-align		: center;
}
.header{
	float			: left;
	width			: 100%;
	height			: 21px;
	margin			: 0 0 10px 0;
	padding			: 0 0 5px 0;
	border-bottom	: 1px solid #a7381e;
}
.espacamento{
	height		: 101px;
	width		: 138px;
	display		: inline-block;
	overflow	: hidden;
}
#logo{
	width	: 200px;
	height	: 200px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left: -100px;
}
