/* CSS Reset */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#puzzle_page1_container {
	background-image: url(../images/puzzle_pages/bg1.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page_top {
	background-repeat: no-repeat;
	width: 658px;
	height: 62px;
}
#puzzle_page_bottom {
	height: 313px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #692c77;
	padding-left: 290px;
	font-size: 13px;
	font-weight: bold;
}

#puzzle_page2_container {
	background-image: url(../images/puzzle_pages/puzzle2.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page3_container {
	background-image: url(../images/puzzle_pages/puzzle3.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page4_container {
	background-image: url(../images/puzzle_pages/puzzle4.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page5_container {
	background-image: url(../images/puzzle_pages/puzzle5.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page6_container {
	background-image: url(../images/puzzle_pages/puzzle6.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page7_container {
	background-image: url(../images/puzzle_pages/puzzle7.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page8_container {
	background-image: url(../images/puzzle_pages/puzzle8.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
#puzzle_page9_container {
	background-image: url(../images/puzzle_pages/puzzle9.jpg);
	background-repeat: no-repeat;
	width: 658px;
	height: 395px;

}
/* end of book page numbers */

#books_page_buttons img {
	padding-right: 5px;
	padding-left: 5px;
}
#puzzle_page_buttons {
	width: 130px;
	padding-left: 230px;
	padding-top: 205px;
}
#puzzle_page_tab a:link, #puzzle_page_tab a:visited, #puzzle_page_tab a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0074;
}


#book_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #692c77;
	padding-top: 32px;
	padding-left: 290px;
	width: 300px;
	float: left;
}
#puzzle_page_tab {
	width: 236px;
	float: right;
	padding-top: 12px;
}
.textmiddle {vertical-align:middle;} 
h2  {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}
/* coding copyright 2009 Mike Bishop / Letsdomedia - mike@letsdomedia.co.uk */
