/* CSS Document */
.main {
	width:425px;
	}
.left {
	width:40px;
	background-image:url(images/pizzacono_02.jpg);
	background-repeat:repeat-y;
	}
.right {
	width:40px;
	background-image:url(images/pizzacono_04.jpg);
	background-repeat:repeat-y;
	}
.middle {
	width:315px;
	vertical-align:top;
	text-align:justify;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.middle_flav {
	width:315px;
	vertical-align:top;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
.spacer {
	width:15px;
	}
.menu {
	width:315px;
	}
a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:underline;
}