* {
	margin: 0;
	padding: 0;
}

/* -- Parametros -- */

body {
	background: url(../imagens/bg.jpg) no-repeat center top;
	height:386px;
}

html {
	background-color:#b7610e;
}

address{
	font-style:normal;
	line-height:16px;
}

li{
	list-style:none;
	padding-bottom:20px;
}

h3{
	color:#d56d08;
	font-size:12px;
	font-weight:100;
}

h4{
	color:#d56d08;
	font-size:14px;
	font-weight:110;
	padding-top:20px;
	padding-bottom:20px;
}

p{
	padding-bottom:20px;
	line-height:16px;
}

img{
	border:0;
}

a{
	text-decoration:none;
}
/* -- div -- */

#topo{
	margin-top:10px;
}

#animacao_topo{
	width:760px;
	height:140px;
}

#esquerda {
	width:272px;
	float:left;
	margin-left:3px;
}

#direita {
	width:479px;
	float:left;
	margin-left:5px;
}

#endereco{
	padding-top:20px;
}

#fundo_esquerda, #fundo_direita{
	background-color:#FFFFFF;
}

#esquerda, #direita {
	margin-bottom:20px;
}

#conteudo_esquerda{
	margin-left:15px;
	padding-bottom:20px;
}

#conteudo_direita{
	width:440px;
	margin-left:15px;
	padding-bottom:20px;
}

#arredondamentoInferiorDireito{
	background: url(../imagens/arredondamentoInferiorDireito.gif) no-repeat left top;
	width:479px;
	height:6px;
	position: relative;
	margin: 0 auto;
}

#arredondamentoInferiorEsquerdo{
	background: url(../imagens/arredondamentoInferiorEsquerdo.gif) no-repeat left top;
	height:6px;
	position: relative;
	margin: 0 auto;
}

div:after{
	content:".";
	display: block;
	clear:left;
	visibility:hidden;
	overflow:hidden;
	height:0;
}

/* -- Classes -- */

.global {
	width: 760px;
	margin: 0 auto;
	background: url(../imagens/fundo_conteudo.jpg) repeat-y center top;
	display: table;
}

.central {
	width: 760px;
	margin: 0 auto;
	display:table;
}

.imagem{
	background:transparent url(../imagens/bg_foto.gif) no-repeat 6px 6px;
	width:120px;
	height:120px;
}
