html, body
{
  margin: 0; padding: 0;
}
a img { border: 0; }
td { vertical-align: top;}
body
{
  font-size: 13px;
  background: #2B2B2B url(/img/bg.png) repeat-x;
  color: #444;
}
body,
table,
h1,h2,h3
{
  font-family: Trebuchet MS;
}
#page
{
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 0 30px;
  overflow: auto;
}
h1
{
  margin: 0;
  width: 321px;
  color: #fff;
  font-size: 0;
  line-height: 0;
}
h1 span
{
  color: #fff;
}
h1 a
{
  display: block;
  margin-top: 10px;
  text-decoration: none;
}
#slogan
{
  position: absolute;
  top: 37px; left: 388px;
  width: 324px; height: 23px;
  background: url(/img/slogan.png) no-repeat;
  color: #fff;
  font-size: 0;
  line-height: 0;
}
h2
{
  color: #555;
  margin: 0;
  font-size: 16px;
}
.info
{
  width: 200px;
  margin-left: 20px;
  background: #D2EFCB;
  padding: 10px;
  color: #111;
}
#main
{
  float: left;
  width: 440px;
}
#main h2, #main h2 a
{
  color: #00C000;
}
#main li a
{
  color: #00C000;
  xtext-decoration: none;
}
ul
{
  padding: 0 0 0 17px;
}
p,.p
{
  display: block;
  margin: 0 0 10px 0;
}
#games
{
  width: 340px;
  float: right;
}
.game
{
  background: #555;
  padding: 10px 10px 5px 10px;
  color: #fff;
  border-bottom: solid #fff 10px;
  cursor: default;
}
.title,
.title a
{
  color: #fff;
}
.title
{
  margin-bottom: 5px;
}
.game a
{
  text-decoration: none;
}
.game-unhover .rooms
{
  height: 0px;
  overflow: hidden;
}
.game-hover
{
  background: #888;
}
.game-hover .rooms
{
  height: auto;
  overflow: visible;
  margin-bottom: 5px;
}
.menu
{
  width: 340px;
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
}
.menuitem
{
  display: block;
  float: left;
  font-size: 16px;
  height: 42px;
  line-height: 40px;
  background: #666;
  width: 106px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-right: solid #fff 10px;
}
.menuitem-1
{
  background: #00B000;
}
.menuitem-2
{
  background: #00C400;
}
.menuitem-3
{
  /*background: #00DA00*/;
  background: #38ABE3;
  border-right: none;
  width: 107px;
}
.menuitem-hover
{
  background: #00FF00;
}
#body
{
  min-height: 500px;
}
#footer
{
  clear: both;
  overflow: auto;
  padding: 20px 0 10px 0;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
#footer a
{
  color: #00C000;
  text-decoration: none;
}
.online
{
  background: #00DA00;
}
.online-hover
{
  background: #00EA00;
}
.playercount-0
{
  display: none;
}
.quote
{
  margin-top: 12px;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #005000;

}
.quote-hover
{
  color: #00B000;
}
.quote q
{
  font-family: Georgia;
  font-style: italic;
}
.quote .emph
{
  font-weight: bold;
}
.textarea
{
  display: block;
  width: 440px; height: 244px;
}
.submitButton
{
  display: block;
}
#sarien,
#help
{
  margin-top: 10px;
}
#game #main
{
  width: auto;
}
#twitter
{
  position: absolute;
  top: 22px; right: 30px;
}
.forumlink {
  background: #38ABE3;
  color: #fff;
  padding: 2px 10px;
  text-decoration: none;
  margin-top: 5px;
}