@charset "iso-8859-1";

/* 
	Junior Meneguette
	junior@spectranet.com.br
	http://www.spectranet.com.br

 	
	ESTRUTURA PRINCIPAL
 
 */

* {
	margin:0;
	padding:0;	
}
h1 {
	font:20px 'Trebuchet MS';
}
a , a:link , a:visited {
	text-decoration:none;
	color:#d25c67;
}
a:hover {
	color:#7d0612;
}
p {
	margin:0;
	padding:0;
}
body {
	font:12px 'Trebuchet MS';
}

#pagina {
	float:left; 
	width:600px; 
	padding:20px 0 0 28px;
}
.infoPublicacao {
	float:left;
	margin:20px 0 20px 0; 
}
.descPublicacao {
	font:12px 'Trebuchet MS';
}
.areaPublicacao {
	clear:both; 
	font:bold 15px 'Trebuchet MS'; 
	color:#900;
}
