* { margin: 0; padding: 0;}

body { 
  text-align: center;
  color: #fff;
  background: #979cba url('bg_body.png') repeat-x;
  font-family: "Arial";
}

h1 {
  padding: 10px 10px 10px 0px;
}

h4 {
  padding: 15px 5px 5px 0px;
}

p {
  padding: 10px;
}

#wrapper { 
  text-align: left;
  margin: 5em auto;
  width: 1250px;
}

#logo {
  height:120px;
  text-align: center;
}

#logo img {
  border: none;
}

#headBar {
  height: 40px;
  margin-left: 174px;
  background-image: url('hb.png');
  background-repeat: no-repeat;
}

#nav {
  float: left;
  margin-top: 50px;
}

#nav ul {
  border: 0;
}

#nav ul li {
  margin-bottom: -45px;
  position: relative;
  width: 175px;
  height: 130px;
  background-repeat: no-repeat;
  list-style: none;
}

#nav ul li.activeTab {
  z-Index: 50;
}

#nav ul li a { 
  position: relative;
  left: 50px;
  top: 95px;
  text-decoration: none;
  color: #e4e3e3;
  font-size: 6pt;
}

#nav ul li a img{ 
  border: 0;
  padding: 5px;
}

#content {
  padding-left: 20px;
  padding-right: 70px;
  margin-left: 174px;
  min-height: 620px;
  background-image: url('bg.png');
  background-repeat: repeat-y;
  position: relative;
  z-Index: 49;
}

#content ul {
  margin-left: 30px;
}

#content ul li {
  margin-top: 5px;
}

#footerBar {
  height: 40px;
  margin-left: 174px;
  background-image: url('fb.png');
  background-repeat: no-repeat;
}

#footer {
  font-size: 6pt;
  text-align: right;
  margin-right: 40px;
}

#footer a { color: #fff; }

#footer a:hover,
#footer a:visited {
  color: #e0e0e0;
}

.left { float: left; }
.left_space_50 { margin-left: 50px; }
.left_space_100 { margin-left: 100px; }
.left_space_150 { margin-left: 150px; }