body {
  background-color: black;
  background-repeat: no-repeat;
  background-image: url(images/satellite.png);
}
#nav-float {
  margin: 23px auto auto -2px;
  position: fixed;
  color: #ffffcc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.7em;
  width: 100px;
}
#wrapper {
  margin: 8px auto 36px 115px;
  width: 800px;
  color: white;
}
#header {
  text-align: center;
  font-family: Bearpaw;
  font-size: 5.4em;
  height: 90px;
}
#nav-left {
  font-family: Arial,Helvetica,sans-serif;
  float: right;
  font-size: 0.8em;
  margin-bottom: 4px;
  color: #33ff33;
  background-repeat: no-repeat;
  width: 202px;
}
#content {
  padding: 2px 4px 2px 6px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin-bottom: 4px;
  color: #33ff33;
  margin-right: 206px;
}
#footer {
  clear: both;
  text-align: right;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 0.6em;
  color: #33cc00;
}
div#nav-float a {
  border: 1px solid black;
  text-decoration: none;
  display: block;
  background-repeat: repeat-x;
  background-position: left center;
  padding-top: 1px;
  padding-bottom: 2px;
  color: #006600;
  font-weight: bold;
  padding-left: 8px;
  background-image: url(images/btn2.png);
}
div#nav-float a:hover {
  background-repeat: repeat-x;
  background-position: left center;
  font-weight: bold;
  color: #009900;
  background-image: url(images/btn1.png);
}
div#footer a {
  text-decoration: none;
  color: #33ff33;
}
div#footer a:hover {
  color: red;
}
div#nav-left img {
  margin-bottom: 6px;
}
div#content a {
  text-decoration: none;
  color: yellow;
}
div#content a:hover {
  color: red;
}
.img-ctr {
  text-align: center;
  margin-bottom: 12px;
}
.txt-bold-ctr {
  border: 4px ridge #33ff33;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  background-color: black;
}
.question {
  border: 2px ridge #999999;
  margin-bottom: 5px;
  padding-left: 6px;
  color: #33ff33;
  font-size: 10pt;
  padding-bottom: 2px;
  padding-right: 6px;
  background-color: #666666;
}
.answer {
  border: 2px ridge #666666;
  padding-left: 20px;
  padding-right: 6px;
  margin-bottom: 20px;
  font-size: 10pt;
  padding-bottom: 2px;
  background-color: #333333;
}
.map {
  text-align: center;
}
.dishpointer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
}
.img-r-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  position: fixed;
  top: auto;
  left: auto;
  background-image: url(images/ftashow2.png);
  bottom: -2px;
  right: -2px;
}
#livechat-float {
  position: fixed;
  bottom: auto;
  left: auto;
  top: 0px;
  right: 0px;
}
.italics {
  font-style: italic;
}
.txt-big-bold {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: red;
  text-decoration: blink;
  margin-top: 10px;
}
.comment-customers {
  font-size: 8pt;
  color: #ff9900;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 12px;
}
div.comment-customers a {
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  color: black;
  background-color: black;
}
div.comment-customers a:hover {
  color: red;
  background-color: #ffcc66;
}
.links {
  border: 2px ridge black;
  padding: 3px 6px;
  background-color: #333333;
  margin-bottom: 6px;
}
div.links a {
  border-style: solid;
  border-color: #666666 black black #666666;
  border-width: 1px;
  background-color: black;
  background-image: url(images/btn2.png);
  background-repeat: repeat-x;
  background-position: left center;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.5em;
}
div.links a:hover {
  background-color: #666666;
  background-image: url(images/btn1.png);
  background-repeat: repeat-x;
  background-position: left center;
}
.comments {
  border: 2px ridge black;
  padding: 2px 6px;
  background-color: #333333;
  color: #ff6600;
  font-family: "Courier New",Courier,monospace;
  font-size: 10pt;
  margin-top: 6px;
  margin-bottom: 6px;
}
#reg-float {
  border-color: #ff6600;
  border-width: 1px;
  position: fixed;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: left center;
  font-weight: bold;
  top: auto;
  right: auto;
  bottom: 65px;
  left: 4px;
}
div#reg-float a {
  border: 1px ridge #ff6600;
  padding: 1px 5px 2px;
  color: black;
  display: block;
  font-size: 8pt;
  background-repeat: repeat-x;
  background-image: url(images/orange.png);
  background-position:  center center;
  margin-top: 2px;
}
div#reg-float a:hover {
  background-image: url(images/btn1.png);
  background-repeat: repeat-x;
  color: #ff6600;
}
#translate-float {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 23px;
  left: 4px;
}
h1 {
  font-size: 13pt;
}
.txt-bold-red {
  font-weight: bold;
  color: red;
}
.txt-ctr {
  text-align: center;
}
div#nav-left a {
  color: #ff6600;
}
.read-this {
  bottom: 129px;
  top: auto;
  background-position: right top;
  left: 4px;
  font-family: Arial,Helvetica,sans-serif;
  right: auto;
  text-align: center;
  position: fixed;
  font-weight: bold;
}
div.read-this a {
  border: 1px ridge #ff6600;
  padding: 1px 6px 2px;
  display: block;
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-top: 2px;
  color: white;
  font-size: 7pt;
  background-image: url(images/orange.png);
  text-decoration: none;
}
div.read-this a:hover {
  background-repeat: repeat;
  background-image: url(images/btn1.png);
  color: red;
  background-position:  center center;
}
.upgrade {
  border-style: ridge;
  border-width: 2px;
  padding: 2px 6px;
  background-color: #333333;
}
.banner {
  border:  none;
  font-size: 8pt;
  position: fixed;
  top: auto;
  bottom: 0px;
  width: 100%;
  right: 0px;
  left: 0px;
  color: #333333;
  background-color: #99ff99;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  background-image: url(images/bg-fade.png);
  background-position: left center;
  background-repeat: repeat-y;
}
banner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.banner li {
  display: inline;
  padding-right: 12px;
  padding-left: 12px;
}
.banner a {
  border-style: solid;
  border-width: 1px;
  color: #333333;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #66ff99;
}
.banner a:hover {
  background-color: #333333;
  color: white;
}
.fs1 {
  text-align: center;
  margin-bottom: 12px;
  background-image: url(images/fs1-200.png);
  height: 355px;
  background-repeat: no-repeat;
}
.fs2 {
  text-align: center;
  background-image: url(images/fs2/fs2-200.png);
  background-repeat: no-repeat;
  height: 440px;
}
.table1 {
  font-size: 10pt;
  background-color: #333333;
  border-collapse: collapse;
}
.copy {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  background-color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 6px;
}
.img-left {
  float: left;
}
.copy2 {
  text-align: center;
}
.alert {
  border-color: red;
  border-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  position: fixed;
  margin-left: -1px;
  background-repeat: repeat;
  background-position:  center center;
  background-color: #ffff33;
  font-weight: bold;
  width: 99px;
  background-image: url(images/btn-red.png);
  font-size: 10pt;
}
.alert a {
  border: 1px solid red;
  text-decoration: none;
  padding-left: 8px;
  color: black;
  display: block;
  padding-bottom: 2px;
}
.alert a:hover {
  border: 1px solid yellow;
  background-color: red;
  background-image: url(images/btn-yellow.png);
  background-position:  center center;
}
.img-frame {
  border-style: solid;
  border-color: #ff9900 #ff6600 #ff6600 #ff9900;
  border-width: 1px 2px 2px 1px;
  margin-bottom: 6px;
  margin-top: 6px;
}

