body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
  font-weight: normal;
  color: #787878;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #787878;
}

h3 {
  font-size: 12px;
  margin-bottom: -0.9em;
  font-weight: normal;
}

hr {
  clear: both;
  width: 80%;
  border: 0;
  color: #adadad;
  background-color: #adadad;
  height: 2px;
}

img.right_image1 {
  float: right;
  padding: 0 0 10px 18px;
}

img.left_image1 {
  float: left;
  padding: 0 18px 10px 0;
}

.error { color: #FF0000; font-weight: bold; }
.subtle { color: #AAA; }
.subtle a { color: #AAA; }
.spacer { clear: both; }
.firstTag { margin-top: 0; }

#wrapper {
  margin: 20px auto;
  width: 810px;
  background-image: url("/images/shared/bg-right_edge.png");
  background-repeat: repeat-y;
  background-position: top right;
}

#mainDiv {
  float: left;
  width: 800px;
  border: 1px solid #adadad;
}

#rightEdge {
  float: right;
  width: 8px;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#nav {
  padding: 0 0 0 30px;
  border-bottom: 1px solid #adadad;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
}

#nav ul li#phone {
  padding-left: 180px;
}

#nav ul li img {
  vertical-align: bottom;
}

#content {
  padding: 30px;
  min-height: 200px;
}

#content > h1:first-child { margin-top: 0; }
#content > p:first-child { margin-top: 0; }

#footer {
  clear: both;
  padding: 20px 30px;
  text-align: center;
  color: #666;
  font-size: 12px;
}

#footer a {
  color: #666;
}

#mainBase {
  clear: both;
}

#mainBase img {
  display: block;
}

#index_area div.project {
  float: left;
  width: 170px;
  margin: 0 0 20px 20px;
  text-align: center;
}

#index_area div.project a {
  color: #000;
}

#index_area div.firstInRow {
  margin-left: 0;
}

#portfolioSection div#description {
  float: left;
  width: 250px;
  padding-right: 40px;
}

#portfolioSection div#imageBox {
  float: right;
  width: 408px;
  border: 1px solid #adadad;
  padding: 20px;
  text-align: center;
}

#portfolioSection div#thumbnails div.thumbnail {
  float: left;
  width: 78px;
  padding: 0 0 8px 8px;
}

#portfolioSection div#thumbnails div.thumbnail img {
  vertical-align: bottom;
}

#portfolioSection div#thumbnails div.thumbnail img.off {
  padding: 1px;
}

#portfolioSection div#thumbnails div.thumbnail a {
  padding: 1px;
  display: block;
}

#portfolioSection div#thumbnails div.thumbnail a:hover {
  background-color: #adadad;
}

#portfolioSection div#thumbnails div.first {
  padding-left: 0;
}

#portfolioSection #imageSpace {
  height: 408px;
}

#portfolioSection #imageNav a {
  color: #707070;
}

#portfolioSection #imageNav div#previous { float: left; }
#portfolioSection #imageNav div#next { float: right; }

#portfolioSection #return {
  clear: both;
  padding: 10px 0;
}

#portfolioSection #return a {
  color: #707070;
}

#press_thumbs .press_thumb {
  float: left;
  width: 230px;
  margin: 0 0 25px 25px;
}

#press_thumbs .first {
  margin-left: 0;
}

