/*############################################################## 
	@AtivaWeb:		www.ativaweb.com
	@Autor:			Aderbal Nunes
	@e-mail:		aderbalnunes@gmail.com
	@data:			14/08/2007
	@content:		Folha de estilo para layout principal 
###############################################################*/

*{margin:0;padding:0;}
address,th{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
html, body { height: 100%;  }
caption,th{text-align:center; }
img,fieldset{border:none;}
ol,ul{list-style:none; font-size:inherit;}
a{text-decoration:none;}
div{position:relative;}

body{
	font-family:"Trebuchet MS";
	font-size:12px;
}

#corpo{
	width:778px;
	margin:0 auto; /*Centraliza o Layout no Firefox*/	
	z-index:2;
	border:1px solid #CCCCCC;
}

#top{
	background:url(../images/tplBgTop.jpg) no-repeat center;
	width:777px;
	height:200px;
	margin:0 auto;
}