*{
	margin: 0px;
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #CCCCCC;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
"conteudo"
	color: #454545;
	color: #000000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.img {
	border: 1px solid #999999;
	padding: 1px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
.txtRed {
	color: #CC0000;
}
.txtRed a {
	color: #CC0000;
	text-decoration:underline;
}
.txtRed a:hover {
	color: #FF0000;
	text-decoration:underline;
}
.txtCinza {
	color: #999999;
}
.txtCinza11 {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.txtCinza11 a {
	color: #999999;
	text-decoration:underline;
}
.txtCinza11 a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
.small {
	font-size: 8px;
	color: #333333;
}
.big {
	font-size: 13px;
	font-weight: bold;
}
h1 {
	font-size: 17px;
	color: #000000;
}
h1 a {
	color: #000000;
	text-decoration:none;
}
h1 a:hover {
	color: #333333;
	text-decoration:underline;
}
h2 {
	font-size: 14px;
	color: #222222;
}
h3 {
	font-size: 13px;
	color: #333333;
}
h4 {
	font-size: 12px;
	color: #333333;
}
h5 {
	font-size: 11px;
	color: #333333;
}
h6 {
	font-size: 10px;
	color: #333333;
}


/* - - - - - estrutura topo - - - - - */

#topo {
	height: 170px;
	background-image: url(img/topo_fundo.jpg);
	background-repeat: repeat-x;
	background-color: #131313;
	/* inicio do código para funcionar a largura */
	width: expression(document.body.clientWidth < 995? "995px" :
"auto");
	min-width: 995px;
	width: auto !important;
	/* fim do código para funcionar a largura */
}
#topo_topo {
	height: 148px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#flutuante {
	position:relative;
	width:995px;
	margin: 0px auto;
	z-index:2;
}
#titulo {
	overflow:hidden;
	position:absolute;
	width:600px;
	height:30px;
	visibility: visible;
	top:20px;
	left:20px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
#titulo a {
	color: #FFFFFF;
	text-decoration:none;
}
#titulo a:hover {
	color: #DEDEDE;
	text-decoration:none;
}
#banner {
	overflow:hidden;
	position:absolute;
	width:550px;
	height:80px;
	visibility: visible;
	top:60px;
	left:10px;
	padding: 1px;
	border: 1px solid #333333;
}

/* - - - - - estrutura topo GERAL - - - - - */

#topo_geral {
	height: 120px;
	background-image: url(img/topo_fundo_geral.jpg);
	background-repeat: repeat-x;
	background-color: #131313;
	/* inicio do código para funcionar a largura */
	width: expression(document.body.clientWidth < 995? "995px" :
"auto");
	min-width: 995px;
	width: auto !important;
	/* fim do código para funcionar a largura */
}
#topo_topo_geral {
	height: 98px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#flutuante_geral {
	position:relative;
	width:995px;
	margin: 0px auto;
	z-index:2;
}
#log_geral {
	overflow:hidden;
	position:absolute;
	width:500px;
	height:45px;
	visibility: visible;
	top:55px;
	right:10px;
	font-size:13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
#log_geral a{
	color: #DDDDDD;
	text-decoration:underline;
}
#log_geral a:hover{
	color: #CCCCCC;
	text-decoration:none;
}
#log_geral  input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
/* - - - - - estrutura básica - - - - - */

#site {
	width: 995px;
	margin: 0px auto;
	padding-bottom:10px;
}
#rodape {
	background-image: url(img/rodape_fundo.jpg);
	background-repeat: repeat-x;
	height: 130px;
	background-color: #121212;
	clear: both;
	/* inicio do código para funcionar a largura */
	width: expression(document.body.clientWidth < 995? "995px" :
"auto");
	min-width: 995px;
	width: auto !important;
	/* fim do código para funcionar a largura */
}


/* - - - - - direita  - - - - - */

#direita {
	width: 217px;
	float: left;
	background-color: #E3E3E3;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(img/quadro_fundo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#direita #fundo {
	background-color: #CCCCCC;
}
#direita_tit {
	height: 19px;
	width: 182px;
	background-image: url(img/dir_inicio.jpg);
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 35px;
}
#direita_tit2 {
	height: 19px;
	width: 182px;
	background-image: url(img/dir_tit2.jpg);
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 35px;
}
#direita_txt {
	background-color: #E3E3E3;
	padding-top: 6px;
	padding-left: 17px;
	padding-right: 15px;
	padding-bottom: 1px;
	margin-left: 5px;
}
#direita_links {
	background-color: #E3E3E3;
	padding-top: 6px;
	padding-left: 17px;
	padding-right: 15px;
	padding-bottom: 8px;
	margin-left: 5px;
}
#direita_links a {
	display:block;
	line-height:20px;
	text-decoration:none;
}
#direita_links a:hover {
	display:block;
	line-height:20px;
	text-decoration:underline;
}
#publicidade {
	text-align: center;
	background-color: #E3E3E3;
	margin-left: 5px;
	padding: 3px;
}
#direita_fim {
	height: 26px;
	width: 217px;
	background-image: url(img/dir_fim.jpg);
}


/*  - - - - - geral- - - - - */

#geral {
	margin: 5px;
	padding-top: 5px;
}
#geral_bordas {
	background-color: #FFFFFF;
	height: 8px;
	overflow: hidden;
}

/*  - - - - - meio - - - - - */

#meio {
	width: 765px;
	float: left;
	margin: 5px;
	padding-top: 5px;
}
#meio_bordas {
	background-color: #FFFFFF;
	height: 8px;
	overflow: hidden;
}
#conteudo {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 27px;
	font-size: 12px;
	color: #555555;
	line-height: 17px;
}
#comentarios {
	color: #000000;
	margin-top:10px;
	font-weight: bold;
}
#comentarios a {
	color: #000000;
	text-decoration:none;
}
#comentarios a:hover {
	color: #333333;
	text-decoration:underline;
}
#setas {
	height: 13px;
	width: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
#posts_anteriores {
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 200px;
	float: left;
	text-align: left;
	font-weight: bold;
}
#posts_anteriores a { color: #CC0000; text-decoration:none; }
#posts_anteriores a:hover { color: #CC0000; text-decoration:underline; }
#posts_recentes {
	font-size: 15px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
#posts_recentes a { color: #CC0000; text-decoration:none; }
#posts_recentes a:hover { color: #CC0000; text-decoration:underline; }


/*  - - - - - extras - - - - - */

#clear_both {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}
#acertos {
	color: #FFFFFF;
	background-color: #006600;
	display: block;
	border: 1px solid #00CC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pontilhado {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	overflow: hidden;
}
#pontilhado2 {
	margin-top: 15px;
	margin-bottom: 10px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	overflow: hidden;
}
#linha {
	height: 1px;
	overflow: hidden;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#linha2 {
	height: 1px;
	overflow: hidden;
	background-color: #E5E5E5;
	margin-top: 10px;
	margin-bottom: 10px;
}
#linha3 {
	height: 1px;
	overflow: hidden;
	background-color: #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
}
#linha_tit {
	height: 1px;
	overflow: hidden;
	background-color: #CCCCCC;
	margin-top: 8px;
	margin-bottom: 3px;
}
#noticia {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7DDE1;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
#noticia a {	text-decoration:none;}
#noticia a:hover {	text-decoration:underline;}
#coluna_esq {
	float: left;
	width: 594px;
	padding-top: 15px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#coluna_dir {
	float: left;
	width: 284px;
	padding-top: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	margin-left: 25px;
	padding-left: 25px;

}

/* - - - - - TABELA - - - - - */

.tab_linha {
	background-color: #F0F0F0;
	margin-bottom: 5px;
	height: 32px;
	border: 1px solid #DBDBDB;
}
#tab_esq {
	width: 40%;
	text-align: right;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}
#tab_dir {
	width: 56%;
	text-align: left;
	padding: 6px;
	float: left;
}
#tab_2colunas {
	text-align: center;
	padding: 5px;
}

/* - - - - - ROLLOVER BUTONS - - - - - */

#container {
	width: 90px;
	height: 30px;
}
#botoes {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#botoes li {
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}
#botoes a {
	float: left;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
}
#botoes a:hover {
	background-position: 0 -30px;
}
#btn_comentar a {
	width: 90px;
	background: url(img/btn_comentar.jpg) top left no-repeat;
}

/* - - - - - ROLLOVER BUTONS GIGANTES - - - - - */

#container_gg {
	width: 193px;
	height: 50px;
}
#botoes_gg {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#botoes_gg li {
	margin: 0;
	padding: 0;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}
#botoes_gg a {
	float: left;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
}
#botoes_gg a:hover {
	background-position: 0 -50px;
}
#btn_cadastrese a {
	width: 193px;
	background: url(img/btn_criarblog.jpg) top left no-repeat;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("img/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	font-weight:bold;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 15px 0 15px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	color:#cccccc;
	}
