body {
	background-color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	height: 100%;
}
p {
	font-size: 14px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.contentArea {
	padding: 5px;
	width: 410px;
	top: 50px;
	left: 60px;
	position: absolute;
}
.photoArea {
	padding: 0px;
	height: 410px;
	width: 400px;
	top: 40px;
	left: 485px;
	position: absolute;
}
.photoContent {
	padding: 5px;
	width: 810px;
	top: 50px;
	left: 60px;
	position: absolute;
}
.navArea {
	height: 40px;
	width: 840px;
	position: relative;
	bottom: 0px;
	left: 60px;
	font-size: 12px;
	text-align: center;
}
.navAreaPhotos {
	height: 40px;
	width: 840px;
	position: relative;
	bottom: -10px;
	left: 60px;
	font-size: 12px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	color: #FFFFFF;
}
a.navAreaLink {
	padding-left:15px;
	padding-right:15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
.photoIndex {
	margin: 10px;
	border: 0;
}
.displayPhoto {
	position: absolute;
	left: 380px;
	top: 52px;
}
.prop {
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.min460px {
    height:460px;
  }