body
{
  background-color: #333333;
  color: #4c4c4c;
}

#nav
{
  background: transparent url(/img/navbar-dark.png) no-repeat top left;
}

#content
{
  border-bottom: 0;
}

#content #left, #content #right
{
  border-right: 0;
  border-bottom: 0;
}

#content #left
{
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  width: 478px;
}

#content #right
{
  background-color: #4C4C4C;
  color: #9FA09F;
  width: 230px;
}

#content #right a
{
  color: #B2FF97;
  text-decoration: none;
}

#footer
{
  color: #9FA09F;
  background-color: #4C4C4C;
  border: 1px solid #4C4C4C;
}

#content #right div.side
{
  border-bottom: 1px dotted #585858;
}

#download, #forum
{
  background-color: #646464;
}

#download:hover, #forum:hover
{
  background-color: #747474;
}

#footer ul
{
  color: #9FA09F;
}

#footer ul li a
{
  color: #9FA09F;
}

#footer ul li a:hover
{
  color: #B1C2B1 !important;
}
