body {
      font-family: verdana, arial, helvetica, sans-serif;
      color: rgb(61, 69, 115);
      background: rgb(61, 69, 115);
      }

#container {
            background: white;
            width: 832px;
            padding: 16px;
            margin-left: auto;
            margin-right: auto;
            border: 0px;
            align: center;
            overflow: hidden;
            }

#address {
          text-align: center;
          padding-bottom: 8px;
          padding-top: 2px;
          margin: 0px;
          }

#left_column {
              width: 408px;
              float: left;
              margin-top: 8px;
              }

#left_column_events {
                     float: left;
                     padding-right: 8px;
                     border-right: 0px;
                     margin-top: 8px;
              }

#right_column {
               width: 408px;
               float: right;
               margin-top: 8px;
               padding-left: 8px;
               border-left: 1px solid rgb(188, 36, 51);
               }

#right_column_events {
                      float: right;
                      margin: 8px auto;
                      text-align: right;
                      }

p.venue_menu {
              font-size: smaller;
              }

li {
    margin-bottom: 4px;
    }

.info {
        font-size: smaller;
        }
.map {
      width: 390px;
      height: 350px;
      }

img.wgt {
         height: 32px;
         }

img.chf {
         height: 64px;
         width: 64px;
         }

img.coda {
         height: 64px;
         width: 64px;
         }

#facebook_likes {
                 float: left;
                 }

a {
   color: purple;
   text-decoration: none;
   padding: 0px 2px;
   }

a:hover {
         background: #E6E6D8;
         }

a.logo {
        color: navy;
        padding: 0px;
        }

a.logo:hover {
              background: none;
              }

img.example {
             width: 408px;
             margin-top: 8px;
             }

tr {
    vertical-align: top;
    }

div.venue {
           color: white;
           background: rgb(188, 36, 51);
           font-size: larger;
           padding: 8px;
           text-align: center;
           }

tr.even {
         background: #C7ADB0;
         }

div.logo {
          position: relative;
          top: 0px;
          left: 0px;
          clear: both;
          }


a.logo {
        padding: 0px;
        }

img.logo {
          position: relative;
          top: 0px;
          left: 0px;
          width: 832px;
          border: 1px solid rgb(61, 69, 115);
          }

img.icon {
          height: 98px;
          width: 98px;
          position: absolute;
          bottom: -16px;
          left: 16px;
          border: 4px solid silver;
          }
