body {
  background-color: #000;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

h1 {
  font-size: 1.5em;
}

#pageTitle h3 {
  background-image: url(../images/tnbg.png);
  height: 60px;
  width: 125px;  
  padding: 10px;
  color: #7c7c7c;
}

#pageTitle h3 span {
  display: block;
  width: 125px;
  height: 60px;
  background-color: #000;
  line-height: 60px;
  text-align: center;
  border: 1px solid #222;
}

a {
  text-decoration: none;
  color: #70c4e9;
  font-weight: bold;
}

a:hover {
  color: #fff;
  font-weight: bold;
}

a:focus {
  outline: none;
}

a:visited {
  color: #70c4e9;
}

#navigationLinks {
 list-style: none;
 margin: 0 0 20px 0;
 padding: 0;
 position: absolute;
 top: 50px;
 left: 192px; 
}

#navigationLinks li {
  margin: 0;
  float: left;
}

#navigationLinks li a {
  display: block;
  padding: 3px 16px;
  margin: 0px 6px;
  text-decoration: none;
  font-size: 11px;
}

#navigationLinks li a:hover {
  color: #fff;
}

#navigationLinks li a:visited {
  color: #70c4e9;
}

.selected {
  color: #fff;
  background-image: url(../images/tnbg.png);
  font-weight: bold;
}

.portfolioGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolioGallery li {
  margin: 20px 40px 20px 0px;
  float: left;
  width: 145px;
}

.portfolioGallery li a {
  display: block;
  padding: 10px;
  background-image: url(../images/tnbg.png);
  border: 0px solid;
  height: 125px;
}

#header {
  height: 120px;
  position: relative;
}

#logo {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 157px;
  height: 46px;
}

p, ul, ol, div, table {
  color: #7b7b7b;
}

dt {
  color: #fff;
}

#footerContainer {
  position: relative;
  width: 950px;
  margin: 0 auto;
  background-image: url(../images/footer.jpg);
  height: 96px;
}

iframe {
  overflow: hidden;
  border: 0px solid #fff;
}

#portfolioThumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

#portfolioThumbs li a {
  display: block;
  border: 0px solid;
  height: 125px;
}


