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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	position:absolute;
	left:-9999px;
}

input,textarea {
	font:inherit;
	resize:none;
	background:#fff;
	color:#a5a5a5;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#a5a5a5;
}

.clear {
	clear:both;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'CopseRegular';
    src: url('fonts/copse/Copse-Regular-webfont.eot');
    src: url('fonts/copse/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/copse/Copse-Regular-webfont.woff') format('woff'),
         url('fonts/copse/Copse-Regular-webfont.ttf') format('truetype'),
         url('fonts/copse/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	background:url(images/noise.png) repeat scroll 0 0;
	margin:0;
	padding:0;
	color:#818181;
}

#wrapper {
	width:806px;
	margin:0 auto;
	padding:100px 0;
}

a {
	text-decoration:none;
}


#book {
	position:relative;
}

.top-page {
	background:url(images/top-paper.png) no-repeat left top;
	width:806px;
	height:24px;
	position:relative;
}

.content-page {
	background:url(images/row.png) repeat-y left top;
	width:806px;
	height:435px;
	position:relative;
}

.bottom-page {
	background:url(images/bottom-paper.png) no-repeat left top;
	width:806px;
	height:55px;
}

.top-spiral {
	position:absolute;
	background:url(images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:61px;
}

.bottom-spiral {
	position:absolute;
	background:url(images/spiral.png) no-repeat scroll 0 0;
	width:38px;
	height:89px;
	left:-9px;
	top:293px;
}

.row {
	width:100%;
	height:29px;
	clear:both;
}

h2 {
	font-family: Verdana, CopseRegular, Helvetica, Arial, sans-serif;
	font-size:28px;
	text-align:center;
	height:29px;
	line-height:32px;
	font-weight:normal;
	text-shadow: 1px 1px 0px #e1e1e1;
	color:black;
	position:relative;
}

h3 {
	font-family:Verdana;
	font-size:18px;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:black;
}

h4 {
	font-family:Georgia;
	font-size:14px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:#a5a5a5;
}


#ribbon {
	position:absolute;
	background:url(images/ribbon.png) no-repeat scroll left top;
	width:70px;
	height:45px;
	top:45px;
	right:-64px;
	display:block;
	text-indent:-9999px;
	z-index:100;
	cursor:pointer;
}

