* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #000000 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 17px;
  height: 100%;
  font-size: 16px;
  color: #222222;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#wrap {
  margin: 0 auto;
  width: 800px;
}
#header {
  background: #000000 url(images/header-shadow.jpg) no-repeat scroll 0% 50%;
  height: 190px;
  text-align: right;
}
#header h1 {
  padding: 140px 20px 0 0;
  font-size: 50px;
  letter-spacing: -1px;
  color: #000000;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}
#header h1 a:hover {
  color: #ffffff;
}
#header h2 {
  padding: 3px 40px 0 0;
  font-size: 18px;
  color: #00ff00;
  letter-spacing: -1px;
  font-weight: 100;
}
#content {
  margin: auto;
  padding: 0 20px;
  background: #333333 url(images/content.jpg) repeat-y scroll 0% 50%;
  min-height: 600px;
}
.right {
  float: right;
  width: 440px;
  text-align: justify;
  margin-right: 10px;
}
.right h2 {
  font-size: 18px;
  font-weight: 100;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
}
.right h2 a {
  text-decoration: none;
}
.right h2 a:hover {
}
.left {
  float: left;
  width: 150px;
}
.left h2 {
  margin: 10px 0 0;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
  color: #ff0000;
  font-size: 13px;
}
.left ul {
  padding: 10px 0 15px 20px;
  color: #333333;
  list-style-type: none;
}
.left ul li a {
  text-decoration: none;
  font-weight: 600;
}
.left ul li a:hover {
}
.menu {
  float: right;
  width: 150px;
}
.menu h2 {
  margin: 10px 0 0;
  padding-left: 10px;
  height: 26px;
  line-height: 26px;
  color: #0000ff;
  font-size: 13px;
}
.menu ul {
  padding: 10px 0 15px 20px;
  color: #333333;
  list-style-type: none;
}
.menu ul li a {
  text-decoration: none;
  font-weight: 600;
}
.menu ul li a:hover {
}
.articles {
  padding: 10px;
}
#bottom {
  padding: 10px 0;
  background: #333333 url(images/bottom.jpg) no-repeat scroll 0% 50%;
  font-size: 12px;
  line-height: normal;
}
#footer {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: normal;
}
#footer a {
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
}
#footer a:hover {
  color: #111111;
  font-size: 12px;
  line-height: normal;
}
