* {
  margin: 0;
  padding: 0; 
}

body {
  color: #231f20;
  font: 15px/1.5 Candara, Verdana, sans-serif;
  background: white;
  overflow: hidden;
}

body.verdana {
  font: 13px/1.5 Verdana, sans-serif;
}

a {
  color: #231f20;
}

a:hover {
  color: #ed1c24;
}

a img {
  border: 0 solid;
}

#prev, #next {
  display: block;
  position: absolute;
  width: 29px;
  height: 28px;
  background: white url(../images/arr_back_grey.gif) 0 0 no-repeat;
  text-decoration: none;
  top: 440px;
  left: 455px;
}

#print {
  display: block;
  position: absolute;
  top: 440px;
  right: 30px;
  width: 29px;
  height: 28px;
  background: white url(../images/print.gif) 0 0 no-repeat;
  text-decoration: none;
}

#next {
  background: white url(../images/arr_forw_grey.gif) 0 0 no-repeat;
  left: 495px;
}

#exit {
  display: block;
  width: 29px;
  height: 28px;
  background: white url(../images/exit.gif) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}

#detail {
  position: relative;
  width: 980px;
  text-align: center;
  background: url(../images/detail_sides.gif) top left repeat-y;
}

#detail_inner_1 {
    background: url(../images/detail_bottom.gif) bottom left no-repeat;
}

#detail_inner_2 {
  padding: 30px;
  background: url(../images/detail_top.gif) top left no-repeat;
  height: 520px;
}


#detail h1 {
  text-align: left;
  font-size: 140%;
  padding: 10px 0;
  margin-top: 390px;
}

#detail p {
  text-align: left;
  line-height: 1.3;
  font-size: 85%;
}

#logo {
  display: none;
}

#images {
  width: 920px;
  height: 400px;
  position: absolute;
  top: 30px;
  left: 30px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
  line-height: 400px;  
}

#images img, #images object {
  margin-left: 120px;
  vertical-align: middle;
}
