body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font: 70%/150% Tahoma, Arial, Verdana, Sans-Serif;
  color: #f1f1f1;
}

a img {
  border-style: none;
}

#head {
  background: url(../images/header-bg.gif) repeat-x;
}

#head ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 17px;
  font-size: 1.2em;
}

#head ul li {
  display: inline;
  margin-right: 10px;
}

#head ul li a {
  color: #fff;
  text-decoration: none;
}

#head ul li a:hover {
  color: #5f652d;
}

#container {
  margin: 17px;
  width: 850px;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-style: normal;
  color: #404040;
  font-size: 1.8em;
}

a {
  color: #999;
}

a:hover {
  text-decoration: none;
  color: #5f652d;
}

#sidebar {
  width: 245px;
  float: left;
}

#sidebar h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  color: #636363;
  margin-top: 0;
  margin-bottom: 2px;
}

#sidebar p.button {
  margin: 0 0 10px;
}

#sidebar a img {
  border: 4px solid #323232;
}

#sidebar a:hover img {
  border: 4px solid #4d4d4d;
}

#content {
  width: 580px;
  float: right;
}

img.right {
  float: right;
  margin-left: 10px;
}

img.left {
  float: left;
  margin-right: 10px;
}

#footer {
  text-align: right;
  color: #303030;
}

#footer a {
  color: #303030;
}

#footer a:hover {
  text-decoration: none;
}