﻿body {
	font-family: "Helvetica","Arial",serif;
	color: #fff;
	background-color: #C0C0C0;
	margin: 1em 10%;
}
p{
	font-size: .7em;
	color: #000066;
	font-weight: bold;
}
h1 {
  color: #fff;
  background-color: transparent;
  font-size: 1em;
}
a {
  
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}


.openPhotoSection {
    margin-left:auto;
	margin-right: auto;
	background-color: #333;
	border: 1px #B5B194 solid;
	padding: 0 44px 14px 44px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 680px;
}

.openPhotoSection h1 {
    text-align: left;
}

.openPhotoSection .largeImageArea {
	/*border: 1px #000000 solid;*/
	background-color: #ccc;
	padding: 10px 0 4px 40px;
	margin-top: 10px;
}


.photoSection .largeImageArea {
    display: none;
}

.thumbs {
    width: 680px;
    overflow: auto;
    background-color: #fff;
}

.openPhotoSection .thumbs {
    margin: 0 auto;
}
.thumbs img {
    border: 0;
}

.thumbs div {
    display: inline;
    float: left;
    padding: 5px;
    margin: 1px;
}

