/* Generated by KompoZer */
#bigbox {
  border-style: none;
  height: 500px;
  margin-top: 20px;
  font-family: Century Gothic;
  background-color: #cccccc;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}
#header {
  border-style: none none solid;
  border-color: #666666;
  border-width: 1px 1px 2px;
  width: 100%;
  height: 70px;
  text-align: center;
}
#contents {
  text-align: left;
  width: 45%;
  float: left;
  padding-left: 10px;
  padding-top: 100px;
  font-family: Arial Narrow;
}
#image {
  text-align: right;
  float: right;
  padding-right: 10px;
  width: 45%;
  padding-top: 100px;
  background-color: #cccccc;
  opacity: 2;
}
#biggerbox {
  border: 2px solid #cccccc;
  width: 840px;
  height: 600px;
  background-color: black;
  font-family: Century Gothic;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#navbar {
  border-style: none none solid;
  border-color: #666666;
  border-width: 1px 1px 2px;
  width: 100%;
  height: 34px;
  font-family: Century Gothic;
  text-align: center;
  padding-top: 16px;
  font-weight: bold;
}
#back {
  float: left;
  width: 50px;
  height: 100px;
  position: fixed;
}
#leftnav {
  background: transparent url(lefttriangle2.bmp) no-repeat scroll 0 0%;
  display: block;
  width: 25px;
  height: 50px;
}
#leftnav:hover {
  background-position: 0 -50px;
}
#leftnav span {
  display: none;
}
#rightnav span {
  display: none;
}
#rightnav {
  background: transparent url(righttriangle2.bmp) no-repeat scroll 0 0%;
  display: block;
  width: 25px;
  height: 50px;
}
#rightnav:hover {
  background-position: 0 -50px;
}
