@media only screen and (max-width: 600px) {
  #header {
    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: 395px;
    padding: 0 10px 20px 10px !important;
  }

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

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

  #subcontent {
    margin-top: 20px;
    max-width: 395px;
  }

  #subsidebar {
    max-width: 395px;
  }

  #subsidebar #sub_navMenu #menu {
    /* font-size: 10px; */
  }
}

@media only screen and (max-width: 430px) {
  #header {
    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: 375px;
    padding: 0 10px 20px 10px !important;
  }

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

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

  #subcontent {
    margin-top: 20px;
    max-width: 350px;
  }

  #subsidebar {
    max-width: 350px;
  }

  #subsidebar #sub_navMenu #menu {
    /* font-size: 8px; */
  }
}

/* @media only screen and (max-width: 365px) {
  #header {
    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: 340px;
  }
  #banner {
    height: auto !important;
    max-width: 340px;
  }
  #banner img {
    max-width: 340px;
  }
  .yellow-highlight {
    font-size: 10px !important;
  }

  #subcontent {
    max-width: 160px;
  }

  #subsidebar {
    max-width: 140px;
  }

  #subsidebar #sub_navMenu #menu {
    font-size: 8px;
  }
} */
