﻿* {
	padding: 0;
	margin: 0;
}

img { behavior: url(iepngfix.htc); }

body {
	background-color: #669900;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p {
	text-align: left;
}

a {
	color: maroon;
	text-decoration: none;
}

a:visited {
	color: maroon;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

td.rightcol {
	padding: 0 5px 0 5px;
	text-align: center;
	/*border: thin brown dashed;*/
}

td.rightcol p {
	font-size: 14px;
	text-align: center;
	padding: 0 5px 15px 5px;
}

td.rightcol img {
	padding: 0 0 5px 0;
}

td.rightcol h2 {
	text-align: center;
}

#page {
	width: 785px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFCC;
/*	background-color: #FFFFCC; */
}

#header {
/*	height: 222px;	*/
	height: 222px;
	padding: 0;
	background-image: url(images/zpizza.mountain.view.background.jpg);
	background-color: #FFFFCC;
}

#header a {
	text-decoration: underline;
}

#header h1 {
	position: absolute;
	left: 142px; /*142*/
	top: 20px; /*110*/
	width: 500px;
	text-align: right;
	
	font-size: 22px;
	font-weight: bold;
	color: #703B04;
}

#header h2 {
	position: absolute;
	left: 142px; /*142*/
	top: 48px; /*139*/
	width: 500px;
	text-align: right;
	
	font-size: 20px;
	font-weight: bold;
	color: #703B04;
}

#header h3 {
	position: absolute;
	left: 142px; /*142*/
	top: 138px; /*139*/
	width: 500px;
	text-align: right;
	
	font-size: 16px;
	font-weight: bold;
	color: #703B04;
}

#header img {
	position: absolute;
	top: 20px;
	left: 657px;
	width: 117px;
	height: 176px;
	
/*
	top: 10px;
	left: 336px;
*/
	border: 0;
}

#navbar {
	position: absolute;
	width: 786px;
/*	top: 306px; */
	top: 215px;
	margin: 0;
	padding: 0;
}

#navbar img {
	border: 0;
	padding: 0;
	height: 27px;
	width: 131px;
}

#content {
	padding: 30px 10px 15px 15px;
	background-color: #FFFFEE;
}

#content h1 {
	padding: 0 0 10px 0;
}

#content .zpizzaheader {
	color: olive;
}

.menulist ul {
	padding: 0 0 20px 0;
}

.menulist li {
	list-style-type: none;
	display: inline-block;
	border-bottom: 1px dashed;
	border-color: brown;
	padding: 10px 0 10px 0;
	height: 150px;
	width: 515px;
}

.menulist h3 {
}

.menulist p {
	margin-bottom: 10px; 
}

.menulist img {
	float: left;
	clear: left;
	padding: 0 10px 0 0;
}

#footer {
	padding: 10px 10px 15px 10px;
	float: left;
	width: 765px;
	background-color: #D4D464;
}

#footer p {
	text-align: center;
}

.highlight {
	color: olive;
	font-weight: bold;
}

.box {
	border: thin brown dashed;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 10px 5px 0 5px;
	background-color: #FFFFCC;
}

.frontbox {
	border: 1px olive dashed;
	width: 205px;
	margin: 10px 25px 10px 5px;
	float: left;
	padding: 10px 10px 10px 10px;
}

.frontbox h1 {
	text-align: center;
}

.frontbox p {
	font-size: 13px;
	margin: 0 0 12px 0;
}

.frontboxright {
	border: 1px olive dashed;
	width: 205px;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	float: left;
}

.frontboxright h1 {
	text-align: center;
}

.frontboxright p {
	font-size: 13px;
	margin: 0 0 12px 0;
}

.paddedcenteredimage {
	padding: 0 0 10px 0;
	text-align: center;
	display: block;
}

