
/* CSS Document */

#banner img#rBrown {
	top: 130px;
}

#banner #quotes {
	top: 10px;
}

#content {
	top: 550px;
  margin-left: -5px;;
}	

#photoHold {
	position: absolute;
  width: 600px;
  height: 400px;
  top: 10px;
  left: 332px;
  background: #000;
	border: 3px double #ae7f2e;
  overflow: hidden;
}

#photoControls {
	position: absolute;
  bottom: 0;
  width: 100%;
	height: 30px;
  background: #360107;
  border-top: 1px solid #ae7f2e;
}

#banner a.button {
  position: static;
	float: right;
	width: 75px;
  height: 19px;
  margin: 5px 5px 0 0;
  background-position: center -1px;
}

ul#photoGallery li {
	float: left;
	margin: 0 0 10px 10px;
}

ul#photoGallery li a {
	display: block;
	width: 100px;
	height: 75px;
	overflow: hidden;
	background: #000;
	border: 4px double #ae7f2e;
	outline: 2px solid #000;
}

ul#photoGallery li a:hover {
	border: 4px solid #ae7f2e;
}
