@charset "utf-8";
/* CSS Document */

/* default styles */

body { 
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:lef;
color:#fff;
background: #526F43; }

h1 { font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size:15px; }


/* layout - Divs principais*/

	#wrapper { width:1280px;  height:760px; background:#526F43 url(images/back.jpg) no-repeat; margin: 0 auto; margin-top:-5px; }
	
	#bloco { width:880px;  height:200px; margin-left:240px; float:left; margin-top:240px; }
	
	#bloco p { color:#000; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-align:justify; line-height:25px;
