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;
}

/*	2.	Document Setup (body, common classes, structure etc) */
body {
	font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	color:#818181;
}

#wrapper {
	width:806px;
	margin:0 auto;
	padding:50px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a.logo {
	text-align:center;
	display:block;
	margin-bottom:35px;
}

p.copyright {
	clear:both;
	text-align:center;
	margin:15px 0;
}

#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:335px;
	position:relative;
}

.bottom-page {
	background:url(../images/bottom-paper.png) no-repeat left top;
	width:806px;
	height:55px;
}

.row {
	width:686px;
	clear:both;
	float:left;
	padding-left:120px;
	margin-top:50px;
}

.row ul{
	float:left;
	list-style:circle;
	padding:0px;
	margin:0px 30px 0px 0px;
	width:170px;
	}

.row li{
	float:left;
	width:170px;
	line-height:24px;
	margin:0px;
	padding:0px;
	}
	
.row li a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	float:left;
	}	

.row li a:hover{
	color:#0d7e41;
	text-decoration:underline;
	}	


h2 {
	font-family: 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	font-size:28px;
	text-align:center;
	height:29px;
	line-height:32px;
	font-weight:normal;
	position:relative;
	color:#0d7e41;
	margin:0px;
	padding:0px;	
}

h3 {
	font-family:Georgia;
	font-size:18px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:#a5a5a5;
	margin:20px 0px 0px 0px;
	padding:0px;	
}

h4 {
	font-family:Georgia;
	font-size:14px;
	font-style:italic;
	text-align:center;
	height:29px;
	line-height:38px;
	font-weight:normal;
	color:#a5a5a5;
	margin:0px;
	padding:0px;	
}

/*----- 3.3. Social Links -----*/
	
ul.social {
	position:relative;
	text-align:center;
	padding-top:10px;
}

ul.social li {
	display:inline;
	margin:0 13px;
}

ul.social li a {
	text-indent:-9999px;
	width:24px;
	height:24px;
	display:inline-block;
}
li a.facebook {
	background:url(../images/facebook.png) no-repeat scroll center center;
}
li a.twitter {
	background:url(../images/twitter.png) no-repeat scroll center center;
}