/* CSS Document */

#image {background-image: url(venue.jpg); background-repeat:no-repeat;} 

	
.book{
	background-image:url(book.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:395px;
	position:absolute;
	width:850px;
	z-index:2; 

}
.book table{margin-top:50px; margin-left:80px;}
.book p{ padding-top:10px; color: #666666; padding-right:40px; font-size:0.9em;}
.booktitle{color:#D1AA67; font-size:2em; font-style:italic; font-family:"Times New Roman", Times, serif;
}
.booknav a{text-align:center; font-size:1.2em; font-style:italic; font-family:"Times New Roman", Times, serif; text-decoration:none;
color:#666666; line-height:20px; margin-left:5px; margin-right:5px; font-weight: bold;}

.bookimages{margin-top:15px;}
.bookimages img{margin-left:5px; margin-top:5px;}
.bodycopy p{text-align:justify; margin-top:15px; }
.cost {font-weight:bold;}

