@charset "utf-8";

* {
        
        margin: 0;
}

html, body {
	min-width: 100%;
	width: 100%;
	height: 100%; 
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	margin-bottom: .8em;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	margin-bottom: .8em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	margin-bottom: .8em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin-bottom: .8em;
	font-weight: bold;
}
p,li,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	margin-bottom: .8em;
}

a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC6666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


#pageCentre {
	position: relative;	
	width: 770px;
	background-color: #FFFFFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;


}

#pageFooter, .push {
	position: relative;
	clear: both;
	height: 20px;
	width: 770px;
	margin:0 auto;

	/*background-color: #00FF00;*/
}

#mainTitle {
	position: absolute;
	z-index: 30;
	left: 0px;
	top: 23px;
	width: 318px;	
}

#donateButton {
	position: absolute;
	z-index: 30;
	width:140px;
	height:40px;
	top: 350px;
	left:460px;
	/*float: left;*/
	
}

#downloadButton {
	position: absolute;
	width:140px;
	height:40px;
	z-index: 30;
	top: 110px;
	left: 460px;
	float: left;

}

#pint {
	position: relative;
	z-index: 25;
	left: 80px;
	top: -65px;
	
	
}
#bookImage {
	position: relative;
	z-index: 49;
	top: -75px;
	left: 115px;
	
	
}

#topMenu {
	position: absolute;
	z-index: 30;
	right: 0px;
	top: 30px;
	
	padding-right: 1em;
}
#topMenu a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
#topMenu a:hover {
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
}

#pageColumns {
	position:relative;
	min-width: 100%;
	width: 100%;
	/*top: 60px;*/
	background-color: #FFFFFF; 
}

#pageLeftContent {
	position: relative;
	width:400px;
	z-index: 10;
	top: 0px;
	clear: left;
	margin: 50px;
	background-color: #FFFFFF;
}

#pageRightContent {	
	position: relative;
	float: right;
	width:250px;
	z-index: 10;
	top: 300px;
	clear: right;
	margin: 20px;
	background-color: #FFFFFF;
}
#contact {
	background-color: #eeeeee;
	border-radius: 15px;
	padding: .5em;
	position: relative;

}

#chapter1 {
	background-color: #eeeeee;
	border-radius: 15px;
	padding: .5em;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#chapter1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#chapter1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#chapter1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

