html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px 0px 0px 0px;
	background-image:url('../layout/madeira.jpg');
	background-attachment:fixed;

}

img.a{
	border:4px solid #fff;
}

/* CONTAINERS MESTRES ///////////////////////////////////////////////// */
#geral{
	position:relative;
	height:100%;
	text-align:center;
	width:800px;
/*	background-image:url('../layout/fundo.jpg');
	background-repeat:repeat-x; */
}

#corpo{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-405px;
	border:2px solid #fff;
}

/* CONTAINERS DIVISÃO ESTRUTURAL ///////////////////////////////////////////////// */
#topo{
	text-align:center;
	width:800px;
	float:left;
}

#chamada{
	width:800px;
	float:left;
	text-align:center;
}

#miolo{
	width:800px;
	float:left;
}

#entrega{
	width:800px;
	height:50px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#fff;
	background-color:red;
	float:left;
}

#dados{
	width:800px;
	float:left;
}

#rodape{
	text-align:center;
	height:100px;
	width:800px;
	float:left;
}

/* CONTAINERS INTERNOS ///////////////////////////////////////////////// */
#esq{
	text-align:center;
	font-weight:bold;
	float:left;
	margin-top:35px;
	padding:10px;
}

#dir{
	text-align:left;
	float:right;
}

#dir2{
	text-align:right;
	float:right;
}

#menu{
	height:60px;
	text-align:right;
	float:left;
	margin-left:30px;
	padding-right:3px;
}

/* CONTAINERS PÁGINAS INTERNAS ///////////////////////////////////////////////// */
#linha1{
	width:800px;
	margin:5px 0px 5px 0px;
	text-align:center;
}

#linha2{
	width:750px;
	margin:0px 0px 60px 0px;
	text-align:left;
	border:1px solid #bbb;
	padding:10px;
	margin:30px 0px 20px 0px;
}

#linha3{
	width:750px;
	margin:30px 0px 20px 0px;
	text-align:left;
}

#separador{
	width:150px;
	height:1px;
	float:left;
}

#cont1{
	text-align:right;
	width:200px;
	padding-right:25px;
	float:left;
}

#cont2{
	width:420px;
	text-align:left;
	padding-bottom:20px;
	float:left;
}

#cont3{
	margin-left:100px;
	width:450px;
	text-align:left;
}