
/*
- - - - - - - - - - 
Lay-Out
- - - - - - - - - - 
*/

#block {
	width: 422px;
	position: relative;
	top: 12px;
	margin-bottom: 30px;
	left: 50%;
	margin-left: -211px;
	background-image: url(/inst/brsa/img/bg.gif);
	background-repeat: repeat-y;
}

#topo {
	background-image: url(/inst/brsa/img/head.gif);
	background-repeat: no-repeat;
	height: 124px;
	width: 422px;
}

#rodape {
	background-image: url(/inst/brsa/img/footer.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 422px;
}

#conteudo {
	margin-top: 10px;
	margin-bottom: 35px;
	width: 312px;
	text-align: left;
}

/*
- - - - - - - - - - 
Text-format
- - - - - - - - - - 
*/

#conteudo li {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #5D6C80;
/* posicionamento */
	width: 312px;
	margin-left: 55px;
	padding: 3px;
	padding-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
}

#conteudo a {
	color: #5D6C80;
}

#conteudo a:hover {
	color: #900;
	text-decoration: underline;
}

/* Retranca
- - - - - - - - - - - - - - - - - - - - 
#conteudo p {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
- - - - - - - - - - - - - - - - - - - - 
*/
