/* General */

html, body
{
  margin-top: 30px;
  padding: 0px;
  background: #fff;
  text-align: center;
}

/* Continue */

.continue
{
  font-family: Georgia, "Times New Roman",serif;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  vertical-align: text-bottom;
}
.continue a {color: #AFF; text-decoration: none;}
.continue a:hover {text-decoration: underline;}

/* Arrow */

.arrow
{
  display: inline;
  width: 30px;
  height: 30px;
  position: relative;
  left:300px;
  top:-10px;
}

.arrow img { border: none }

/* Menu */

ul.menu, ul.menu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

ul.menu
{
  width: 100%;
  text-align: center;
  font: small-caps bold Verdana, sans-serif;
  font-size: 20px;
}

ul.menu li
{
  margin-right: 2px;
  width:160px;
  height: 50px;
  line-height:50px;
}

ul.menu b
{
  color: #007020;
  font-size: 120%;
}

ul.menu a
{
  color: #fff;
  background: url(images/button.jpg);
  text-decoration: none;
  display: block;
}

ul.menu a:hover, ul.menu li
{
  color: #000;
  background: url(images/button.jpg) bottom left;
}

