body {
	background: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a img {border: none;}
a, a:visited {	color: #000000;}

/* Titulos */
h1 {display: inline;	margin: 10px 0 0 20px;}
h2 {
	color: #807C95;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 150px;
}
h3 {
	background: #7A7EA3;
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {line-height: 24px;}
#moldura {
	background: url(moldura.gif) #7A7EA3 repeat-y right;
	margin-right: 3%;
}

/* Area do texto */
#conteudo {
	background: url(conteudo.gif) #FFFFFF repeat-y right;
	float: left;
	padding-bottom: 100px;
	width: 72%;
}
#texto {margin: 0 16% 0 150px;text-align: justify;}
#texto h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* icones */
ul#acoes {
	list-style: none;
	margin: 30px 0 0 150px;
	padding: 0;
}
ul#acoes li {
	background: url(icones.gif) no-repeat;
	display: inline;
	float: left;
	padding: 20px 30px 20px 0;
}
ul#acoes li#favoritos {background-position: 0 -100px;}
#acoes a, #acoes a:visited {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#acoes li a {
	font-size: 12px;
	padding: 20px 0 20px 60px;
	white-space: nowrap;
}

/* lateral direita */
#lateral {
	float: right;
	overflow: hidden;
	padding-top: 170px;
	text-align: center;
	width: 26%;
}
.caixa {
	font-size: 12px;
	margin: 0 6px 0 7px;
	padding: 10px 14px 0 13px;
	text-align: right;
}
.texto1 {font-size: 13px; font-weight: bold;}
.texto2 {font-size: 16px;font-weight: bold;}
#copyright {
	background: url(ondas.gif) no-repeat top right;
	font-size: 11px;
	padding-top: 410px;
}
.clear {clear: both;}