*{margin:0; padding:0;}

#produto{
	width:210px;
	height:160px;
	padding:5px;
	float:right;
}

body {
	background-image:url('../layout/fundobody.jpg');	
	background-attachment:fixed;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#envolta{
	width:970px;
	padding:10px;
	border:20px solid #193115;
	background-color:#fff;
}

#conteudo{
	width:750px;
	padding:15px;
	text-align:left;
}

#topo{
	width:100%;
	height:70px;
	background-color:#000;
}

#corpo{
	width:940px;
}

#menu{
	width:100%;
	height:30px;
	background-image:url('../layout/fundomenu.jpg');
}

#ilustra{
	width:100%;
	height:480px;
	margin-top:20px;
}

#inicio{
	width:100%;
	margin-top:20px;
}
#esq{
	width:159px;
	height:560px;
	background-image:url('../layout/esq.jpg');
}

#titulopag{
	width:950px;
	height:40px;
	color:#ae2019;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	margin-top:7px;
	margin-bottom:30px;
	border-bottom:2px dotted #ccc;
}

#dados{
	width:100%;
	text-align:center;
	background-color:#000;
	margin-top:20px;
}

#rodape{
	width:100%;
	text-align:center;
	background-color:#fff;
}

/* CONTAINERS DO FORMULÁRIO */

#divisor{
	width:20px;
	height:200px;
}

#caixa{
	width:920px;
	border:1px solid #eee;
	margin-top:20px;
	float:right;
	text-align:left;
	background-color:#f7f7f7;
	padding:5px;
}
