
body {
	background-color:#e9e9e9;
	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: #000000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 546px; 
	margin:0px auto;
	border: 0px ; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/Layout_HeaderBG_long.png); 
	width:948px;
	height:38px;
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: ; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {
	width: 948px;
	background-image:url(images/Layout_MainBG_Empty.png);
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColFixCtrHdr #mainContentHome {
	width: 948px;
	background-image:url(images/Layout_MainBG_Home.png);
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColFixCtrHdr #mainContentDeliveries {
	width: 948px;
	background-image:url(images/Layout_MainBG_Deliveries.png);
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 
}

.oneColFixCtrHdr #mainContentDeliveries2 {
	width: 948px;
	background-image:url(images/Layout_MainBG_Deliveries2.png);
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 
}
	 
	 
	 
.oneColFixCtrHdr #mainContentHours {
	width: 948px;
	background-image:url(images/Layout_MainBG_Hours.png);
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 
}
	 	 

.oneColFixCtrHdr #mainContentBlank {
	width: 948px;
	
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */

}


.oneColFixCtrHdr #footer {
    
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	width: 948px;
	height: 48px;
}
.oneColFixCtrHdr #footer p {
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: ; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.deliverymenubutton {
	display:block; position:relative; width:100px; height:22px; font-size:11pt; text-align:center; letter-spacing:1px; padding:5px;
}

a.deliverymenu:link { color: #FFF; display:block; width:100px; background-color:#F00; height:22px; padding: 3px 0 0 0; text-decoration: none; }
a.deliverymenu:active { color: #FFF; display:block; width:100px; background-color:#F00; height:22px; padding: 3px 0 0 0; text-decoration: none; }
a.deliverymenu:visited { color: #FFF; display:block; width:100px; background-color:#F00; height:22px; padding: 3px 0 0 0; text-decoration: none; }
a.deliverymenu:hover { color: #FFF; display:block; width:100px; background-color:#606060; height:22px; padding: 3px 0 0 0; text-decoration: none; }

