@charset "utf-8";
* html img/**/ {  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="img/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
} 

body { font-family: Arial, Helvetica, sans-serif; font-size:12px; background: url(../img/bg.jpg) no-repeat #fff center top fixed; padding:0; margin:0;}

p {padding:0; margin:0; color:#4e5b6b;}
p.fotos {padding:5px;}
p.depoimento {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; letter-spacing:-1px;}
p.nomedepoimento {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; letter-spacing:-1px; color:#194068; padding-top:5px;}

a:link,a:visited {text-decoration:underline; color:#4e5b6b;}
a:hover {text-decoration:none; color:#4e5b6b;}

img, form {padding:0; border:0; margin:0;}
img.rodape {margin-top:25px;}

#tudo {width:1000px; margin:0 auto;}

#esquerda {width:191px; float:left; background:url(../img/logo.gif) no-repeat left top; padding:310px 21px 10px 33px;}

#direita {width:735px; float:right; padding-right:20px;}

#conteudo {width:690px; padding-left:22px; float:left;}

