/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	background: #2E1206;
	color: #371e06;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

a img{
	border: none;
}

a{
	color: #931a0d;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:visited{
	color: #05332d;
	text-decoration: underline;
}

#container{
	width: 1034px;
	height: 778px;
  	margin-left: auto ;
  	margin-right: auto ;
}

	body#book #container{
	  	background: url('../imgs/bg_Book.jpg') no-repeat top center #2b1306;
	}
	
	body#author #container{
	  	background: url('../imgs/bg_Author.jpg') no-repeat top center #2b1306;
	}

	#preorder{
		width: 203px;
		height: 152px;
		position: relative;
		top:600px;
		left: 455px;
	}
	
	#title{
		width: 320px;
		height: 21px;
		position: relative;
		top: -25px;
		left: 585px;
		margin-bottom: 10px;
	}
	
	#bookLink{
		width: 34px;
		height: 123px;
		position: relative;
		top: -271px;
		left: 945px;
	}
	
	#authorLink{
		width: 31px;
		height: 99px;
		position: relative;
		top: -266px;
		left: 945px;
	}

	#holder {
		position: relative;
		top: -15px;
		left: 585px;
	}
	
	.scroll-pane {
		width: 320px;
		height: 218px;
		padding-right: 5px;
		overflow: auto;
	}

		h2{
			font-size: 13px;
			margin: 0 0 5px 0;
		}
	
		p{
			line-height: 15px;
			margin: 0 0 10px 0;
		}
	
			.italics, p#quote{
				font-style: italic;
			}
			
		li{
			line-height: 15px;
			margin: 10px 0;
		}

			a.jScrollArrowUp {
				background: url(../imgs/up.png) no-repeat 0 0;
			}
			a.jScrollArrowUp:hover, a.jScrollArrowUp:active {
				background: url(../imgs/upOver.png) no-repeat 0 0;
			}
			a.jScrollArrowDown {
				background: url(../imgs/down.png) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover, a.jScrollArrowDown:active {
				background: url(../imgs/downOver.png) no-repeat 0 0;
			}	

#footer{
	color: #7A6047;
	width: 1034px;
	height: 778px;
	margin: 15px auto;
  	text-align: center;
}

	#footer a, #footer a:hover{
		color: #7A6047;
	}