


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

/* Global Reset Styles for browser compatibility */

* { 
	position:relative;
	margin:0px;
	padding:0px;
	
	/* Text */
	font-size:13px;
	font-family:Helvetica, Arial;
	-webkit-body:Arial;
	
	background:transparent none no-repeat;
}

html, body { font-family:Arial, Helvetica, sans-serif; font-size:14px; }

html { background-color:white; background-attachment:scroll;  }
body { padding:0px 10px; }

html { min-height:100%; height:100%; padding:0px;}
body {height:100%; min-height:100%; padding:0px; }

a:focus { outline:none; }


div#GlowBorderLeft, div#GlowBorderRight {
	position:absolute;
	top:0px;
	z-index:0;
	height:100%;
	width:36px;
	background-repeat:repeat-y;
}

/* Webkit can't absolute position right, these aren't necessary so they're just being hidden. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div#GlowBorderLeft, div#GlowBorderRight { 
		position:absolute; 
		display:none;
	}
}


div#GlowBorderLeft {
	background-image:url(Images/glow_left.png);
	left:0px;
	margin-left:-36px;
}
div#GlowBorderRight {
	background-image:url(Images/glow_right.png);
	right:0px;
	margin-right:-36px;
}

div#Wrapper {
	width:800px;
	height:auto;
	min-height:100%;
	margin:0px auto;
	padding-left:20px;
	padding-right:20px;
}

		div#Header {
			z-index:20;
			padding-top:20px;
			margin:0px auto;
			margin-bottom:-50px;
			height:150px;
			width:800px;
			background-image:url("Images/two-genres-one-author.jpg");
			background-repeat:no-repeat;
			background-position:center top;
		}
		
				div#PaigePortrait {
					position:absolute;
					left:50%;
					margin-left:-113px;
					margin-top:55px;
					width:225px;
					height:281px;
					background-color:transparent;
					background-image:url("Images/paige_portrait.png");
					background-position:top left;
				}
				
						div#PaigePortrait a {
							position:absolute;
							display:block;
							width:100%;
							height:100%;
						}
		
		div#Body {
			margin:0px auto;	
			min-height:300px;
			height:100%;
		}
				div#Content {
					padding:20px;
					height:100%;
				}
		
		
		div#Footer {
			display:block;
			text-align:center;
			padding:10px;
		}
		
		
div#LargeImagePreloader img {
	visibility:hidden;
	width:1px;
	height:1px;
}