@charset "utf-8";
#main {
	width:700px;
	height:100%;
	margin:0 10px 0 10px;
}
#ordini {
	width:640px;
	margin:15px 30px 0 30px;
	border-bottom:1px solid;
	border-right:1px solid;
}
#ordini-bord {
	width:620px;
	margin:10px;
	border-top:1px solid #990000;
	border-left:1px solid #990000;
}
.titolo {
	widht:400px;
	font: bold 14px Georgia; 
	color: black; 
	text-decoration: none;
	line-height: 40px;
	padding-left: 5px;
	margin-bottom:20px;
}
.ordini-titolo {
	font:bold 15px Georgia;
	line-height: 30px;
	color: #990000;
	text-align:center;
	padding: 10px;
}
.ordini-testo {
	font-family: Georgia;
	font-size: 15px;
	line-height: 26px;
	color: black;
	text-align:justify;
	padding: 10px;
}
.ordini-testo a {
	color: #990000; 
	text-decoration:none; 
}
.ordini-testo-bold {
	font:bold 15px Georgia; 
	line-height: 30px; 
	color: black; 
	text-align:center; 
}
#footer {
	margin:30px 0 0 0;
}
