﻿body {
}


#rnsTheHunt
{
    width:930px;
    float:left;
    padding-left:20px;
    color:#68380f;
    font-family:Arial;
    font-size:14px;
}

.rnsHeadline
{
    color:#68380f;
    font-weight:bold;
    font-size:20px;
}

#rnsTheHunt ul
{
    padding-left:25px;

}

#rnsTheHunt li
{
    list-style-type:disc;
}

#rnsTheHunt td
{
    vertical-align:top;
}
.rnsViewGallery
{
  display: block;
  width: 200px;
  height: 25px;
  background: url("../images/viewgallery.png") no-repeat 0 0;
  float:left;
}

.rnsViewGallery:hover
{ 
  background-position: 0 -25px;
}
