	body {
	  margin:0 auto;
	  margin-bottom: 30px;
	  margin-top: 0px;
	  background:url(img/fundo2.jpg) no-repeat center top fixed;
	  BACKGROUND-ATTACHMENT: FIXED;
	  }


	a {
	  color: #ff0000;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color:#009900;
	  font-weight: bold;
	  text-decoration: none;
	  }
	  

	#container {
	  width: 790px;
	  height:auto;
	  margin: 0 auto;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 14px;
	  margin-top:2px;
	  color: #000;
	  border:5px outset #75B672;	
	  background:url(img/borda.jpg) repeat-y left;
	  background-color: #ffffff;
	  	 
   
}
	  
	#container2 {
	  width: 750px;
	  height:600px;
	  margin: 0 auto;
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-size: 14px;
	  line-height: 1.6em;
	  margin-top:0px;
	  color: #000;
	  background-color: #ffffff;	  
	  }
		

	#header {
	  width: 786px;
	  height: 115px;
	  border: 2px solid #fff;
	  padding-bottom:10px;
	  padding-top: 10px;
	  clear: both;
	  background:url(img/berno8.jpg) no-repeat;
	  }
	  
	#header p { 
	  margin-top: -3px;
	  margin-left: 10px;
	  color: #fff;
      font-family: Georgia, Times New Roman, Times, serif;
	  font-weight: bold;
	  font-size: 16px;	  
	  }
	  	
	#header h1 {
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-weight: bold;
	  font-size: 50px;
	  color: #ff6600;
	  margin-bottom: 10px;
	  margin-top:30px;
	  margin-left: 10px;
	  }
	  
	#header a {
	  
	  color: #6DA6E2;
	  text-decoration: none;
	  }

	#header a:hover {
	  color: #999;
	  }
	    
    #menu {
	  float:left;
	  width:786px;
	  font-size:130%;
	  padding-bottom: 1px;
	  border:2px solid #fff;
	  background:url(img/menu.gif);
	  line-height:normal;
      }
	  
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
	  
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #menu a {
      float:left;
      background:#ffffff url(img/left.jpg) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;	  
      }
	  
    #menu a span {
      float:left;
      display:block;
      background:#ffffff url(img/right.jpg) no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #ffffff;
      }
	  
    #menu a span {
	  float:none;
	  }
	  
    #menu a:hover {
     background-position:0% -42px;
      }
	  
    #menu a:hover span {
     background-position:100% -42px;
      }


	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left; 
	  }
		
	#content p {
	  padding-bottom: 12px;
	  }
	#content img{
	  padding:5px 5px 5px 5px;
	  border: 3px inset #4F4F4F;
	  }	  
	  	  
	#content h2 {	 
	  width:500px;
	  _width:520px; /* hack para IE */
	  background:url(img/h2.gif);
	  opacity:0.80;
	  filter: alpha(opacity=80);
	  -moz-opacity: 0.80;
      padding:5px 5px 5px 5px;	
	  border:4px inset #4F4F4F;	
	  color: #ff0000;;  
	  font-size: 22px;
	  font-weight:bold;
	  text-decoration:underline;
	  font-family: Georgia, Times New Roman, Times, serif;
	  }

	#sidebar {
	  width: 175px;
	  padding-left: 19px;
	  padding-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 0.5em;
	  float: right;background:#F1F1F1;
	  border-right:4px solid #fff;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  font-size: 17px;
	  }
	  
    #sidebar h2 {
	  color: #2763A5;
	  font-size: 17px;
	  padding-left:15px;
	  background:url(img/arrow.gif)no-repeat bottom left;
	  font-weight:bold;border-bottom: 1px solid #f00;
	  font-family: Georgia, Times New Roman, Times, serif;
	  }
	  

	#footer {
	  width: 782px;
	  font-size:11px;
	  border:2px solid #fff;
      background:#75B672;
	  background-repeat: no-repeat;
	  color:#fff;
	  padding: 2px;
	  text-align: center;
	  }
	  
	#footer p {
	  color:#fff;
	  padding: 2px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #fff;
	  background:#75B672;
	  font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }
		
	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px dotted #f00;
	  }
	

	a img{
	  border: none;	    
	  }
	  
	.box {
      background-color: #fff;
      border: 1px solid #f00;
	  padding: 10px 10px 5px;
	  font-family: Georgia, Times New Roman, Times, serif;
	  color: #666;
	  font-size: 11px;
	  font-weight: bold;
	  text-align:center;
	  }

