body {
  margin: 0;
  padding: 0;
  background: #ffffff;      
  font: 13px/1.2em "Lucida Grande", Arial, sans-serif;
  color: #000;
}

img.shot {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
img {
  border: 0;
  z-index: 10;
}

#content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#contact {
  position: absolute;
  text-align: center;
}

#header {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}
#footer {
  text-align: center;
  margin-top: 620px;
  font-size: 11px;
  line-height: 14px;
  color: #000;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#footer a {
  color: #000;
}
#footer a:hover {
  background: transparent;
}
#footer img {
  position: relative;
  top:6px;
}

h1 {
  z-index: 1;
  font: 1.4em "Arial", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  margin-top:15px;
  position: relative;
  padding-right: 10px;
}

h2 {
  z-index: 1;
  font: 1em "Arial", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  position: relative;
  padding-right: 10px;
}

a {
  color: #f46200;
}

a:hover {
  background-color: #FDF7E8;
}

p {
  z-index: 1;
  position: relative;
}

ul {
  z-index: 1;
  position: relative;
  text-align: left;
  margin: 10px 50px 5px 70px;
}

ol {
  z-index: 1;
  position: relative;
  text-align: left;
  margin: 10px 50px 5px 70px;
}

.bubble {
  position: absolute;
  width: 310px;
  height: 208px;
  text-align: center;
}

.bigbubble {
  position: absolute;
  width: 700px;
  height: 650px;
  text-align: center;
}


.bubbletext {
  font-size:0.9em;
  color: #000;
  margin: 10px 30px 5px 18px;
  padding: 0;
}

.bigbubbletext1 {
  font-size:0.9em;
  color: #000;
  margin: 10px 80px 5px 70px;
  padding: 0;
}

.bigbubbletext2 {
  font-size:0.9em;
  color: #000;
  margin: 10px 60px 5px 50px;
  padding: 0;
}

.details {
  font-size:0.7em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.altlink {
  color: #f46200;
  text-decoration:underline;
  margin: 0;
  padding: 0;
  cursor:pointer;cursor:hand;
}


