* {
  padding: 0em;
  margin: 0em;
}

body {
  background: #FFFFFF url('../images/bg1.jpg');
  padding: 35px 0px 35px 0px;
}

body {
  font-size: 10pt;
  font-family: "verdana", "tahoma", sans-serif;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.0em;
  text-align: left;
}

a {
  color: #B96D00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0px;
}

.orange {
  color: #783726
}

#upbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 275px;
  background: #FFFFFF url('../images/bg2.jpg') repeat-x;
  z-index: 1;
}

#backgroundImage {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

#navBar {
  position: relative;
  z-index: 3;
}

#outer {
  z-index: 2;
  position: relative;
  width: 850px;
  border: 0px;
  margin: 0 auto;
  background: #FFFFFF;
}

#copy {
  position: relative;
  overflow: visible;
  padding: 0px 20px 0px 29px;
  min-height: 460px;
}

#picture {
  position: relative;
  float: right;
  z-index: 3;
  padding: 10px 0px 10px 10px;
}

#content {
  text-align: center;
}

#footer {
  position: relative;
  height: 2.0em;
  clear: both;
  padding-top: 5.0em;
  font-size: 0.8em;
}

#footer .left {
  position: absolute;
  left: 2.0em;
  bottom: 1.2em;
}

#footer .right {
  position: absolute;
  right: 2.0em;
  bottom: 1.2em;
}