html, body {
  font-family: arial;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #a7a8ac;
}

#container {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#header {
  width: 100%;
}

#header h1 {
  margin: 0;
  padding: 10px 0 10px 30px;
  font-weight: normal;
  /*font-size: 30px;*/
  font-size: 26px;
  line-height: 34px;
  position: relative;
  top: 12px;
  float: left;
}

#header img {
  float: right;
}

#leftmenu {
  width: 170px;
  float: left;
}

#leftmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 55px 10px 10px 30px;
}

#leftmenu ul li {
  padding-bottom: 10px;
}

#leftmenu ul a {
  color: #666666;
  text-decoration: none;
}

#leftmenu ul a:hover {
  color: #d67e32;
}

#footer {
  width: 100%;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  clear: both;
}

#footer .nav {
  padding: 20px 0 0 20px;
  float: left;
}

#footer .name {
  padding: 20px 20px 0 0;
  float: right;
  font-weight: bold;
}

#footer .rule {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
  clear: both;
}

#footer .copyright {
  padding: 0 0 20px 20px;
  float: left;
  font-size: 11px;
}

#footer .addr {
  padding: 0 20px 20px 0;
  text-align: right;
  float: right;
  font-size: 11px;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #d67e32;
}

a.on {
  color: #d67e32;
}

.highlight {
  color: #d67e32;
}

.thumb {
  margin: 4px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}

#largecover {
  float:right;
}

.covers {
  clear: both;
  padding: 0 0 0 3px;
  margin-right: -16px;
}

.pr {
  width: 550px;
  float: left;
}

.text {
  font-size:13px;
}

.menu {
  float: left;
}

.clickheretxt {
  float: right;
}

.desc {
  font-size: 15px;
}

.printspacer {
  display: none;
}

