body {
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
}

#header {
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header #logo {
	margin-bottom: 30px;
	margin-left: 5px;
	border: none;
}

#header #navigation {
	margin-left: 10px;
}

#content {
	margin-left: 20px;
	margin-top: 40px;
	font-size: 9pt;
	text-transform: uppercase;
}

#content .column {
	width: 400px;
	float: left;
	padding: 20px;
	margin-right: 5px;
}

#content .about {
	font-weight: bold;
	font-size: 10pt;
}

#content .divider {
	height: 400px;
	margin-right: 5px;
	border-left: 1px solid black;
	float: left;
}

.about h1 {
	font-size: 9pt;
	padding: 0px;
	margin: 6px 0px;
}


.column h2 {
	font-size: 11pt;
}

.column h3 {
	font-size: 10pt;
	margin-top: 20px;
}



a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#header #navigation .current {
	color: black;
}

#phototray {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: auto;
	display: block;
	height: 511px;
}

#loading {
	zoom: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90) ;
	opacity: 0.9;
	background-color: white;
	text-align: center;
	color: #000;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#loading div {
	margin-top: 370px;
	font-size: 10pt;
	font-weight: bold;
}

#photos {
	overflow: hidden;
}

#photos .photo {
	cursor: pointer;
	display: block;
	position: relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity = 20);
	opacity: 0.2;
}

#photos .caption {
	height: 7px;
	overflow: hidden;
	border: 1px solid black;
	display: block;
	width: 100%;
}

#photos .purchase {
	font-size: 7pt;
	background-color: #777
	padding: 1px;
	border: 1px solid black;
	text-align: center;
	width: 5.5em;
	display: block;
}

#photos img {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}
