/* CSS Document */
body {
	margin:0px; 
	font-family:Arial;
	font-size:12px;
	background-image:url(images/fundo-pagina.jpg);
	background-color:#ffb608;
	background-repeat:repeat-x;
	background-position:top;
}
#tudo{
	width:990px;
	margin:0 auto;	
}	
#topo{
	width:990px;
	height:379px;
	float:left;
}
#conteudo{
	width:990px;
	background-color:#FFFFFF;
	float:left;
}
#blog-index-chamada{
	width:322px;
	padding-left:29px;
	float:left;
}
#blogitem{
	width:322px;
	margin-top:30px;
	float:left;
}
#blog-index-chamada-title{
	width:322px;
	height:50px;
	float:left;
}
#rodape-conteudo{
	width:990px;
	float:left;
}

/* textos */
h1{font:arial; color:#333333;}
h2{font:arial; color:#666666;}
p{font:arial; color:#666666; font-size:12px;}
.texto-post{
	width:322px;
	float:left;
}
.texto-post-titulo{
	width:322px;
	float:left;
}

/* links */
a.linkpadrao:link, a.linkpadrao:visited, a.linkpadrao:active {text-decoration: underline; color:#FF9900;}
a.linkpadrao:hover {text-decoration: none; color:#242424; font-weight:bold;}