html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: #fff;
  min-width: 1000px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #8d9399;
}
p {
  line-height: 17px;
}
a {
  color: #2f8bc0;
  text-decoration: underline;
}
a:hover {
  color: #2f8bc0;
  text-decoration: none;
}
hr {
  display: block;
  height: 1px;
  margin: 30px 0;
  background: url(../images/separator.png) top repeat-x;
  border: none;
}
h2 {
  background: #24b2df;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  margin: 50px 0 50px 0;
}
h3 {
  font-size: 18px;
  color: #000000;
  margin: 0 0 20px 0;
  font-weight: normal;
}
h3.invert {
  color: #8d9399;
}
h3 b {
  text-transform: uppercase;
}
img {
  border: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  line-height: 17px;
}
ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
}
ol li {
  margin: 0 0 35px 0;
  padding: 0 0 0 20px;
  position: relative;
}
ol li:before {
  content: counter(item) ') ';
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#wrapper #main {
  padding: 0 0 150px 0;
}
#wrapper #footer {
  height: 130px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.contact {
  padding: 0;
  margin: 85px 0 0 0;
  text-align: center;
  list-style: none;
}
.contact li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #026b9e;
  font-weight: bold;
}
.contact li.tel {
  text-align: left;
}
.contact li.fax {
  width: 500px;
}
.contact li.email {
  text-align: right;
}
.contact li span {
  color: #daf3fe;
}
.contact li a {
  color: #ffffff;
  text-decoration: none;
}
.contact li a:hover {
  text-decoration: underline;
}
.img {
  float: left;
  margin: 0 40px 0 0;
}
strong {
  font-weight: normal;
  color: #000;
}
b {
  color: #000;
  font-weight: bold;
}
#wrapper {
  overflow: hidden;
}
.container {
  width: 960px;
  margin: 0 auto;
}
.books {
  padding: 0;
  margin: 0 12px -20px 12px;
  list-style: none;
  font-size: 0;
  display: table;
}
.books li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 50px 30px;
}
.books li img {
  vertical-align: top;
}
.list {
  padding: 0 10px 0 0;
  margin: 15;
  list-style: none;
}
.list li {
	display: block;
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet.png) 0 2px no-repeat;
	margin-top: 30px;
}
.list li a {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.list li p {
	margin: 0;
	margin-top: 0px;
}
.columns {
  overflow: hidden;
  margin: 0 0 45px 0;
}
.columns .left_column {
  float: left;
  width: 240px;
}
.columns .right_column {
  float: right;
  width: 700px;
}
#header {
  position: relative;
  font-size: 0;
  height: 180px;
  overflow: hidden;
}
#header #logo {
  vertical-align: top;
  margin: 29px 0 0 22px;
}
#header p.issue {
  float: right;
  margin: 53px 0 0 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  text-align: right;
}
#header p.issue strong {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin: 0 0 5px 0;
  color: #fff;
}
#header .title {
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 375px;
}
#header .right_bg {
  height: 180px;
  width: 50%;
  float: right;
  background: url(../images/bg-right-top.png) top repeat-x;
}
#header .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: url(../images/header-bg.jpg) top center no-repeat;
  font-size: 12px;
}
#header .wrapper .container {
  position: relative;
}
#footer {
  position: relative;
  font-size: 0;
  height: 130px;
  overflow: hidden;
}
#footer .left_bg {
  float: left;
  width: 50%;
  height: 130px;
  background: url(../images/footer-bg-left.gif) top repeat-x;
}
#footer .right_bg {
  height: 130px;
  float: right;
  width: 50%;
  background: url(../images/footer-bg-right.gif) top repeat-x;
}
#footer .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(../images/footer-bootom-center.jpg) center no-repeat;
  font-size: 12px;
}
