 
body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(imagens/bg.jpg);
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a { outline:0; }
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
} 

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 15px 0px 0px;
}


#titulo {
	margin-top:10px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFF;
	font-size:20px;
	background-color: #090;
	font-weight: bold;
	text-align: center;
	width: 480px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
} 
#titulos1 {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#00F;
	font-size:16px;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	width: 200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
} 

#titulos1a{
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#00F;
	font-size:16px;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	width: 210px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-right: 5px;
} 


#ultimas{
	color:#000;
	font-size:12px;
	text-align: left;
	width: 470px;
	float:left;
	padding: 5px;
	margin-bottom:10px;
	}
#texto{
	color:#000;
	font-size:12px;
	text-align: left;
	width: 190px;
	float:left;
	margin-bottom:5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}	
	
#footer {
	background:#fff;
	clear: both;
	padding: 0px;

}
#texto p a {
	text-decoration: none;
	color: #F00;
}
#texto p a:hover {
	color: #900;
	text-decoration: none;
}
#ultimas p a {
	color: #F00;
	text-decoration: none;
}
#container #ultimas p {
	text-align: justify;
}
