* {
	margin: 0;
	padding: 0;
}

body#home,
body#subpage {
	background: url(../images/body-bkg.jpg) #201717 no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
}

body#subpage {
	background: url(../images/subpage-bkg.jpg) #201717 no-repeat top center;
}

#wrapper {
	position: relative;
	width: 603px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
}

#logo {
	height: 110px;
	width: 262px;
	position: absolute;
	left: -27px;
	top: 341px;
	overflow: hidden;
	text-indent: -1000em;
	z-index: 100;
}

#logo span {
	position: absolute;
	left: 0;
	top:0;
	height: 112px;
	width: 265px;
	background: url(../images/semmering-studios.png) no-repeat;
	
}

#photo-border {
	position: relative;
 	width: 557px;
	height: 366px;
	margin: 0 0 30px 0;
	padding: 23px;
	background: url(../images/photo-border.png) no-repeat;
	z-index: 0;
}

#photo-list-container {
	width: 557px;
	height: 366px;
	overflow: hidden;
	background-color: #eee;
}

ul#photo-list {
	position: relative;
	width: 557px;
	height: 366px;
	overflow: hidden;
	list-style: none;
}

ul#photo-list li img {
	border: none;
}

#photo-foliage {
	position: absolute;
	width: 208px;
	height: 233px;
	top: 230px;
	left: -65px;
	background: url(../images/photo-foliage.png) no-repeat;
	z-index: 50;
}

.dotted-line {
	background: url(../images/dotted-line.png) no-repeat;
	width: 477px;
	height: 11px;
	margin: 0 auto 0 auto;
	clear: left;
}

.text-block {
	text-align:center;
	padding: 15px;
	line-height: 1.5em;
}

.white,
.white a:link,
.white a:visited,
.white a:hover,
.white a:active {
	color: #fffefe;
}

.brown,
.brown a:link,
.brown a:visited,
.brown a:hover,
.brown a:active {
	color: #6a5858;
}

#view-prints {
	padding: 5px 0;
}

#printroom-link {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	height: 30px;
	width: 275px;
	overflow: hidden;
	text-indent: -1000em;
}

#printroom-link span {
	position: absolute;
	left: 0;
	top:0;
	height: 30px;
	width: 275px;
	background: url(../images/view-purchase-prints.png) no-repeat;
	cursor: pointer;
}


form#galleryForm dl {
  position: relative;
  width: 27em;
  display: block;
  margin: 0 auto;
}

form#galleryForm dt {
  float:left;
  width: 143px;
  padding: 4px 0 2px 0;
}

form#galleryForm dd {
  float: left;
  margin-top: 10px;
  padding-left: 6px;
}

select#galleries {
	color: #6a5858;
}

select#galleries option {
	padding: 0 5px;
}

#banner {
	margin: 0 auto;
	width: 632px;
}
