@charset "utf-8";
/* Body & HTML */

html, body {
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#847A71;
	background-image: url(../images/bg_index.png);
	background-repeat: repeat-x;
}

* html #container {
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font:11px;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	width:990px;
	height:auto;
	min-height:100%;
	margin-bottom:120px;
	margin: 0 auto;
}

#cabecalho {
	width:990px;
	height:143px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#principal {
	width:990px;
	height:auto;
	min-height:100%;
	background-image: url(../images/bg_principal.gif);
	background-repeat: repeat-y;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#principal_single {
	width:990px;
	height:auto;
	min-height:100%;
	background-image: url(../images/bg_single.png);
	background-repeat: repeat-y;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar {
	width: 500px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidebar2 {
	width: 500px;
	float:left;
	margin: 0px 0px 0px 14px;
	padding:0px 0px 0px 0px;
}

#rodape {
	width:990px;
	height:120px;
	margin: 0 auto;
	padding:10px 0px 0px 0px;
	clear:both;
}

#clearbaixo{
	margin: 0px 0px -120px 0px;
	clear:both;
	height:120px;
}

#artigos_destaques {
	width:437px;
	height:auto;
	float:left;
	margin: 0px 0px 0px 15px;
	padding:10px 0px 20px 10px;
}

#artigos_conteudo {
	width:550px;
	height:auto;
	float:left;
	margin: 0px 1px 0px 15px;
	padding:10px 0px 20px 3px;
}

#artigo_id {
	width:390px;
	margin:0px 0px 15px 0px;
	float:left;
}

#artigo_id_single {
	width:526px;
	margin:0px 0px 15px 0px;
}

#artigo_sidebar {
	width:260px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 30px;
	float:left;
	clear:left;	
}

#artigo_sidebar_single {
	width:260px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
	float:left;
}

#artigos_aleatorios {
	width:300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#artigos_aleatorios_single {
	width:290px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#estat_diversos {
	width:200px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	float:left;
}

