body
{
  background: #c3c0cc;
  background-image: url('dancinbg.gif');
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  text-align: center;
}

*
{
  font-size: 10pt;
  font-family: Tahoma, Verdana, sans-serif;
  color: #000000;
  text-align: left;
}

#footer
{
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 font-size: 14pt;
 font-weight: bold;
 color: blue;
 text-align: center;
}

#footer img
{
 border: 0;
}

#wrapper
{
  width: 660px;
  margin: 0 auto;
  display: table;
}

#container
{
  margin-top: 40px;
  width: 660px;
}

#navbar
{
  height: 36px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#navbar li
{
  float: right;
  display: block;
  width: 78px;  height: 36px;
}

#navbar a
{
  display: block;
  width: 78px;  height: 36px;
  background-color: inherit;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
}

#navbar a:hover, #navbar a:active
{
  background-image: url('navcur.gif');
  color: #ffffff; 
}

#navbarselected
{
  display: block;
  width: 78px;  height: 36px;
  background-image: url('nav.gif');
  text-decoration: none;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}

.border
{
  background-color: #5999b1;
  padding: 15px 15px 0px 146px;
  height: 232px;
  background-image: url('bg.gif');
  background-repeat: repeat-y;
  background-position: center center;
  text-align: left;
}

a img
{
 border: 0;
}

h1
{
 font-size: 16pt;
}

h2
{
 font-size: 12pt;
 text-align: center;
}

#spacer
{
 border-bottom: 1px solid black;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
  padding: 5px 5px 5px;
  background: #ffffff;
}

.text a
{
  color: #30066c;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover
{
  color: #c3c0cc;
}

.quote
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #333333;
	font-style: italic;
}
