body {
   background-color: #252525;
/*    background-image: url("/img/papelparede1.jpg");   */
}
a:link, a:visited {
  color: #ffaa55;
  font-size: 15px;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

h1{font-size: 13px; width: 100%;
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	margin:0;padding: 0 0 3px;color: #fff;font-size: 35px;
	text-align: center
}
.txt {
	font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
    font-size: 14px;
    color: #fff;
}
.txtg {
    font-size: 20px;
   color: #ffffff;
  	background: #cf7a25;
	padding: 4px; 
	
	border-left-radius: 9px; /* CSS 3 */
	border-right-radius: 9px; 	
	-o-border-left-radius: 9px; /* Opera */
	-o-border-right-radius: 9px; 
	-icab-border-left-radius: 9px; /* iCab */
	-icab-border-right-radius: 9px; 
	-khtml-border-left-radius: 9px; /* Konqueror */
	-khtml-border-right-radius: 9px; 
	-moz-border-radius-topleft: 9px; /* Firefox */
	-moz-border-radius-topright: 9px; 
	-webkit-border-top-left-radius: 9px; /* Safari */	
	-webkit-border-top-right-radius: 9px;    
}

.inp {
   font-size: 14px;
}

.grey {
	background-color: #535353;
}

.black {
	background-color: #000000;
}

#banner1 {
	float:left; 
	width:400px; 
	margin-top:20px; 
/*	margin-right:5px;*/  
	margin-bottom:10px; 
}   
   
#main {
   width: 800px;
   left: 50%;
   margin: 0 auto;
   position: relative;
   margin-left: -400px;
   margin-top: 0px; 
/*   background-image: url("/img/back.jpg");*/
	background-color: #000;
   height: 670px;

   
   border-style: solid;
   border-color: #555;
   border-width: 3px;

}

#main.contato {
    background-image: url("/img/back.jpg");
    background-repeat: no-repeat;
    background-position: 50% 70px;
}

#cabecalho {
   background-image: url("/img/follii.gif");
   width: 800;
   position: relative;
   left: 50%;
   top: 0px;
   margin: 0 auto;
   margin-left: -400px;
   height: 65px;
   color: #fff;
   font-size: 30px;
   vertical-align: top;
   text-align: top;
}

#conteudo {
   width: 780;
   position: relative;
   left: 50%;
   margin: 0 auto;
   margin-top: 20px;
   margin-left: -390px;
   min-height: 300px;
}

#conteudo.contato {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity:0.6;
    height: 500px;
}
#bottom {
   width: 800;
   position: relative;
   left: 50%;
   margin: 0 auto;
   margin-top: 10px;
   margin-left: -400px;
   border-style: solid;
   border-color: #555;
   border-width: 3px;   
    background-image: url("/img/flickrbn.gif");
   height: 65px;
}
img { margin:2px; border:2px solid #ffffff; }
img#folli {border:0px;}