/* set the image to use and establish the lower-right position */ 

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url("/image/divBack.png") no-repeat bottom right;
}

.cssbox {
	width:650px!important;
	width: 645px;
	padding-right: 5px;
	margin: 10px auto;
	float: left;
}

/* set the top-right image */ 
.cssbox_head {
	background-position: top right; margin-right: -5px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
}

/* set the top-left image */
.cssbox_head h2 {
	background-position: top left;
	margin: 0;
	border: 0;
	padding: 25px 0px 15px 40px;
	height: auto !important;
	height: 1%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

/* set the lower-left corner image */
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-top: 2px;
}    

body {
	background-image: url(../image/Background.png);
}

.logo1 {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
	height: 219px;
	width: 364px;
	background-image: url(../image/TopLeft-Logo.png);
	background-repeat: no-repeat;
}
.logo2 {

	left: 364px;
	top: 0px;
	position: absolute;
	z-index: 2;
	height: 219px;
	width: 380px;
	background-image: url(../image/DragonPlaceholder.png);
	background-repeat: no-repeat;
}
.logo3 {


	left: 744px;
	top: 172px;
	position: absolute;
	z-index: 3;
	height: 47px;
	width: 280px;
	background-image: url(../image/CaveFloor.png);
	background-repeat: no-repeat;
}

.logo4 {

	left: 168px;
	top: 219px;
	position: absolute;
	z-index: 4;
	height: 294px;
	width: 94px;
	background-image: url(../image/filler1.png);
	background-repeat: no-repeat;
}

.navMenu {
	left: 0px;
	top: 219px;
	position: absolute;
	z-index: 6;
	height: 430px;
	width: 168px;
	background-image: url(../image/MenuBackground.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	color: #FFFFFF;
	position: absolute;
	width: 150px;
	left: 0px;
	top: 600px;
	padding: 5px;
	z-index: 7;
}
.hours {
	position: absolute;
	z-index: 8;
	height: 400px;
	width: 300px;
	left: 600px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}
.hoursBold {
	z-index: 8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bolder;
}
.floatLeftPic {
	float: left;
	margin: 6px;
	padding: 3px;
	clear: left;
}
.floatRightPic {

	float: right;
	margin: 6px;
	padding: 3px;
	clear: right;
}
.content {
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
.holdleft {
	position: absolute;
	z-index: 20;
	left: 170px;
	top: 200px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
	clear: left;

}
.product {
	background-color: #CC0000;
	margin: 4px;
	padding: 4px;
	border: thin solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
}
.prodlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	margin: 10px;
	padding: 0px;
}
