*{
	margin:0;
	padding:0;
}
body{
	**background:url(img/fundo.jpg);
}
#tudo{
	margin:0 auto;
	position:relative;
	top:60px;
	background:#ffffff;
	width:1450px;
	height:850px;
	webkit-border-radius:25px;
	border-radius:25px;
	webkit-box-shadow:0px 0px 25px #a2a0a0;
	box-shadow:0px 0px 25px #a2a0a0;
}
#sup{
	height:180px;
	**background:#c8c6c6;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:gray;
	
}
#logo{
	width:280px;
	height:180px;
	**background-image:url(img/logo.gif);
	**background-repeat:no-repeat;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#menu{
	width:1150px;
	float:right;
	height:180px;
	**background:#8b8888;
}
#content{
	height:570px;
	**background:#ffff9f;
	}

	#itens{
	margin-top:30px;
	padding-left:30px;
	padding-right:5px;
	height:550px;
	width:200px;
	**background:green;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:gray;
	font-family:verdana;
	font-size:14pt;
	
	}
#inf{
	padding-left:650px;
	height:100px;
	**background:#8b8888;
	font-family:verdana;
	font-size:12pt;
}



