/***************************************************************************/
/*							ERIC MEYER'S RESET CSS						   */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline;
		}
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		body {
			line-height: 1;
			color: black;
			background: white;
		}
		ol, ul {
			list-style: none;
		}
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: separate;
			border-spacing: 0;
		}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: "";
		}
		blockquote, q {
			quotes: "" "";
		}
/*																		   */
/***************************************************************************/
#background {
	background: url(../img/bodyBKG.jpg) repeat;
	}

#wrapper {
	width: 1152px;
	margin: 0 auto;
	}

	#indexBKG {
		width: 1152px;
		height: 750px;
		background: url(../img/indexBKG2.jpg) no-repeat;
		}
		

/*
	Links Nav
*/
	#indexNav {
		width: 636px;
		height: 193px;
		position: relative;
		top: 544px;
		left: 247px;
		}
		
		.clearer {
			clear: both;
			}
		
		.pct, .cdt, .at {
			width: 155px;
			float: left;
			position: relative;
			}
			
			.cdt, .at 				{ margin-left: 85px; }
			
		.pct a, .cdt a, .at a { 
			text-indent: -9999px; 
			display: block; 
			width: 153px; 
			height: 20px; 
			margin: 10px auto;
			background: no-repeat;
			}
			
			li.reviews a 			{ background: url(../img/indexButtons_reviews.png); }
			li.excerpt a 			{ background: url(../img/indexButtons_excerpt.png); } 
			li.map a				{ background: url(../img/indexButtons_map.png); 	}
			li.buy a				{ background: url(../img/indexButtons_buy.png);		}
			li.amazon a				{ background: url(../img/indexButtons_amazon.png); width: 120px; height: 36px; margin-top: 0; } 
			
			li.excerptImg a {
				width: 49px;
				height: 41px;
				background: url(../img/indexButtons_book.png) no-repeat;
				text-indent: -9999px;
				position: absolute;
				z-index: 10;
				top: 21px;
				left: -15px;
				}		
	
	#reviews, #footer {
		width: 800px;
		margin: 0 auto;
		}
		
		#reviews p {
			color: #FFF;
			text-align: center;
			line-height: 1.2em;
			}
			
		.footerNav {
			width: 360px;
			margin: 15px auto 5px;
			}
			
		.footerNav 
			li	{
			float: left;
			display: inline;
			color: #990;
			}
			
			.footerNav a {
				display: block;
				text-decoration: none;
				color: #FFF;
				padding: 0 5px;
				}
				
				.footerNav a:hover { text-decoration: underline; }
		
		
		.credits, .counter {
			clear: left;
			text-align: center;
			color: #FFF;
			font-size: 0.8em;
			padding: 10px 0 25px;
			}
			
		.counter {
			padding: 10px 0 0;
			}
			
		.count { font-weight: bold; }
			
			.credits a { color: #FFF; }
