body { background:  #ff8200; font-family: "Trebuchet MS", Arial, Helvetica; color:#19155d; font-size:14px; text-align:center }
body  { margin:0; padding:0 }
h1, h2, h4, h5, h6 { font-size:14px;}
h3 { font-size: 18px;}
p, ul {  font-family: "Trebuchet MS", Arial, Helvetica; font-size: 14px;}
table, img, fieldset, button { border:none }
table { border-collapse:collapse }

#top {
  margin:0px auto;
  height: 60px;
  background: #19155d;
  padding: 10px;
  text-align:center;
}
#navigation {
  margin:0px auto;
  background: #19155d;
  padding: 10px;
  font-size: 12px;
  color: #000;
  text-align:right;
}

#main {
  width: 680px;
  margin:0px auto;
  background: #fff;
  padding: 10px;
  text-align:left;

}

#address {
  height: 90px;
  margin:0px auto;
  background: #19155d;
  padding: 10px;
  text-align:center;
  color: #ff8200;
  font-weight: bold;
  font-size: 12px;}

#box{
  float:right;
  display:inline;
  width:283px;
  background:#fff;
  text-align:center
}

#box p{padding:0 5px}

a {
  font-family: "Trebuchet MS", Arial, Helvetica;
  color: #ff8200;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #ff8200;
  font-weight: bold;
}

a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

a.b {
  font-family: "Trebuchet MS" Arial, Helvetica;
  color: #19155d;
  text-decoration: none;
  font-weight: bold;
}

a.b:visited {
  color: #19155d;
  font-weight: bold;
}

a.b:hover {
  color: #ff8200;
  text-decoration: none;
  font-weight: bold;
}