/*******************Programing, Style, Hosting Domain and Website Management done by Brian Kitching :: Oregon Publishing, Step Beyond Design. http://www.oregonpublishing.com**********/

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FF0000;
} 
 /*///////////////////////////////////////////////////////////page containers*/


#MainContainer {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

#MainContent {
	width: 790px;
	vertical-align: top;
}


.DeliveryTable {
	background-color: #FFFFFF;
	width: 890px;
	vertical-align: top;
	float: left;
}

.boldtext {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.TableLine {
	width: 1px;
	background-color: #FF0000;
}

.Map {
 	vertical-align: top;
}

.address {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	text-align: center;
}

#TipsBox {
	height: 536px;
	width: 300px;
	background-image: url(images/ordering-tips.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

.TipsTextBox {
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}


 /*///////////////////////////////////////////////////////////Header*/
 #Header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 227px;
	width: 790px;
}

#HeaderNav {
	width: 790px;
	height: 30px;
	background-image: url(images/bg-headnav.gif);
	background-repeat: repeat;
	background-position: center bottom;
	text-align: center;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#HeaderNav a {color: #FFFFFF; text-decoration: none; font-size: 14px;}
#HeaderNav :visited {color: #FFFFFF; text-decoration: none; font-size: 14px;}
#HeaderNav :hover {color: #FF0000; text-decoration: none; font-size: 14px;}

#manny a {color: #FFFFFF; text-decoration: none; }
#manny :visited {color: #FFFFFF; text-decoration: none; }
#manny :hover {color: #FF0000; text-decoration: none; }

 /*///////////////////////////////////////////////////////////Footerer*/
#Footer { 
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: solid 1px #000000;
}

#Footer a {color: #000000; text-decoration: none; font-style: italic;}
#Footer :visited {color: #000000; text-decoration: none; font-style: italic;}
#Footer :hover {color: #FFFFFF; text-decoration: none;}

