body {

	margin: 0px;
	padding: 0px;
	
	background-color: #86B9CC;
	color: #46311E;
	
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
}

h1 {
	margin-top:10px;
	font-size: large;
}

h2 {
	margin-top:10px;
	font-size: medium;
}

a {
	font-size: larger;
	font-weight: bold;
	color: #FFB400;
	text-decoration:none;
}

a:hover {
	font-size: larger;
	font-weight: bold;
	color: #FFDE91;
}

.container {

	margin: 0 auto;
	margin-top: 20px;
	width: 900px;
}

.testata {
	
	width: 900px;
	height:180px;
	
	background: url(../img/karioka-laspezia-menu.jpg) top left no-repeat;
	
	float: left;
}

.corpo {
	width: 900px;
	
	background: url(../img/sf-corpo.jpg) top left repeat-y;
	
	float: left;
}

.footer {
	
	background: #86B9CC url(../img/karioka-la-spezia-footer.jpg) top left no-repeat; 
	width: 900px;
	padding-top: 20px;
	font-size: small;
	color: #326376;
	text-align: center;
	float: left;
}

.footer a {
	
	color: #326376;
	text-decoration:none;
	font-size: small;
}

.footer a:hover {
	
	color: #326376;
	text-decoration:underline;
	font-size: small;
}

.banner {
	width: 214px;
	
	float:left;
}

.testo {
	width: 630px;
	
	float: left;
}

.menu {
	padding-top: 102px;
	padding-left: 300px;
}

.mini {
	
	width: 100px;
	height: 70px;
	
	border: 1px dashed #F3E1A1;
	
	padding: 5px;
	
}


