html
{
  font-size:100.01%;
  background:#000000 url(back.gif) repeat-x top;
}

body
{
  font-size:100.01%;
  color:#D6D6D6;
  height: auto;
  font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","Verdana","Arial",sans-serif;
}

#head
{
 height: 48px;
 clear: both;
 color:#00BFFF;
}

#nav
{
  float: left;
  clear: left;
  width: 148px;
  text-align: center;
}

#main
{
  position: relative;
  height: 100%;
  min-height: 100%;
  clear: both;
}

#body
{
  margin-left: 146px;
  clear: right;
}

#foot
{
  position: relative;
  text-align: center;
  height: 75px;
  clear: both;
  color:#8C8C8C;
}

h1
{
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 2px;
}
h2
{
  font-size: 2em;
  font-weight: normal;
}
h3
{
  font-size: 1.5em;
}
h4
{
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
h5
{
  font-size: 1.2em;
}
h6
{
  font-size: 1em;
  font-weight: bold;
}

A:link
{
  text-decoration: none;
  color: #5DFC0A;
}

A:visited
{
  text-decoration: none;
  color: #FF007F;
}

A:hover
{
  text-decoration: underline;
  color: #00FF00;
  background: #000000;
}
