/*--------------------------------------------------------------------
Corpo Style / Estruturas comuns (IE6 FF1.5)

Version: 	1.0
author: 		Burocratik (alexandre gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
@import url(texto.css);

/* =CONTENT ESQUERDA
------------------------------------------------------*/
#content-esq {
	float: left;
	width: 205px;
	margin: 47px 20px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 11px;
	line-height: 1.5em; letter-spacing: normal;
}

/* =Content Centro: texto
------------------------------------------------------*/
#content-center {
	float: left;
	position: relative;
	width: 430px;
	margin: 30px 20px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 12px;
	line-height: 1.5em; letter-spacing: normal;
	color: #485056;
}
#content-center h2 { /* :INFO: titulo */
	margin: 0; padding: 0;
	color: #1e5f41;
	font-size: 38px; font-weight: normal; line-height: 1em; letter-spacing: -3px;
}
#content-center h3 { /* :INFO: Subtitulo quando existir*/
	margin: 0;	padding: 20px 0 0 0;
	font-size: 18px; font-weight: normal; line-height: 1em; 
	color: #429369;
}
#content-center h4 { 
	margin: 0;	padding: 20px 0 0 0;
	font-size: 11px; font-weight: bold; line-height: 1em; 
	color: #429369;
}
#content-center p {
	margin: 0; padding: 13px 0 0 0; 
	font-size: 12px; line-height: 1.3em;
}
#content-center a {color: #485056; text-decoration: none; border-bottom: 1px solid #429369;}
#content-center a:visited {color: #485056; border-bottom: 1px dotted #429369;}
#content-center a:focus, #content-center a:hover {color: #485056; border-bottom: 1px dotted #429369; }
