body {
  background-color: #ffffff;
  background-image: url('top_bkgd.gif');
  background-repeat: repeat-x;
}

.taigacontainer {
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.maincontainer {
  background-image: url('../pics/back3.gif');
  background-repeat: repeat-y;
  position: absolute;
  top: 45px;
  left: 0px;
  right: 20px;
  width: 100%;
}

.titlecontainer {
  position: relative;
  top: 5px;
  left: 50px;
  width: 90%;
}

.textcontainer {
  position: relative;
  top: 15px;
  left: 60px;
  width: 90%;
}

.bottomcontainer {
  position: relative;
  bottom: 20px;
  width: 100%;
  text-align: right;
}

hr {
  border: 0px solid #990033;
  height: 3px;
  background-color: #990033;
  color: #990033;
}

hr#bottombar {
  position: relative;
  bottom: 25px;
}

a:link {
	color: #666600;
}

a:active {
	color: #cc9900;
}

a:visited {
	color: #660099;
}

img {
  border: none;
}