
/*--GENERAL STYLE
---------------------------------------------*/
body {
  background-color: #000000;
  font-family: Verdana,sans-serif;
  font-size: small;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}

p {
  color: #FFFFFF;
}
td, th {
  vertical-align: top;
}
#container {
  width: 770px;
  margin: 20px auto;
  text-align: left;
  position: relative;
  background-color: #000000;
}

#header {
  position: relative;
  height: 165px;
}

#logo {
  position: relative;
}

#contentWrapper {
  padding: 20px 0 0 0;
  clear: both;
  text-align: center;
}
/*--NAVIGATION BAR
---------------------------------------------*/
#navbar {
  position: absolute;
  left: 340px;
  top: 130px;
  clear: both;
  font-size: 160%;
}

#navbar li {
  float: left;
  padding: 0 0 0 20px;
  list-style: none;
}

#navbar a {
  text-decoration: none;
  color: white;
}

#navbar a:hover {
  text-decoration: underline;
}
/*--FOOTER
---------------------------------------------*/
#footer {
  clear: both;
  text-align: center;
  padding: 40px 0 0 0;
}

#footerNav {
  padding: 0 0 0 10px;
}

#footerNav li {
  list-style: none;
  padding: 0 0 0 15px;
  display: inline;
}

#footerNav a {
  text-decoration: none;
  color: #FFFFFF;
}

#footerNav a:hover {
  text-decoration: underline;
}
/*--ABOUT PAGE
---------------------------------------------*/
body#twoColumn h1 {
  color: #FFFFFF;
  font-size: 90%;
}

body#twoColumn #contentInnerLeft {
  float: left;
  width: 360px;
  padding: 40px 10px 0 10px;
  font-size: 110%;
}

body#twoColumn #contentInnerRight {
  float: right;
  width: 360px;
  padding: 40px 10px 0 10px;
}
/*--PORTFOLIO PAGES
---------------------------------------------*/
body#twoColumnPics img {
  border: none;
}

body#twoColumnPics h1 {
  color: white;
  font-size: 100%;
  padding: 30px 0 0 0;
  margin: 0;
}

body#twoColumnPics #contentInnerLeft {
  float: left;
  width: 300px;
}

body#twoColumnPics #portfolioList {
/**
  position: absolute;
  position: relative;
  left: -30px;
  */
  margin: 0;
  padding: 0;
}

body#twoColumnPics #portfolioList li {
  list-style: none;
  font-size: 130%;
  padding: 10px 0 0 0;
}

body#twoColumnPics #portfolioList a {
  text-decoration: none;
  color: white;
}

body#twoColumnPics #portfolioList a:hover {
  text-decoration: underline;
}

body#twoColumnPics #contentInnerRight {
  clear: both;
  float: right;
  width: 460px;
  margin-top: 40px;
}
#mediumImage{width:450px;height:300px; text-align: center;}
#galleryThumbs {
  padding: 20px 0 0 0;
  margin: 0;
  width: 450px;
}

#galleryThumbs li {
  display: block;
  float: left;
  width: 140px;
  height: 140px;
  margin: 0 10px 10px 0;
}
/*--CONTACT PAGE
---------------------------------------------*/
#tablePics {
  margin: 40px auto 30px auto;;
}

#contactTable {
  width: 100%;
  text-align: left;
}

#contactLeft p {
  line-height: 150%;
}

#contactLeft {
  float: left;
  margin-left: 30px;
  width: 200px;
}

form {
  margin-right: 50px;
  color: #FFFFFF;
}

#contactRight{
  float: right;
  width: 500px;
}

#contactLeft p {
  text-align: center;
  line-height: 150%;
  color: #FFFFFF;
}