/* CSS Document */

/*##############################
ESTRUTURA
################################*/
html {
	height:100%;
}

* html #centro {
	height:70%;
}

body {
	background-color:#330000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

#global {
	margin: 0 auto;
	width:783px;
	height:100%;
	z-index:1;
}

#topo {
	width:783px;
	height:193px;
	z-index:2;
}

#centro {
	width:783px;
    min-height:100%;
    height:auto;
	background-image: url(images/estrutura/fundo_central.jpg);
    background-repeat: repeat-y;
	z-index:3;
}

#rodape {
	clear:both;
	width:783px;
	height:60px;
	text-align:center;
	z-index:4;
}

#menu {
	position:relative;
	top:7px;
	left:22px;
	float:left;
	width:180px;
	height:280px;
	z-index:5;
}

#conteudo {
	position:relative;
	top:7px;
	right:26px;
	float:right;
	width:520px;
    height:auto;
	z-index:6;
}

.rodape {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:#FFFF99;
    text-align:center;
}

/*##############################
FORMATACAO
################################*/
.menu {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#660000;
	
}

.blog_titulo {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
    font-weight:bold;
	color:#660000;
}

.blog_texto {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
}

.table_titulo {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#660000;
}

.table_rows {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
}