body {
  margin: 0;
  font-family: Arial;
  background-color: #000000;
}
#header {
  height: 150px;
  background-image: url(images/header_bg.png);
}
#logo {
  padding: 38px 0 30px 50px;
  float: left;
  font-size: 36px;
}
#logo a {
  color: #f0f0f0;
  text-decoration: none;
}
#slogan {
  padding: 52px 50px 34px 0;
  float: right;
  font-size: 24px;
  color: #f0f0f0;
}
#menu {
  height: 31px;
  clear: both;
  padding-left: 28px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  background: transparent url(images/menu_bg2.png) no-repeat scroll right center;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
}
#menu a {
  padding: 5px 20px;
  background: transparent url(images/menu_bg1.png) no-repeat scroll left center;
  float: left;
  height: 21px;
  color: #888888;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover {
  color: #d6d6d6;
}
#menu li.active {
  background: transparent url(images/menu_bg2_active.png) no-repeat scroll right center;
}
#menu li.active a {
  background: transparent url(images/menu_bg1_active.png) no-repeat scroll left center;
  color: #f0f0f0;
}
#main {
  background: #0d0d0d url(images/sidebar_bg.png) repeat-y scroll right center;
  float: left;
  width: 100%;
  color: #d6d6d6;
  font-size: 13px;
}
#main a {
  color: #888888;
}
#main a:hover {
  color: #d6d6d6;
}
#main br {
  line-height: 10px;
}
#sidebar {
  padding: 0 40px 40px;
  width: 160px;
  float: right;
  margin-top: 20px;
}
#sidebar h3 {
  margin: 20px 0 5px;
  font-size: 19px;
  font-weight: normal;
  color: #f0f0f0;
}
#sidebar ul {
  border-top: 1px solid #272727;
  margin: 0;
  padding: 0;
}
#sidebar li {
  border-bottom: 1px solid #272727;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li a {
  padding: 3px;
  color: #d6d6d6;
  text-decoration: none;
  display: block;
}
#sidebar li a:hover {
  background-color: #1c1c1c;
}
#text {
  padding: 20px 50px 40px;
  line-height: 17px;
  margin-right: 240px;
}
#text h1 {
  margin: 20px 0 10px;
  font-size: 24px;
  font-weight: normal;
  color: #f0f0f0;
}
#text h2 {
  margin: 20px 0 10px;
  font-size: 21px;
  font-weight: normal;
  color: #f0f0f0;
}
#text ol, #text ul {
  margin: 10px 0;
  padding: 0;
}
#text li {
  margin-left: 40px;
}
#footer {
  height: 100px;
  color: #f0f0f0;
  font-size: 13px;
  background-image: url(images/footer_bg.png);
  clear: both;
}
#footer a {
  color: #f0f0f0;
}
#footer a:hover {
  color: #888888;
}
#footer_left {
  padding: 41px 0 0 50px;
  float: left;
}
#footer_right {
  padding: 41px 50px 0 0;
  float: right;
}
