/* Body e estilos gerais*/

body

  {
  	  background:url(http://www.panamby.com.br/img/blog-fundo.jpg);
  }
  


/* Parte superior do site onde esta o Logo, Titulo e Menu Base*/

#header

	{
	height:95px;
	width:770px;	
	padding-top:15px		
	}
	
#header .logo

	{
	width:105px;
	height:85px;
	float:left;		
	}

#header .logo img
	
	{
	width:97px;
	height:88px;
	
	border:0px solid #000;
	}

#header .titulo

	{
		width:500px;
		height:85px;
		float:left;
	}
	
#header .titulo h1

	{
		font-size:20px;
		display:inline;
		font-family:Arial;
		color:#C0C0C0;
	}
	
#header .titulo span

	{
		font-size:16px;
		color:#C0C0C0;
		font-weight:bold;
	}
	
#header .bandeiras

	{
		width:150px;
		height:85px;
		float:left;
	}
	
#header .bandeiras img

	{
		width:22px;
		height:15px;
		margin-left:5px;
		border:0px solid #000;
	}
	
	
	
/* Parte do footer */

#footer .box
	
	{
		width:360px;
		height:125px;	
		margin-left:15px;
		float:left;
	}
	
#footer .aba-top
	
	{
		width:340px;
		height:22px;
		float:left;
		
		margin:0px 0px 0px 0px;
		padding-top:10px;
		padding-left:20px;
		
		color:white;
		text-align:left;
		font-weight:bold;		
		
		background-image:url(../bg-box-top.jpg);
		background-color:#2f4d38;
		background-repeat:no-repeat;
		background-position:top;
	}
	
#footer .aba-bot
	
	{
		width:360px;
		height:110px;
		
		float:left;
		
		background-image:url(../bg-box-bot.jpg);
		background-color:#dddddd;
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
#footer td
	
	{
		text-align:left;
	}
	
#footer .link-home
	
	{
		font-style:italic;
		color:black;
		text-decoration:none;
	}
	
.aba-bot p
	
	{
		font-family:arial;
		margin-top:5px;
		text-align:left;
		margin-left:20px;
		font-size:11px;
	}
	
/* Arrumando a configuração da tabela */


  
.contactinfo td

  {
		padding:0px;
		padding-left:5px;
		padding-top:3px;   
  }