@CHARSET "UTF-8";

html
{
  padding: 0px;
}

body
{
  position: fixed;
  width: 100%;
  font-family: verdana, helvetica, arial;
  text-align: center;
  color: #777777;
  padding: 10px 0px 0px 0px;
  border-style: none;
  z-index: 0;
}

ul
{
  list-style-type: square;
  margin-left: 2em;
}
	
a:link
{
  text-decoration: underline;
  color: #777777;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}

a:visited
{
  text-decoration: underline;
  color: #777777;
}

#nav
{
  font-family: zapfino, verdana, helvetica, arial;
  height: 370px;
  position: absolute;
  padding: 0px;
  border-style: none;
  left: 50%;
  margin-left: -512px;
  text-align: center;
  width: 100%;
  z-index: -2;
}

#nav .nav_background
{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

#nav .nav_items
{
  position: absolute;
  left: 0px;
  top: 0px;
}

#nav .nav_item
{
  float: left;
  width: 256px;
  height: 30px;
  margin: 256px 0px 0px 0px;
  padding: 0px;
  border-style: none;
  text-align: center;
  font-size: 18pt;
  z-index: 0
}

#nav .nav_selected
{
  float: left;
  width: 256px;
  height: 30px;
  margin: 256px 0px 0px 0px;
  border-style: none;
  text-align: center;
  font-size: 18pt;
  color: #777777;
  z-index: 0
}

#nav .nav_item a:link
{
  color: #BBBBBB;
  text-decoration: none;
}

#nav .nav_item a:visited
{
  color: #BBBBBB;
  text-decoration: none;
}

#nav .nav_item a:hover
{
  color: #444444;
  text-decoration: none;
}


#content
{
  padding: 10px 10px 10px 10px;
  margin-top: 320px;
  margin-bottom: 40px;
  position: absolute;
  text-align: left;
  width: 50em;
  left: 50%;
  height: auto;
  margin-left: -25em;
  z-index: 10;
}

#foot
{
  padding: 10px; 
  position: fixed;
  text-align: center;
  width: 100%;
  font-size: 10pt;
  z-index: -1;
  height: 40px;
  top: 100%;
  margin-top: -50px;
}

.headline
{
  text-align: center;
  font-size: 20pt;
}