/* CSS Document */
body{
  background-image: url('images/bg_main.jpg');
  background-repeat: repeat-x;
  text-align: center;
  padding: 0px;
  border: 0px;
  margin: 0px;
  font-family: arial;
  font-size: 12px;
}

#global{
  width: 1024px;
  margin: 0px auto;
  text-align: left;
}

#header{
  background-image: url('images/bg_header.jpg');
  width: 1024px;
  height: 246px;
  position: relative;
  top: 10px;
}

#inner_menu{
  position: relative; 
  top: 136px; 
  left: 0px;
}

#pictures_left{
  width: 217px;
  height: 686px;
  background-image: url('images/bg_pictures_left.jpg');
  background-repeat: no-repeat;
  background-position: right;
  float: left;
}

#main_content_wrapper{
  width: 807px;
  height: 700px;
  background-image: url('images/bg_contents.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  float: left;
}

#main_content_wrapper{
  width: 807px;
  height: 690px;
  margin-top: 10px;
  float: left;
}

#footer{
  width: 1024px;
  height: 65px;
  float: left;
  text-align: center;
  color: #a5965f;
}

#footer_inside{
  margin-top: 15px;
  font-size: 12px;
}

#footer_inside a{
  color: #a5965f;
  text-decoration: none;
}

#footer_inside a:hover{
  color: #a5965f;
  text-decoration: underline;
}

#the-kalahari-content{
  color: #71280c;
  font-family: Arial;
  font-size: 13px;
  margin: 30px;
  line-height: 25px;
}