/* configuracao geral do código */
body,td,th {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background-image: url("../images/fundo.jpg");
	margin-left: 0px;
	margin-top: 0px;
	text-align:center;
	background-attachment: fixed;
}

A:link    {text-decoration: none; color: #999999}
A:visited {text-decoration: none; color: #999999}
A:active  {text-decoration: none; color: #999999}
a:hover   {color: #cccccc; text-decoration: underline}

image {
	border:none;
}

input {
	font-family: arial; font-size: 8pt; background: #efefef; border: solid 1px #333333
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #e4a100;
}

/* cabecalho e menu */
#cabecalho {
	/*background-image: url("../images/cabecalho_teste.jpg");*/
	width: 592px;
	height: 372px;
}


/* conteúdo abaixo do menu, dividido em 3 colunas na capa */
#conteudo {
	width: 592px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: dashed;
	border-top-color: #aaaaaa;
	border-bottom-color: #ffffff;
	height: 100%;
	background-color: #1c1c1c;
	border-bottom-style: dashed;
}

#rodape {
	position: relative;
	clear: both;
	background-color: #000000;
	background-image: url("../images/rodape.gif");
	height: 64px;
	width: 592px;
	font-family: arial;
	font-size: 11px;
	color: #666666;
	vertical-align: bottom;
	text-align: center;
}

#conteudo_capa {
	border-top-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 554px;
	width: 341px;
	padding: 15px;
	float: left;
	text-align: justify;
}

#texto {
	font-size: 11px;
	font-family: arial;
	color: #ffffff;
	background-color: #000000;
	padding: 10px;


}

#coluna_direita {
	float: right;
	height: 100%;
	width: 201px;	
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
}

#sombra {
	width: 602px;
	margin:0 auto;			
	padding: 0px;
	background-image: url("../images/sombra.jpg");
}

#tudo {
	width: 592px;
	background-color: #000000;
	border: 0px solid #ffffff;
	margin:0 auto;			
	padding: 0px;
	min-height:903px;
	height: 100%;
	height:auto !important;
	
}

#tudo:after {
	content:".";
	display:table;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

#fantasma {
	clear: both;
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #c30b12;
	background-color: #000000;
}

.style3 {color: #DFD5A2}
.style4 {font-weight: bold; font-size: 14px;}
.style5 {color: #FFFFFF}
.style6 {color: #666666}
.style7 {font-size: 14px}

#coluna_itens {
	background-position: left top;
	width: 101%;
}

#coluna_itens_release {
	background-position: left top;
	width: 101%;
	text-align: justify;

}
