* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/fundo_topo.jpg) no-repeat center top;
	height:586px;
}

html {
	background: url(../images/fundo_body.jpg) repeat-y center top;
}

p{
	padding-bottom:20px;
}

a{
	text-decoration:none;
	color:#78210c;
}

h3{
	font-size:20px;
	margin-bottom:20px;
}
/* -- div -- */

#topo{
	width:780px;
	height:460px;
}

#rodape{
	background: url(../images/fundo_rodape.jpg) repeat-x center bottom;
	width:100%;
	height:234px;
}

#central {
	background: url(../images/fundo_central.gif) repeat-y center top;
	width: 780px;
}

#inferior {
	background: url(../images/fundo_inferiror.gif) no-repeat center top;
	width: 780px;
	height: 12px;
	position: relative;
	margin-bottom:40px;
}

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

/* -- Classes -- */

.global {
	width: 780px;
	margin: 0 auto;
	display: table;
}

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

.color{
	color:#CAB48C;
}

