*{margin:0; padding:0;}

html{
	height:100%;	
}

#fundo1 {
	background-image:url('../layout/fundobody.jpg');	
	background-repeat:repeat-x;
	background-position:top;
}

#fundo2 {
	background-image:url('../layout/fundobody2.jpg');	
	background-repeat:repeat-x;
	background-position:top;
}

body{
	background-color:#fff;
}

#topo{
	width:950px;
	height:320px;
	margin-bottom:40px;
}

#corpo{
	width:950px;
	padding:5px;
}

#menu2{
	text-align:right;
	width:950px;
	height:40px;
	margin-top:65px;
	margin-bottom:20px;
}

#dados{
	text-align:right;
	width:100%;
	background-color:#868789;
	margin-top:50px;
}

#rodape{
	text-align:center;
	width:100%;
	background-color:#fff;
}

#titulopag{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#6d5c28;
	width:650px;
	text-align:left;
	line-height:50px;
	margin-bottom:15px;
}

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

#caixa2{
	width:250px;
	border:1px solid #bbb;
	margin-top:10px;
	float:left;
	text-align:left;
	padding:5px;
}

#produtos{
	width:250px;
	padding:5px;
	color:#6d5c28;
	margin-right:20px;
	text-align:left;
	float:left;
	border:1px dotted #dfd4b6;
	margin-bottom:10px;
}

#produtos2{
	width:100px;
	padding:5px;
	margin-right:5px;
	text-align:center;
	float:left;
	border:1px dotted #dfd4b6;
}