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

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

#content
{
  border-bottom: 1px solid #cacaca;
}

#content #left, #content #right
{
  border-right: 1px solid #cacaca;
}

#content #left
{
  background-color: #ffffff;
  border-left: 1px solid #cacaca;
}

#content #right
{
  background-color: #efefef;
  color: #4C4C4C;
}

#footer
{
  background-color: #efefef;
  border: 1px solid #cacaca;
}

#content #right a
{
  color: #0033cc;
}

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

#download, #forum
{
  text-decoration: none;
}

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

#footer ul
{
  color: #5d5c5d;
}

#footer ul li a
{
  color: #5d5c5d;
}

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

#container
{
  backgroeund: url(/img/border-bottom-light.png) bottom center repeat-x;
  padding-bottom: 1px;
}

