* {
  margin: 0;
  padding: 0;
}

html {
  color: #eee;
  background-color: #333;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #ddd;
  background-color: #333;
}

a {
  color: #d16f1a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  text-indent: -9999em;
}

img {
  vertical-align: bottom;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#header {
  border-bottom: #444 1px solid;
}

#header h1 {
  display: block;
  height: 60px;
  width: 960px;
  padding: 30px 0;
  background: #333 url(../img/brian-spurgeon-photography.gif) center no-repeat;
  text-indent: -9999em;
}

#sidebar {
  float: right;
  width: 219px;
  padding: 0 0 0 20px;
}

#contact h2 {
  display: block;
  height: 32px;
  padding: 10px 0;
  background: #333 url(../img/contact.gif) left 10px no-repeat;
}

#contact p {
}

#bio p {
  margin: 20px 0 0 0;
}

#content {
  float: left;
  position: relative;
  width: 720px;
  border-right: #444 1px solid;
}

#recent-photos {
  padding: 0 0 20px 0;
}

#recent-photos h2 {
  display: block;
  height: 32px;
  padding: 10px 0 10px;
  background: #333 url(../img/recent-photos.gif) left 9px no-repeat;
}

.viewer {
  position: relative;
  height: 452px;
  width: 680px;
  padding: 10px;
  background-color: #ddd;
  text-align: center;
}
.pane {
  position: absolute;
  top: 32px;
  height: 452px;
  width: 680px;
  padding: 10px;
  opacity: 0.5;
}

.galleries {
  float: left;
}

.galleries ul {
  margin: 20px 10px 0 0;
  height: 246px;
  width: 250px;
  background-color: #999;
  list-style: none;
}

.galleries ul li {
  display: block;
  height: 30px;
  width: 250px;
  color: #333;
  background-color: transparent;
}

.galleries ul li a {
  display: block;
  height: 30px;
  width: 210px;
  padding: 0 20px;
  line-height: 30px;
  color: #333;
}

.galleries a.viewing {
  background-color: #ddd;
}

.galleries a:hover {
  background-color: #d16f1a;
  text-decoration: none;
}

.photos {
  position: relative;
  float: left;
  height: 266px;
  width: 360px;
  overflow: hidden;
}

.photos_slider {
  position: absolute;
  height: 266px;
}

.photos_group {
  float: left;
  height: 266px;
  width: 360px;
}

.photos_go_left, .photos_go_right {
  float: left;
  height: 266px;
  width: 40px;
}

.photos_go_left {
  background: transparent url(../img/photos_left.png) -40px 10px no-repeat;
}

.photos_go_left:hover {
  background: transparent url(../img/photos_left.png) 0 10px no-repeat;
}

.photos_go_right {
  margin: 0 20px 0 0;
  background: transparent url(../img/photos_right.png) 0 10px no-repeat;
}

.photos_go_right:hover {
  background: transparent url(../img/photos_right.png) -40px 10px no-repeat;
}

.photo {
  float: left;
  height: 93px;
  width: 140px;
  margin: 20px 10px 0 10px;
  padding: 10px;
  background-color: #999;
  text-align: center;
  cursor: pointer;
}

.photo.viewing {
  background-color: #ddd;
}

.photo:hover {
  background-color: #d16f1a;
}

#footer {
  clear: both;
  padding: 30px 0;
  border-top: #444 1px solid;
}

#footer span {
  margin: 0 60px 0 0;
}