* { margin: 0px; padding: 0px }

html, body
{
  height: 100%;
  background: #b69965;
}

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

html>body
{
  height: auto;
  min-height: 100%;
}

#container
{
  height: 100%;
}

html>body #container
{
  min-height: 100%;
}

#gui
{
  width: 655px;
  height: 100%;
  background: url(./bg.jpg) repeat-y;
}

html>body #gui
{
  height: auto;
  min-height: 100%;
}

#menu_area
{
  height: 477px;
  background: url(./menu_bg.jpg) no-repeat top center;
}

#menu_area ul
{
  position: relative; top: 94px; right: 30px;
  height: 330px;
  color: #ffffff;
  font: bold 10pt arial;
  list-style-type: none;
  text-align: right;
}

#menu_area ul li { height: 25px; /* link size */ }

#menu_area ul li a
{
  font-size: .95em; /* link size */
  color: #ffffff;
  text-decoration: none;
}

#menu_area ul li a:visited
{
  color: #ffffff;
}

#menu_area ul li a:hover
{
  color: gold;
}

#main_text
{
  padding: 30px;
  font: 10pt verdana;
}

#main_text p
{
  color: #000066;
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 10px;
}

#main_text p a
{
  color: #8a744d;
  text-decoration: none;
}

#main_text p a:visited
{
  color: #8a744d;
}

#main_text p a:hover
{
  color: #0077aa;
}

#nia_group
{
  float: right;
  width: 200px;
  height: 78px;
  background: #ffffff;
  border: 1px solid #000000;
  margin-left: 10px;
  padding: 5px;
  background: #ffffff url(./nia_logo.gif) no-repeat left center;
  font-weight: bold;
}

#nia_group div
{
  position: relative; top: 18px; left: 23px;
}

#finish
{
  text-align: center;
}

#finish h4
{
  padding-bottom: 10px; 
}

#finish h3
{
  font: 20pt "Script MT Bold", arial, verdana;
}