html, body
{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #cee; /*  url('glasspen.png') no-repeat fixed 10px 125px;*/
}

div.overmain
{
  position: relative;
  padding-top: 120px;
}

body > div.overmain
{
  padding-bottom: 40px;
}

div.glasspen
{
  position: absolute;
  top: 125px;
  left: 5px;
  width: 145px;
  height: 100%;
  background: #cee url('glasspen.png') no-repeat fixed 5px 125px;
}

div.main
{
  padding: 10px;
  margin: 10px auto 10px auto;
  width: 720px;
  border: 1px solid #000;
  background-color: #def;
  font-family: Verdana, Geneva, Sans Serif;
  text-align: justify;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

div.botstrip, div.topstrip, div.midstrip, div.toplinkbar
{
  position: absolute;
}

div.header
{
  position: absolute;
  top: 0px;
  height: 120px;
  width: 100%;
  background: #8199c5;
  z-index: 1;
}

body > div.header
{
  position: fixed;
}

div.topstrip
{
  top: 0px;
  height: 20px;
  width: 100%;
  background: #8199c5 url(ellisprite.png) repeat-x scroll;
}

div.toplinkbar
{
  position: absolute;
  top: 0px;
  width: 720px;
  left: 50%;
  margin-left: -360px;
  text-align: center;
}

div.midstrip
{
  bottom: 45px;
  height: 35px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  font-family: Verdana, Geneva, Sans Serif;
  font-weight: bold;
  width: 100%;
}

span.submainlink
{
  font-size: 8px;
  line-height: 10px;
}

div.botstrip
{
  bottom: 0px;
  height: 40px;
  background: #8199c5 url(ellisprite.png) repeat-x scroll 0px -20px;
  width: 100%;
}

div.footermain
{
  position: relative;
  width: 100%;
  background-color: #cee;
  bottom: 0px;
  height: 38px;
  text-align: center;
  line-height: 16px;
  border-top: 2px solid #000;
  padding: 2px 0 2px 0;
  font-family: verdana, geneva, sans-serif;
  color: #000;
  background: #8199c5;
  font-size: 12px;
  line-height: 14px;
}

body > div.footermain
{
  position: fixed;
}

a:link, a:visited
{
  color: #00c;
  text-decoration: none;
}

a:active, a:hover
{
  color: #00c;
  text-decoration: underline;
}

strong
{
  font-weight: bold;
  color: #c00;
}

h3, h4
{
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 16px;
  font-family: verdana, geneva, sans-serif;
}

h3
{
  font-size: 16px;
  font-weight: bold;
}

h4
{
  font-size: 10px;
  font-weight: normal;
}

li
{
  padding: 3px 0 3px 0;
}

a.mainlink:link, a.mainlink:visited
{
  color: #000;
  text-decoration: none;
}

a.mainlink:active, a.mainlink:hover
{
  color: #eff;
  text-decoration: underline;
}

a.toplinkcurrent, a.toplinks
{
  position: absolute;
  top: 0px;
  width: 120px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  font-family: Arial, Liberation Sans, Helvetica, Sans Serif;
  background: #8199c5 url(ellisprite.png) no-repeat scroll;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.toplinkcurrent
{
  background-position: -240px -60px;
  color: #ccc;
}

a.toplinks:visited, a.toplinks:link
{
  background-position: 00px -60px;
}

a.toplinks:active, a.toplinks:hover
{
  background-position: -120px -60px;
}

a.botlinkcurrent, a.botlinks
{
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Liberation Sans, Helvetica, Sans Serif;
  text-decoration: none;
  font-weight: bold;
}
a.botlinkcurrent
{
  color: #ccc;
}

a.botlinks:visited, a.botlinks:link
{
  color: #fff;
}

a.botlinks:active, a.botlinks:hover
{
  color: #fff;
  text-decoration: underline;
}

#homelink
{
  left: 0px;
}

#bloglink
{
  left: 120px;
}

#wikilink
{
  left: 240px;
}

#helplink
{
  left: 360px;
}

#ruleslink
{
  left: 480px;
}

#aboutlink
{
  left: 600px;
}

