#menu {
	width: 700px;
	height: 35px;
	color: #CF1C44;
	font-size: 16px;
	font-family:goudy old style italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 2px 3px #333333;
	background-color: #0b9446;
	border-radius: 8px;
	
}

#menu ul{
	height: auto;
	padding: 8px 0px;
	margin: 0px;
}

#menu li{
	display: inline;
	color: #CF1C44;
	padding: 10px;
}

#menu a {
	text-decoration: none;
	color: #CF1C44;
	padding: 8px 8px 8px 8px 8px;
}

#menu a:hover {
	background-color: #0b9446;
	color: white;
}

body {
	background-image: url("PastaAmore.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 200%;
	margin-right: 490px;
}

form {
	font-family:goudy old style italic;
	font-weight: bold;
}

header {
	color: #CF1C44;
	font-family:goudy old style italic;
	text-align: center;
	font-size:100%;
}

footer {
	color: #CF1C44;
	font-family:goudy old style italic;
	clear: left;
	text-align: center;
}
