body{
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000;
	
}

#head{
	width: 100%;
	height: 100px;
	border-bottom: 5px solid #2191c6;
}

#logo{
	width: 200px;
	height: 64px;
	background: url(logo.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top: 25px;
	
}

.clear{
	clear: both; 
}


#imagem{
	float: right;
	
}
	
ul#lista1{
	float: left;
	width: 700px;
	
}



#informacoes{
	width: 650px;
	height: 57px;
	position: absolute;
	right: 50%;
	margin-right: -490px;
	top: 25px;
	line-height: 18px;
}

#tudo{
	position: absolute; 
	left: 50%; 
	margin-left: -490px;
	width: 980px;
	height: 300px;
}

#titulo{
	font-family: arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2191c6;
	border-bottom: 2px solid #2191c6;
}

#input_nome{
	width: 500px;
}

#itemAmount1{
	width: 150px;
}

#aviso{
	font-weight: bold;
	width: 100%;
	background: #ffffcc;
	padding: 10px;
}