﻿body
{
  font: 12px/1.4em "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  background-color: #d24e19;
  width: 725px;
  margin: 0px auto;
  color: white;
}

h2
{
  font-size: 14px;
  display: block;
  border-bottom: solid 1px #eecdc4;
  color: #eecdc4;
}

div#main_container
{
  background-position: top right;
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  width: 725px;
  height: 550px;
}

div#menu
{
  float: left;
  margin-top: 79px;
  width: 202px;
}

div#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#menu ul li a span
{
  visibility: hidden;
  margin: 0;
  padding: 0;
}

div#menu ul li#link1
{
  width: 202px;
  height: 68px;
  background-image: url('images/link1.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link1 a
{
  width: 202px;
  height: 68px;
  position: absolute;
  text-decoration: none;
}

div#menu ul li#link2
{
  width: 202px;
  height: 70px;
  background-image: url('images/link2.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link2 a
{
  width: 202px;
  height: 70px;
  position: absolute;
  text-decoration: none;
}

div#menu ul li#link3
{
  width: 202px;
  height: 59px;
  background-image: url('images/link3.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link3 a
{
  width: 202px;
  height: 59px;
  position: absolute;
  text-decoration: none;
}

div#menu ul li#link4
{
  display: block;
  width: 202px;
  height: 69px;
  background-image: url('images/link4.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link4 a
{
  width: 202px;
  height: 69px;
  position: absolute;
  text-decoration: none;
}

div#menu ul li#link5
{
  width: 202px;
  height: 71px;
  background-image: url('images/link5.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link5 a
{
  width: 202px;
  height: 71px;
  position: absolute;
  text-decoration: none;
}

div#menu ul li#link6
{
  width: 202px;
  height: 83px;
  background-image: url('images/link6.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#menu ul li#link6 a
{
  width: 202px;
  height: 83px;
  display: block;
  text-decoration: none;
}

div#content
{
  float: right;
  margin-top: 170px;
  margin-right: 160px;
  padding: 4px;
  width: 330px;
  height: 300px;
  overflow: auto;
}

div#footer p
{
  font: 9px Verdana, Arial, sans-serif;
  color: #e39475;
  text-align: right;
  padding-right: 50px;
}

div#footer p a
{
  text-decoration: none;
  color: #e39475;
}

div#footer p a:hover
{
  text-decoration: underline;
}

.hidden
{
  display: none;
}
