#body { 
  background: url('../img/bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#nav_menu {
	position: fixed;
	width: 960px;
	height: 45px;
	margin-left: 0;
	margin-right: auto;
	margin-top: -40px;
	z-index: 100;
	background-color: #9C4040;
}

.inner_menu {
	color: #ffffff;
	background-color: #9C4040;
	padding-top: 12px;
	font-family: 'Arvo', serif;
}

#wrapper {
	width: 960px;
	padding-top: 40px;
	margin: 0 auto;
	background-color: #FDFFF0;
}

#header {
}

.header_title {
	text-align: center;
	color: #ffffff;
	background-color: #9C4040;
}

p {
	font-size: 20px;
}

h6 {
	font-size: 70px;
	color: #ffffff;
	font-family: 'Arvo', serif;
}

.header_img {

}

#content {
	background-color: #FDFFF0;
	padding-left: 50px;
	padding-right: 50px;
}

.title_area {
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	font-family: 'Arvo', serif;
	margin-left: -50px;
	width: 960px;
	padding: 15px;
	color: #ffffff;
	background-color: #9C4040;
}

.text_area {
	margin-bottom: 35px;
}

.display_photo {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #232323;
	margin-left: -50px;
	width: 960px;
}

.floating_img_right {
	float: right;
	padding-left: 20px;
}

.floating_img_left {
	float: left;
	padding-right: 20px;
}

.img_rotate_right {
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}

.img_rotate_left {
	transform:rotate(-7deg);
	-ms-transform:rotate(-7deg); /* IE 9 */
	-webkit-transform:rotate(-7deg); /* Opera, Chrome, and Safari */
}
.image_area {
	margin-bottom: 460px;
	margin-top: 150px;	
}

.img_popup {
	display: inline-block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}

.popup_image {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.highlight_img {
	cursor: pointer; cursor: hand;
}

.thumb {
	display: inline-block;
	width: 350px;
	padding: 20px;
}

a.anchor{
	display: block;
	position: 
	relative; 
	top: -57px; 
	visibility: hidden;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer {
	height: 40px;
	color: #ffffff;
	padding-top: 7px;
	background-color: #9C4040;
}

#contactform {
	display: inline-block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
}

.notebook {
	display: inline-block;
}

.notebook.book1 {
	margin-left: 50px;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}

.notebook.book2 {
	margin-left: 50px;
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */
}

.notebook.book3 {
	margin-left: 50px;
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */
}

.notebook.book4 {
	margin-left: 50px;
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */

}

.link {
	color: #9C4040;
}

.link:hover {
	color: #9C4040;
}