body {
	background-color: #000000;
	font-family: verdana, sans-serif;
	font-weight: normal;
}



h1 {
	font-size: 24pt;
	line-height: 48pt;
	padding: 0px;
	margin: 0px;
}

#content {
	font-size: 12pt;
	background: url('img/bg.jpg') no-repeat;
	margin: 20px auto;
	width: 1000px;
	height: 750px;
	display: table;
	position: relative;
}

#intro {
	width: 600px;
	margin: 40px 0px 0px 40px;
	font-weight: bold;
	font-style: italic;
	line-height: 24pt;
	color: #2E2E2E;
}

#linkbox {
	position: relative;
	top: 330px;
	left: 40px;
	color: #727272;
}

#links {
	padding: 10px 20px;
	line-height: 18pt;
}

#links  span.pseudolink:hover{
	cursor:pointer;	
}

#links  .pseudolink {
	text-decoration: underline;
}

#bg_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.7;
	background-color: #727272;
	z-index: 1;
	display: none;
}


#popup {
	position: absolute;
	border: solid 1px #2E2E2E;
	display: block;
	background-color: #D2D2D2;
	z-index: 2;
	display: none;
}


#popup_header {
	float: right;
}

#popup_header  span:hover{
	cursor:pointer;	
}


#footer {
	margin: 20px auto;
	width: 1000px;
	text-align: right;
	font-style: italic;
	font-size: 10pt;
	color: #727272;
	display: block:
}

#footer a,
#footer  a:link,
#footer  a:visited {
	color: #727272;
}


#show-photos-content {
	padding: 10px;
}

#show-photos-title {
	text-align: center;
}

.photo-div {
	position: relative;
	height: 700px;
	float: left;
	display: table;
}

.photo-div div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.photo-div div img {
  -moz-box-shadow: 5px 5px 3px 3px #888;
  -webkit-box-shadow: 5px 5px 3px 3px #888;
  box-shadow: 5px 5px 3px 3px #888;
}

#prev-photo-div {
	width: 140px;
}

#cur-photo-div {
	z-index: 4;
	width: 670px;
}

#cur-photo-desc {
	padding-top: 10px;
	display: inline-block;
}

#next-photo-div {
	width: 140px;
}

#prev-photo {
	transform:skewY(5deg);
	-ms-transform:skewY(5deg);
	-webkit-transform:skewY(5deg);
}

#next-photo {
	transform:skewY(175deg);
	-ms-transform:skewY(175deg);
	-webkit-transform:skewY(175deg);
}

#book-info-content {
	padding: 20px;
}

#book-info-desc {
	font-size: 12pt;
	padding-left: 20pt;
	vertical-align: top;
}

#book-info-desc  .title {
	width: 70pt;
	height: 30pt;
}


