#background {
	margin:auto;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: transparent;
	position: fixed;
	z-index: -1;
}
body { 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo {
	margin-bottom: 15px;
}
#menu {
	position: fixed;
	top: 10px;
	left: 25px;
	width: 170px;
}
#menu A {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#menu A:hover {
	color: #d40d00;
}
#menu .a {
	color: #d40d00;
}
#contentText {
	position: absolute;
	left: 590px;
	width: 390px;
	top: 10px;
}
#contentText A {
	text-decoration: none;
	color: #d40d00;
}
#contentText A:hover {
	text-decoration: underline;
}
#contentText .subpage {
	margin-bottom: 10px;
}
#home {
	position: absolute;
	left: 290px;
	width: 715px;
	top: 27px;
}
H1, #logo A{
	font-size: 16px;
	color: #d40d00;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
H2 {
	font-size: 14px;
	color: #d40d00;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
IMG {
	border: none 0px;
}
#popupbg {
	position: fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-color:#474747;
	opacity: 0.3;
	z-index: 100;
	filter: alpha(opacity=30);
}
#popup {
	position: absolute;
	top: 100px;
	left: 354px;
	background-color: #FFF;
	z-index: 100;
	padding: 10px;
}
#photoNumbers {
	padding: 10px;
}
#photoNumbers A {
	color: #666;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
#photoNumbers A:hover {
	color: #d40d00;
}
#photoNumbers .a {
	color: #d40d00;
}
#photoNumbers .close {
	float: right;
	margin-right: 5px;
}
#text H3 {
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #d40d00;
}
#text {
	padding: 0px 15px 0px 15px;
}
.submenu1 {
	margin-left: 13px;
	padding-left: 0xpx;
	color: #666;
}
.submenu2 {
	padding-left: 36px;
	color: #ccc;
}
#thumbnails {
	position: absolute;
	top: 47px;
	left: 202px;
	width: 425px;
}
#thumbnails IMG {
	height: 75px;
	width: 75px;
	margin: 0px 10px 10px 0px;
}
#details {
	position: absolute;
	top: 47px;
	left: 654px;
	width: 505px;
	background-color: #FFF;
	padding: 10px;
}

.enlargeBackground {
	background-color:#474747;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.enlarge {
	background-color: #FFF;
	border-spacing: 0px;
	border: 10px solid #fff;
}
.enlarge TD {
	padding: 0px;
}
.enlarge .enlargeContainer {
	margin: auto;
	display: table;
	padding: 5px;
	background-color: #fff;
	width: auto;
}
.enlarge .enlargeClose {
	text-align: right;
	padding-bottom: 5px;
}
.enlarge .enlargeImage {
	padding: 0px 0px 0px 0px;
}
.enlarge .enlargePrev {
	padding-top: 5px;
	float: left;
}
.enlarge .enlargeNext {
	padding-top: 5px;
	float: right;
}

