html { 
text-align: center; 
font-family: arial, sans-serif;
}

body { 
margin: 0 auto;
text-align: left; 
width: 775px;
}

dt {
font-weight: bold;
}

dd {
margin: 5px auto 5px 20px;
}

h1 {
font-size: 160%;
text-indent: -9999px;
height: 150px;
}

img#print-logo {
display: none;
}

.ny {
background: transparent url(cibellis-ny-pizza.png) no-repeat;
}

.beachside {
background: transparent url(cibellis-pizza-beachside.png) no-repeat;
}

h2 {
font-size: 150%;
text-align: center;
}

h3 {
font-size: 140%;
text-decoration: underline;
}

h4 {
font-size: 130%;
}

blockquote {
font-style: italic;
font-size: 75%;
}

div#branding {
float: left;
width: 50%;
height: 200px;
}

div#menu-info {
float: right;
width: 49%;
height: 200px;
text-align: center;
}

div#menu-info * dt {
font-size: 90%;
}

div#menu-info * dd {
margin-left: 0;
font-size: 80%;
}

div#pizza-menu {
clear: left;
float: left;
width: 37%;
padding-right: 2%;
}

div#entree-menu {
clear: right;
float: right;
width: 58%;
padding-left: 2%;
}