@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/main-bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #895415;
	font-size:12px
	background-color: #976123;
}

.MainOne #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative; /* This allows you to put Absolute Divs within the main container and have them Centre properly when window is resized */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.MainOne #BodyArea {
	position:absolute;
	left:299px;
	top:160px;
	width:652px;
	height:450px;
	z-index:10;
	color:#895415;
	font-size:12px;
	background-image: url(images/body-main.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.MainOne #MenuArea {
	position:absolute;
	left:299px;
	top:160px;
	width:652px;
	height:450px;
	z-index:10;
	color:#895415;
	font-size:12px;
	background-image: url(images/body-menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.MainTextMargins {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.MainTextMarginsHilight {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 35px;
	background-color: f5e7d0;
	margin-right: 2px;
	margin-left: 3px;
}

.MainOne #CouponMain {
	position:absolute;
	left:109px;
	top:458px;
	width:215px;
	height:141px;
	z-index:11;

}

.MainOne #PizzaSlide {
	position:absolute;
	left:107px;
	top:162px;
	width:195px;
	height:156px;
	z-index:11;

}

.MainOne #ScrollQuotes {
	position:absolute;
	left:317px;
	top:554px;
	width:400px;
	height:20px;
	z-index:1;

}

.MainOne #DDMenu {
	position:absolute;
	left:599px;
	top:87px;
	width:173px;
	height:76px;
	z-index:12;
	visibility: hidden;

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
