/* CSS Document */

* 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="images/blank.png").substr(0, 0)  ) 			:
 this.runtimeStyle.filter=""  )  );
}

body {
	background-color: #FFFFFF;
	background-image: url(images/bg_line.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.line-left{
	background-image:url(images/line_left.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-esquerda{
	background-image:url(images/header_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:245px;
	height:372px;
}

.header{
	width:779px;
}

.line-right{
	background-image:url(images/line_right.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.lateral-direita{
	background-image:url(images/header_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:256px;
	height:372px;
}

.centro{
	background-image:url(images/body_line.png);
	_background:none;
	background-repeat:repeat-y; 
	background-position:left;
	width:779px;
}

.bg_top{
	background-image:url(images/top_line.gif); 
	background-position:top; 
	background-repeat:repeat-x;
}

#menu{
	height:51px;
	margin-left:26px;
}

.bt-home{
	background-image:url(images/bt_home.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:62px;
	height:51px;
	float:left;
}

.bt-livro{
	background-image:url(images/bt_livro.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:69px;
	height:51px;
	float:left;
}

.bt-autor 	{
	background-image:url(images/bt_autor.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:64px;
	height:51px;
	float:left;
}

.bt-capitulo{
	background-image:url(images/bt_capitulo.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:118px;
	height:51px;
	float:left;
}

.bt-home{
	background-image:url(images/bt_home.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:62px;
	height:51px;
	float:left;
}

.bt-performance{
	background-image:url(images/bt_performance.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:166px;
	height:51px;
	float:left;
}

.bt-midia{
	background-image:url(images/bt_midia.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:89px;
	height:51px;
	float:left;
}

a.bt-home:hover, .bt-livro:hover, .bt-autor:hover, .bt-capitulo:hover, .bt-performance:hover, .bt-midia:hover{
	background-position:bottom center;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f3f3f;
	text-decoration:none;
}

.rodape{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#3c7178;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

;