#headerContainerYard {
	width:900px;
	height:270px;
	background:url(../images/header.png) top center no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#menuContainerYard {
	width:850px;
	height:63px;
	margin-left:25px;
	text-align:left;
	background-color: white;
}

#content {
	width:850px;
}


.yardAuthor {
	background:url(../images/yard/author_bg.jpg) top left no-repeat;
}

#contentPadding {
	padding:45px;
	margin-left: 0px;
}

#contentPaddingCharacter {
	padding:45px;
	margin-left: 0px;
}

#contentPaddingAuthor {
	padding:45px;
	padding-top:284px;
	margin-left: 0px;
}


/* Books Page */

.yardBooks {
	background:url(../images/yard/books_bg.jpg) top left no-repeat;
}


#contentPaddingBooks {
	margin-left: 45px;
	padding-top:140px;
}

.bookEntry {
	float:left;
	width:805px;
	clear:left;
	margin-bottom:50px;
}

.bookEntry h2 {
	margin-top:0px;
	color: #c7348d;
}

.bookImage {
	width:200px;
	height:308px;
	margin-right:30px;
	float:left;
}

.buyNow {
	height:32px;
	float:left;
	width:132px;
	margin-top:10px;
}


.detailsWrapper {
	float:left;
	width:auto;
	margin-top:11px;
	margin-left:15px;
	background-color:#d799c0;
	border: 1px solid #c7348d;
	height:28px;
}

.details {
	margin-left:15px;
	margin-right:15px;
	margin-top:7px;
	color:#FFFFFF;
	font-size:10px;
}


.book1 {
	background:url(../images/yard/book1.jpg) no-repeat;
}

.book2 {
	background:url(../images/yard/book2.jpg) no-repeat;
}

.book3 {
	background:url(../images/yard/book3.jpg) no-repeat;
}

.book4 {
	background:url(../images/yard/book4.jpg) no-repeat;
}

.book5 {
	background:url(../images/yard/book5.jpg) no-repeat;
}

.book6 {
	background:url(../images/yard/book6.jpg) no-repeat;
}

.bookText {
	float:left;
	width:530px;
}

.bookText p {
	font-size:13px;
	line-height:1.6em;
}


/* Character Page */

.yardCharacter {
	background:url(../images/yard/character_bg.jpg) top left no-repeat;
}


#contentPaddingCharacter {
	padding:60px;
	padding-top:170px;
}


	/* ---------- Yard Navigation ---------- */
		img.image{ display: none; }
		
		ul#navMapYard{
			margin: 0;
			padding: 0;
			background: transparent url(../images/yard/yard_menu_bg.gif) top left no-repeat;
			height: 63px;
			width: 850px;
			position: relative;
			list-style-type:none;
			
		}
		
		#navMapYard li { 
			margin: 0; 
			padding: 0; 
			position: absolute; 
			font-size: 85%; 
		}
	
	/* ---------- Yard Hotspot Declarations Row 1 ---------- */
		
		li#homeYard { top: 0px; left: 0px; list-style-type:none; }
		li#homeYard a{ position: absolute; width: 92px; height: 32px; text-decoration: none; }
		li#homeYard a span{ display: none; }
		li#homeYard a:hover{ position: absolute; background: transparent url(../images/yard/yard_menu_bg.gif) -0px -63px no-repeat; top: 0px; left: -0px; }
		
		li#forumYard { top: 0px; left: 92px; list-style-type:none; }
		li#forumYard a{ position: absolute; width: 92px; height: 32px; text-decoration: none; }
		li#forumYard a span{ display: none; }
		li#forumYard a:hover{ position: absolute; background: transparent url(../images/yard/yard_menu_bg.gif) -92px -63px no-repeat; top: 0px; left: -0px; }
		
		li#stuffYard { top: 0px; left: 184px; list-style-type:none; }
		li#stuffYard a{ position: absolute; width: 165px; height: 32px; text-decoration: none; }
		li#stuffYard a span{ display: none; }
		li#stuffYard a:hover{ position: absolute; background: transparent url(../images/yard/yard_menu_bg.gif) -184px -63px no-repeat; top: 0px; left: -0px; }
		
		li#gossipGraceYard { top: 0px; left: 507px; list-style-type:none; }
		li#gossipGraceYard a{ position: absolute; width: 207px; height: 32px; text-decoration: none; }
		li#gossipGraceYard a span{ display: none; }
		li#gossipGraceYard a:hover{ position: absolute; background: transparent url(../images/yard/yard_menu_bg.gif) -507px -63px no-repeat; top: 0px; left: -0px; }
		
		li#membersYard { top: 0px; left: 714px; list-style-type:none; }
		li#membersYard a{ position: absolute; width: 136px; height: 32px; text-decoration: none; }
		li#membersYard a span{ display: none; }
		li#membersYard a:hover{ position: absolute; background: transparent url(../images/yard/yard_menu_bg.gif) -714px -63px no-repeat; top: 0px; left: -0px; }
		
		
	/* ---------- Yard Hotspot Declarations Row 2 ---------- */
		
		li#booksMenu { top: 32px; left: 184px; list-style-type:none; }
		li#booksMenu a{ position: absolute; width: 165px; height: 32px; text-decoration: none; }
		li#booksMenu a span{ display: none; }
		
		li#authorMenu { top: 32px; left: 349px; list-style-type:none; }
		li#authorMenu a{ position: absolute; width: 158px; height: 32px; text-decoration: none; }
		li#authorMenu a span{ display: none; }
		
		li#characterMenu { top: 32px; left: 507px; list-style-type:none; }
		li#characterMenu a{ position: absolute; width: 207px; height: 32px; text-decoration: none; }
		li#characterMenu a span{ display: none; }
		
	
	
