html {
	background-image:url(bg.png);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

#bookMiddle{
	background-image: url(bookMiddle.png);
	background-repeat: repeat-y;
	background-position: center;
}
	
#header {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	top: 0px;
}

#footer {
	height: 200px;
	text-align:center;
	font-size:8pt;
	margin-top:0px;
	padding-top:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#bookEnd{
	background-image: url(bookEnd.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 20px;
}

#content{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: justify;
	font-size:10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu{
	text-align:center;
	font-size:11pt;
	margin-bottom: 0;
}

a:link{
color: #422215;
text-decoration: none;
font-weight: bold;
}
a:active{
color: #0000ff;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #422215;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #422215; 
text-decoration: underline;
}

h1{
	font-size: 14pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid Black;
}


h2{
	font-size:12pt;
	font-weight: bold;
	 margin-bottom: 0;
}