@charset "utf-8";
#header {
	height: 250px;
	clear: both;
	background-image: url(Images/world-map-background_400.png);
	margin-top: -8px;
	
}
#header #name {
	margin-top: 25px;
	color: #FFFFFF;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 72px;
	text-shadow: 5px 5px #000000;
}
#spacer1 {
	width: 100%;
	height: 40px;
	
}
#title {
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
}
#title p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
}
#spacer2 {
	width: 100%;
	height: 50px;
	float: left;
}
#chapters {
	width: 60%;
	height: 400px;
	float: ;
	border:
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: ;
}
#chapters h1 {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: bolder;
	font-size: 34px;
	text-align: left;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
/* Aligns images to the left */ 
#printfriendly img{
    float:left;
    margin-top: 12px;
    margin-right: 12px;
} 
/* Changes font family and size */
#printfriendly {
    font-family: Arial;
    font-size: 14px;
} 
/* Changes header color */
#printfriendly h1, #printfriendly h2, #printfriendly h3, #printfriendly h4 {
    color: Green;
} 
/* Hides the Page Title and Source URL */
#printfriendly, #pf-src {
    display:none;
} 
#list {
	width: 20%;
	height: 35px;
	margin-left: 30px;
	margin-right: 5px;
	float: left;
	font-weight: normal;
}
#list a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
}
#list a:hover {
	color: #0C18F4;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}
#book {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
}
#book p {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 20px;
}
#booklink {
	width: 25%;
	height: 125px;
	float: left;
	margin-left: 35px;
	margin-right: 25px;
}
#booklink a {
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-decoration: none;	
}
#booklink a:hover {
	color: #0C18F4;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
}
#booklink figure {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
#adobe {
	width: 25%;
	height: 125px;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 35px;
	margin-right: 25px;
}
#adobe figure {
	margin-top: 43px;
	margin-bottom: auto;
	margin-left: 25px;
	margin-right: auto;
}
#spacer3 {
	width: 100%;
	height: 250px;
	float: left;
}
#footer {
	width: 100%;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	text-align: center;
	height: 25px;
	float: left;
}