@charset "utf-8";
/* CSS Document */

Body {
	background-color: rgb(0,0,0) ;
}
A Img {
	border: 0px ;
}
	#backdrop {
		width: 874px ;
		height: 708px ;
		display: block ;
		margin: 0 auto 0 auto ;
		padding: 60px 0 0 135px ;					
		background: url(../media/layout/backdrop.jpg) no-repeat ;					
		font-family: Georgia, "Times New Roman", Times, serif ;
	}
		#layout {
			width: 780px ;
		}
			#title {
				display: block ;
				margin: 0px auto -45px auto ;
			}
			#layout_top {
				height: 105px ;							
				background: url(../media/layout/layout_top.png) no-repeat ;
			}
			#layout_middle {
				position: relative ;
				padding: 0 65px 0 75px ;
				background: url(../media/layout/layout_middle.png) repeat-y ;
			}
				#content {
					margin-top: -30px ;
					overflow: auto ;
				}
					#content_left {
						float: left ;
						margin-left: 3px ;
						width: 230px ;
					}
						#buy_btn {
							width: 123px ;
							height: 39px ;
							display: block ;
							margin-left: 40px ;
							background: url(../media/content/buy-btn-off.png) no-repeat  ;
						}
							#buy_btn:hover {
								cursor: pointer ;
								background: url(../media/content/buy-btn-on.png) no-repeat  ;
							}
					#content_right {
						float: left ;
						width: 390px ;
					}
						.about_title {
							font-size: 22px ;
							color: rgb(154,66,26) ;
						}
						.about_copy {
							overflow-y: scroll ;
							font-size: 12px ;
							color: rgb(70,70,70) ;
							line-height: 140% ;
							padding-right: 3px ;
						}
							#about_book {
								height: 100px ;
								margin-top: 5px ;
							}
							#about_chris {
								margin-top: 4px ;
								height: 140px ;
								margin-bottom: 5px ;
							}
						.memorial_page {
							color: rgb(154,66,26) ;
							font-size: 12px ;
							text-decoration: none ;
							font-style: italic ;
							word-spacing: -1px ;
						}
						img.callout {
							margin-top: 15px ;
							margin-bottom: 5px ;
						}
						img.chris {
							float: left ;
							margin-left: -12px ;
						}
						
			#layout_bottom {
				height: 107px ;	
				margin-top: -15px ;
				background: url(../media/layout/layout_bottom.png) no-repeat ;
				font-size: 10px ;
				color: rgb(154,66,26) ;
				padding-top: 40px ;
			}
				#copyright {
					float: left ;
					margin-left: 70px ;
				}
				#contact {
					float: right ;
					margin-right: 70px ;
				}
					#contact a {
						color: rgb(154,66,26) ;
						text-decoration: none ;
					}