@charset "utf-8";
/* CSS Document */

body {
	background: #282a38 url('/images/fridge-closed-bg-dark2.jpg') repeat-x;
	/*background-attachment: fixed;*/
}
#wrapper {
	background: url('/images/fridge-closed-bg-dark1.jpg') no-repeat top left;
	/*background-attachment: fixed;*/
}
#wrapper-inner {
	position: relative;
	margin-left: 100px;
	width: 922px;
	height: 800px;
	background: none;
	text-align: center;
}
#content {
	position: relative;
	margin: 10px auto;
	padding: 20px 0;
	width: 900px;
	background-color: #ffffff;
}
#content h1.booktitle {
	font-size: 2.1em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	text-align: center;
}
#content h2 {
	font-size: 1.5em;
	margin-bottom: 13px;
}
.letterslist h2 {
	font-weight: bold;
}

#content-inner {
	margin: 0 20px;
	padding: 25px;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #000;
	border: 5px solid #cccccc;
}
#content-inner p{
	margin-bottom: 20px;
	line-height: 125%;
}
#content-inner a{
	margin-right: 10px; 
}
#content-inner .letterslist {
	clear: left;
	margin-bottom: 40px;
}
#content-inner .letterslist img{
	border: 1px solid #ccc;
}
/****** some navigation **********/
.close {
	position: absolute;
	top: 0;
	right: 0;
}
.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 29px;
}
