/*-----------------------------------------------------------------------------------
	Construct Zero Inc. CSS/Styles	
/*-----------------------------------------------------------------------------------*/

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: 80%;
	font: inherit;
	vertical-align: baseline;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	top: 20px;
}

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: 'Arial';
    font-weight: normal;
    font-style: normal;
}

body {
	font: 12px/20px 'Arial';
	margin:0;
	padding:0;
	color:#191919;
	background-attachment: scroll;
	background-image: url(images/backgrounds/noise.png);
	background-repeat: repeat;
	background-position: 0 0;
}

#wrapper {
	width:806px;
	margin:0 auto;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a.logo {
	text-align:center;
	display:block;
	margin-top:-80px;
	margin-bottom:20px;
}

p.copyright {
	clear:both;
	text-align:center;
	margin:20px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

#book {
	position:relative;
	margin-left: 0px;
}

.top-page {
	background:url() no-repeat left top;
	width:806px;
	height:24px;
	position:relative;
}

.content-page {
	background:url() repeat-y left top;
	width:806px;
	position:relative;
}

.bottom-page {
	background:url() no-repeat left top;
	width:806px;
	height:55px;
}

.row {
	width:100%;
	height:0px;
	clear:both;
}

h2 {
	font-family: 'Arial';
	font-size:28px;
	text-align:center;
	height:29px;
	line-height:32px;
	font-weight:normal;
	position:relative;
	margin-top: -15px;
}

h3 {
	font-family:Georgia;
	font-size:16px;
	font-style:normal;
	text-align:left;
	height:-25px;
	line-height:30px;
	font-weight:normal;
	color:#191919;
	margin-left: 0px;
}
	h3 a:link {
		color:#191919;
	}
	h3 a { 
text-decoration:underline; 
}

h3 a:visited {
	color:#191919; 
}

h3 a:hover { 
text-decoration:none; 
}

h3 a:active { 
text-decoration:none; 
}

h4 {
	font-family:Georgia;
	font-size:16px;
	font-style:normal;
	text-align:left;
	height:-25px;
	line-height:30px;
	font-weight:normal;
	color:#191919;
	margin-left: 403px;
}

h5 {
	font-family:Georgia;
	font-size:16px;
	font-style:normal;
	text-align:left;
	height:-25px;
	line-height:30px;
	font-weight:normal;
	color:#191919;
	margin-left: 30px;
}
	h5 a:link {
		color:#191919;
	}
	h5 a { 
text-decoration:underline; 
}

h5 a:visited {
	color:#191919; 
}

h5 a:hover { 
text-decoration:none; 
}

h5 a:active { 
text-decoration:none; 
}
