body {
	background: #28658e url(fundo.gif) repeat-x;
	color: #fff;
	font: 90% Arial, Helvetica, sans-serif;;
   margin: 0;
   padding: 0;
}
p {margin: 0 0 0.75em 0;line-height: 1.5em;}
.moldura {
	padding: 10px 10%;
	border-left: 20px solid #f27e40;
	border-right: 20px solid #2c9d44;
	height: 100%;
}
.topo {padding-bottom: 20px;}
h1 {margin: 0 0 20px 0;	padding: 0;}
.coluna1 {float: left;width: 60%}
.coluna2 {float: right;	width: 30%}
.coluna2 a {color: #fff !important; font-weight: bold;}
.clear {clear: both;	text-align: center;font-size: 69%;}

/*JUITTER PLUGIN CSS*/
#juitterContainer{ color: #000;} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;background:#fff;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:55px;} 
#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}
#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/