body {
  margin: 0;
  padding: 40px;
  background-image: url(images/body_bg.png);
  font-family: Tahoma,Geneva,sans-serif;
  background-attachment: fixed;
}
#container {
  padding: 10px;
  background-color: #333333;
}
#header {
  height: 150px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
}
#logo {
  padding: 50px 0 0 130px;
  font-size: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  0% 0%;
  height: 100px;
  font-family: Arial,Helvetica,sans-serif;
}
#logo a {
  color: #ffffff;
  text-decoration: none;
}
#slogan {
  padding: 125px 30px 0 0;
  font-size: 18px;
  float: right;
  color: #ffffff;
}
#menu {
  height: 40px;
  background-image: url(images/menu_bg.gif);
  margin-top: 5px;
  background-repeat: repeat-x;
  font-family: Arial,Helvetica,sans-serif;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu li {
  background: transparent url(images/menu_border.png) no-repeat scroll right center;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
}
#menu a {
  padding: 10px 30px;
  float: left;
  height: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
}
#menu a:hover {
  background: transparent url(images/menu_border.png) repeat scroll 0% 50%;
}
#main {
  margin: 5px 0;
  background: transparent url(images/main_bg.png) repeat-y scroll right center;
  float: left;
  width: 100%;
  color: #111111;
  font-size: 11px;
}
#main a {
  color: #333333;
}
#main a:hover {
  color: #000000;
}
#main br {
  line-height: 8px;
}
#sidebar {
  padding: 0 30px 30px;
  width: 160px;
  float: left;
  margin-top: 10px;
  color: #cccccc;
}
#sidebar h3 {
  margin: 20px 0 5px;
  font-size: 17px;
  font-weight: normal;
}
#sidebar ul {
  border-top: 1px solid #ececec;
  margin: 0;
  padding: 0;
}
#sidebar li {
  border-bottom: 1px solid #ececec;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li a {
  padding: 3px;
  color: #999999;
  text-decoration: none;
  display: block;
}
#sidebar li a:hover {
  background-color: #ececec;
}
#text {
  padding: 10px 30px 30px;
  line-height: 14px;
  margin-left: 225px;
  color: #cccccc;
}
#text h1 {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: normal;
}
#text h2 {
  margin: 20px 0 10px;
  font-size: 19px;
  font-weight: normal;
}
#text li {
  margin-left: 40px;
}
#footer {
  height: 40px;
  color: #ffffff;
  font-size: 11px;
  background-image: url(images/footer_bg.png);
  clear: both;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #dfdfdf;
}
#footer_left {
  padding: 13px 0 0 30px;
  float: left;
}
#footer_right {
  padding: 13px 30px 0 0;
  float: right;
}
