html{
	height:100%;	
}

body{
	height:100%;	
	width:100%;
	margin:0px;
	background-image:url('../layout/fundobody3.jpg');
	background-attachment:fixed;
	background-repeat:repeat-x;
}

#geral{
	position:relative;
	min-height:100%;
	text-align:center;
}

#corpo{
	text-align:center;
	width:950px;
	padding-bottom:10px;
	position:absolute;
	left:50%;
	margin-left:-475px;
	background-color:#fff;
	padding:10px;
}

#menu{
	text-align:center;
	width:100%;
	height:42px;
	background-image:url('../layout/fundomenu.jpg');
}

#topo{
	text-align:center;
	height:100px;
	width:100%;
	height:80px;
	background-color:#ccc;
}

#ilustra{
	text-align:center;
	width:100%;
	height:202px;
	background-image:url('../layout/ilustra2.jpg');
	margin-bottom:15px;
}

#interno{
	width:950px;
	padding:10px;
}

#menu2{
	width:240px;
	float:left;
}

#conteudo{
	width:650px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	float:right;
}

#dados{
	text-align:center;
	width:930px;
	height:140px;
	background-image:url('../layout/fundodados.jpg');
	float:right;
	margin-top:20px;
	padding-right:20px;
}

#rodape{
	text-align:center;
	width:100%;
	float:right;
	margin-top:20px;
}

#titulopag{
	font-family:Georgia ,Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#35a6e8;
	font-style:italic;
	width:100%;
	line-height:45px;
	text-align:left;
	border-bottom:2px dotted #ccc;
	margin-bottom:20px;
}

#caixa{
	width:600px;
	border:1px solid #c5cacd;
	margin-top:20px;
	float:left;
	text-align:left;
	background-color:#edf5f9;
	padding:5px;
}


#produtos{
	width:260px;
	height:130px;
	padding:10px;
	text-align:center;
	float:left;
	border:1px solid #ccc;
	margin:10px;
}

#produto{
	width:200px;
	height:300px;
	padding:10px;
	margin:10px;
	border:1px solid #ddd;
	float:left;
}
