body {
	background-color: #ffffff;
	background: url('images/canvasbg3.jpg');
	margin: 0px;
	padding: 0px;
	font-family:  arial, verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#maincontainer {
	width: 800px;
	background: #ffffff;
	position: relative;
	margin: 0 auto;	margin-top: 60px;
	text-align: left;	
}

#paper {
	position: absolute;
	left: 30px;
	top: 12px;
	width: 550px;
	background: url('images/paperbg.jpg');
	border: 2px solid #404040;
	z-index: 9;
	padding-top: 130px;
	min-height: 400px;
	padding-left: 15px;
	padding-right: 60px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#footer {
	position: absolute;
	left: 6px;
	bottom: 0px;
	color: #808080;
	font-size: 10px;
	font-weight: normal;
}

#wood {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 250px;
	background: url('images/woodbg.jpg');
	border: 2px solid #000000;
	height: 440px;
	z-index: 9;
}

#pagehdr {
	position: absolute;
	right: 60px;
	top: 90px;
	font-weight: bold;
	font-size: 16px;
	color: #c00000;
	text-align: right;
	width: 370px;
	border-bottom: 1px dotted #653b22;
}

#napkin {
	background: url('images/napkin3.png');
	z-index: 10;
	position: absolute;
	top: 10px;
	width: 237px;
	height: 229px;
	padding-top: 14px;
	padding-left: 16px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

.logo {
	position: absolute;
	top: -50px;
	left: -70px;
	z-index: 10;
	border: 0px;
}

.bww {
	position: absolute; 
	z-index: 10;
	top: 10px;
	left: 115px;
}

.beer {
	position: absolute;
	z-index: 11;
	top: 190px;
	right: -50px;
	width: 200px;
	height: 206px;
}

.urlimg {
	position: absolute;
	z-index: 11;
	top: 430px;
	left: 45px;
	border: 0px;
}

.menu1 {
	position: absolute;
	z-index: 12;
	top: 14px;
	left: 12px;
	border: 0px;
}

.menu2 {
	position: absolute;
	z-index: 12;
	top: 42px;
	left: 12px;
	border: 0px;
}

.menu3 {
	position: absolute;
	z-index: 12;
	top: 68px;
	left: 12px;
	border: 0px;
}

.menu4 {
	position: absolute;
	z-index: 12;
	top: 92px;
	left: 12px;
	border: 0px;
}

.menu5 {
	position: absolute;
	z-index: 12;
	top: 115px;
	left: 12px;
	border: 0px;
}

.menu6 {
	position: absolute;
	z-index: 12;
	top: 139px;
	left: 12px;
	border: 0px;
}

.menu7 {
	position: absolute;
	z-index: 12;
	top: 162px;
	left: 12px;
	border: 0px;
}

td.formdesc {
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px dotted #364bae;
	border-right: 1px dotted #364bae;
}

td.form2 {
	border-bottom: 1px dotted #364bae;
}

.inputbutton {
	border: 1px solid #404040;
	background: #364bae;
	font-size: 12pt;
	font-weight: bold;
	color: #ffff40;
	padding: 3px;
}

.menucat {
	color: #2a399e;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
}
.menucatdesc {
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
	padding: 3px;
	font-style: italic;
}
td.itemname {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}
td.itemprice {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}
td.itemdesc {
	font-weight: normal;
	font-style: italic;
	font-size: 11pt;
}