
BODY
{
  text-align: center;
  background-color: #808080;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

DIV#container
{
  text-align: left;
  margin: 0 auto 0;
  width: 750px;
  background-color: #FFFFFF;
  background-image: url(banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

DIV#contents
{
  padding: 5px 10px 5px 10px;
}

/* margin: top right bottom left */
DIV.pull
{
  margin: 10px 20px 0px 60px;
  padding-left: 30px; 
  padding-bottom: 0px;
}

DIV#star
{
  background-image: url(star.gif);
  background-position: 2px 0px;
  background-repeat: no-repeat;
}

DIV#quest
{
  background-image: url(quest.gif);
  background-position: 2px 0px;
  background-repeat: no-repeat;
}

DIV.pull H2
{
  /* background-color: #FFB200;*/
  background-color: #F2B210;
  text-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
}

DIV.pulltext
{
  background-color: #FFECBF;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 10px;
  margin-bottom: 18px;
}

DIV.pulltext BLOCKQUOTE
{
  background-color: #FFD980;
  padding: 5px 20px 5px 20px;
border-right: solid 1px #B38F00;
border-bottom: solid 1px #B38F00;
}

DIV.pulltext P
{
  margin-top: 0;
  margin-bottom: 12px;
}

P.address
{
  padding-left: 40px;
  float: left;
  width: 250px;
}

DIV.cb
{
clear:both;
}


DIV#menu
{
text-align: right;
margin-bottom: 125px;
}

UL
{
margin-bottom: 12px;
}

.float {
  // background-color: #FFE6BF;
  background-color: #FFF280;
    float: right;
    width: 200px;
    margin: -10px 10px 10px 0px;
    font-size: 8pt;
    font-family: Tahoma, Gill Sans, sans-serif;
    text-align: left;
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    padding-right: 4px;
    padding-left: 30px; 
    padding-bottom: 4px; 
}

DIV.float H2
{
  border-bottom: solid 2px #F2B210;
  text-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
}

