@charset "utf-8";
/*Simplify width and height calculations*/
html{
	box-sizing: border-box;
}
*, *:before, *after {
	box-sizing: inherit;
}
#wrapper {
}
body {
	margin-top: 0px;
	margin-right: 200px;
	margin-left: 200px;
	margin-bottom: 100px;
	color: #CF1C44;
	font-family: "Goudy Old Style";
	background-image: url(../images_pasta/pasta.png);}
body {
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
}
body h1 {
}

#navlinks {
background-color: #D8C6B8;}

#navlinks {
	color: #0B9446;
	display: block;
	padding-top: 10PX;
	padding-bottom: 10px;
	margin: 0;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	vertical-align: top;
}
