div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#PageHeader1
{
   background-color: transparent;
   background-image: url(images/borderdesign3re.png);
   background-repeat: repeat-x;
   background-position: left top;
   background-size: contain;
   border: 1px solid #000000;
   border-radius: 1px;
   box-sizing: border-box;
   box-sizing: border-box;
}
#FlexGrid1
{
   display: grid;
   height: 100vh;
   background-color: transparent;
   background-image: url(images/Foodogs_FlexGrid1_bkgrnd.png);
   background-repeat: no-repeat;
   background-position: left top;
   background-size: 100% 100%;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0px;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: 1fr 3fr 1fr;
   grid-template-areas:
      "two two two two"
      "nav main main1 sidebar"
      "six six six six";
}
#FlexGrid1 .two
{
   display: flex;
   grid-area: two;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .nav
{
   display: flex;
   grid-area: nav;
   background-color: transparent;
   background-image: url(images/foo4w2.PNG);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 0px solid #000000;
   padding: 5px 5px 5px 5px;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .main
{
   display: flex;
   grid-area: main;
   background-color: transparent;
   background-image: url(images/foo4w3.PNG);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 0px solid #000000;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .main1
{
   display: flex;
   grid-area: main1;
   background-color: transparent;
   background-image: url(images/foo4w4.PNG);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 0px solid #000000;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#FlexGrid1 .sidebar
{
   display: flex;
   grid-area: sidebar;
   background-color: transparent;
   background-image: url(images/foo4w1.PNG);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   border: 0px solid #000000;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-end;
   align-items: flex-end;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .six
{
   display: flex;
   grid-area: six;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#PageFooter1
{
   background-color: transparent;
   background-image: url(images/borderdesign3re.png);
   background-repeat: repeat-x;
   background-position: left top;
   background-size: contain;
   border: 1px solid #000000;
   border-radius: 1px;
   box-sizing: border-box;
   box-sizing: border-box;
}
