@media only screen and (max-width: 600px) {
  #header {
    max-width: 425px;
    display: none;
  }
  #header_nav {
    display: none;
  }
  body {
    max-width: 425px;
  }
  #footer {
    background: url(../images/footer-bg.gif) no-repeat center top;
    clear: both;
    max-width: 425px;
  }
  #footer-wrap {
    max-width: 395px;
    height: 50px;
    margin: 0 auto;
  }
  #container {
    max-width: 425px;
    background: #ffffff url(../images/bottom-bg.gif) repeat-y center center !important;
  }

  #content {
    max-width: 425px;
    padding: 0 10px 20px 10px !important;
  }

  #sidebar {
    max-width: 425px;
    width: 100%;
    padding: 0 10px 20px 10px !important;
  }

  #content-wrap {
    max-width: 390px;
  }
  #banner {
    height: auto !important;
    max-width: 390px;
  }
  #banner img {
    max-width: 390px;
  }
  .yellow-highlight {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 430px) {
  #header {
    max-width: 375px;
    display: none;
  }
  #header_nav {
    display: none;
  }
  body {
    max-width: 375px;
  }
  #footer {
    background: url(../images/footer-bg.gif) no-repeat center top;
    clear: both;
    max-width: 375px;
  }
  #footer-wrap {
    max-width: 350px;
    height: 50px;
    margin: 0 auto;
  }
  #container {
    max-width: 375px;
    background: #ffffff url(../images/bottom-bg.gif) repeat-y center center !important;
  }

  #content {
    max-width: 330px;
    /* padding: 0 10px 20px 10px !important; */
  }

  #sidebar {
    max-width: 330px;
    /* padding: 0 10px 20px 10px !important; */
  }

  #content-wrap {
    max-width: 350px;
    font-size: 13px;
  }
  #banner {
    height: auto !important;
    max-width: 350px;
  }
  #banner img {
    max-width: 350px;
  }
  .yellow-highlight {
    font-size: 13px !important;
  }
}

/* @media only screen and (max-width: 365px) {
  #header {
    max-width: 340px;
    display: none;
  }
  #header_nav {
    display: none;
  }
  body {
    max-width: 340px;
  }
  #footer {
    background: url(../images/footer-bg.gif) no-repeat center top;
    clear: both;
    max-width: 340px;
  }
  #footer-wrap {
    max-width: 330px;
    height: 50px;
    margin: 0 auto;
  }
  #container {
    max-width: 340px;
    background: #ffffff url(../images/bottom-bg.gif) repeat-y center center !important;
  }

  #content {
    max-width: 130px;
    padding: 0 10px 20px 10px !important;
  }

  #sidebar {
    max-width: 130px;
    padding: 0 10px 20px 10px !important;
  }

  #content-wrap {
    max-width: 330px;
    font-size: 10px;
  }
  #banner {
    height: auto !important;
    max-width: 330px;
  }
  #banner img {
    max-width: 330px;
  }
  .yellow-highlight {
    font-size: 8px !important;
  }
} */
