/* CSS Document */

body { background: url(imgs/bg.jpg) repeat-x;
	margin: 0px; 
	font: 12px "trebuchet MS", Tahoma; }
	
#conteiner { width: 800px;
	margin: auto; }

#left { width: 165px;
float: left;}

#left a { color: #000; }

#topmenu { width: 170px;
float: right;
position: absolute;
margin-top: 130px;
margin-left: 0px;
padding: 3px;
background: #fff; }

#sidebar { float: left;
margin-top: 25px; 
margin-left: -15px;
}

#top { width: 700px;
	height: 180px;
	margin-top: 18px; }
	
#menu { width: 250px;
	margin: -25px;
	float: left; }

#menu ul li a { color: #0098FF; }

#menu ul li a:hover { color: #000033; }

#menu .widgettitle { font-size: 14px;
	font-weight: 900; }
	
#menu #meio { width: 160px;
	background: url(imgs/mMiddle.png) repeat-y;
	float: left; }	

#menu img { float: left; }	
	
#content { width: 585px;
	margin: 15px;
	float: right; }
	
.link { width: 110px;
	height: 22px;
	padding-left: 20px;	
	color: #666666;
	padding-top: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(imgs/btn1.jpg) no-repeat;
	float: left;
	margin-left: 7px; 
	text-decoration: none;}
	
.link:hover { background: url(imgs/btn2.jpg) no-repeat;
	color: #000000; }
	
#logo { background: url(imgs/protoc.png) no-repeat;
	width: 165px;
	height: 95px;
	float: left; }	
	
#banner {
	width: 480px;
	height: 180px;
	float: right; }	
	
.quadro { background: url(imgs/bg1.png) no-repeat;
	width: 235px;
	height: 230px;
	float: left;
	padding: 10px;
	margin-bottom: 15px; }		
	
	
.quadro p { font: 11px "trebuchet MS", Tahoma;
	text-align: justify;
	margin-right: 20px; }	
	
.quadro ul li { font: 11px "trebuchet MS", Tahoma;
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
	margin-right: 5px; }	
	
#content a { color: #999999; }

#content a:hover { color: #000000; }	

#content p { font: 12px "trebuchet MS", Tahoma;
	text-align: justify; }
	
#content .storytitle { font: 18px "trebuchet MS", Tahoma;
	color: #000033;
	border-bottom: 1px solid  #0066CC; }
	
#content .storytitle a { text-decoration: none;
	color: #000033; }		
	
#content h2 { font: 14px "trebuchet MS", Tahoma;
	color: #003366; }	
					