 /* code that is here, until the first @media block, will apply to any screen size */#layout {
  max-width: 100%;
}
#logo3 {
  position: absolute;
  left: 17px;
  top: 13px;
  width: 97%;
  height: 130px;
  background-color: black;
}
#header2 {
  text-align: left;
  display: table;
  width: 60%;
  height: 30px;
  font-style: italic ! important;
  font-family: Arial,Helvetica,sans-serif ! important;
  font-weight: normal ! important;
  font-size: 100%
  color: #FFFFFF ! important;
  position: absolute;
  margin-left: 0px;
  left: 305px;
  top: 45px;
}
#header3 {
  font-size: 100%
  font-weight: normal;
  display: table;
  font-family: Arial,Helvetica,sans-serif ! important;
  text-align: left;
  width: 90%;
  height: 48px;
  font-style: italic ! important;
  color: red ! important;
  margin-left: 0;
  position: absolute;
  top: 110px;
  left: 38px;
}
#tswcssbuttons {
  width: 220px;
  text-align: center;
}
#tswcssbuttons ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#tswcssbuttons li {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
  display: block;
  list-style-image: none;
  font-family: Arial,Helvetica,sans-serif;
}
#tswcssbuttons li a {
  border-style: solid;
  border-color: #ffffef #999999 #999999 #ffffef;
  border-width: 2px;
  text-decoration: none;
  background-color: #0066b3;
  width: 220px;
  color: #ffff00;
  display: block;
  }
#tswcssbuttons li a:hover {
  border-color: #999999 #ffffef #ffffef #999999;
  color: #00487d;
  background-color: #ffff66;
}
#container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#navbar {
  padding: 0px;
  position: absolute;
  top: 193px;
  left: 40px;
  width: 230px;
}
#content {
  position: absolute;
  top: 193px;
  margin-left: 285px;
  width: 68%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
#footer {
  text-align: center;
  font-style: italic ! important;
  font-family: Arial,Helvetica,sans-serif ! important;
  font-weight: bold ! important;
  font-size: x-large ! important;
}
@media screen and (max-width: 667px), only screen and 
(max-device-width: 667px) {
  /* comes into effect for screens less than or equal to 320 pixels */
#layout {
  width: auto;
}
#header2 {
  position: static;
  width: 100%;
  font-style: italic ! important;
  font-family: Arial,Helvetica,sans-serif ! important;
  font-weight: normal ! important;
  text-align: left;
  font-size: 100%
  color: black ! important;
  left: 100px;
  top: 30px;
}
#header3 {
  position: static;
  font-size: 100%
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif ! important;
  text-align: left;
  width: 90%;
  height: 48px;
  font-style: italic ! important;
  color: red ! important;
  margin-left: 0;
  top: 110px;
  left: 38px;
}
#logo3 {
  position: static;
  left: 20px ;
  top: 10px ;
  width: auto;
  height: 90px ;
}
#content {
  position: static;
  padding: 1px;
  top: auto ;
  left: auto;
  width: auto;
  margin-top: 10px;
  margin-left: 0px;
}
#navbar {
  position: static;
  padding: 0px;
  top: auto;
  left: auto;
  width: auto;
}
#tswcssbuttons ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 
	