*{margin:0; padding:0;}

html{
	height:100%;	
}

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

body{
	background-color:#000;
}

#topo{
	margin-top:30px;
	margin-bottom:20px;
}

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

#menu{
	text-align:center;
	width:950px;
	height:40px;
	margin-top:127px;
	margin-bottom:5px;
}

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

#titulopag{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#505050;
	width:100%;
	line-height:45px;
	text-align:left;
	margin-bottom:20px;
}

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

#produtos{
	width:210px;
	height:130px;
	overflow:hidden;
	padding:0px;
	margin:9px;
	text-align:center;
	float:left;
	border:2px solid #333333;
}

#chamadas{
	background-color:#505050;
	padding:10px;
	float:left;
	margin:10px;
	height:170px;
}

#chamadas2{
	background-color:#505050;
	width:270px;
	padding:10px;
	float:left;
	margin:10px;
}

#chamadas3{
	background-color:#505050;
	width:940px;
	padding:10px;
	float:left;
	margin:10px;
	text-align:center;
}