*{box-sizing: border-box;}

body {background-color: #eaeaea;
		color: #666666;
	font-family: Arial, Helvetica, sans-serif;}
		
#wrapper {margin-left: auto;
		margin-right: auto;
		width: 80%;
		background-color: #000000;
		min-width: 960px;
		max-width: 2048px;
		box-shadow: 3px 3px 3px #333333;
		border: 1px solid #000033;
		background-color: linear-gradient(to bottom, #ffffff, #000000);
		background-repeat: no-repeat;}

header {background-color: #002171;
		color: #FFFFFF;}
		
		

h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", or serif;
	font-size: 3em;
	letter-spacing: .25em}


main {background-color: #ff9900;
	margin-left: 190px;
	padding: 1px  20px  20px  30px;
		display: block;
		overflow: auto;}

#book {margin-left: 190px;
			height: 300px;
			background-image: url(book.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}
			
#book2 {margin-left: 0px;
			height: 300px;
			background-image: url(book2.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}
			
			
section {float: left;
		width: 33%;
		padding-left: 2em;
	padding-right: 2em;}

h2 {color: #1976d2;
	font-family: Georgia, "Times New Roman", or serif;
	text-shadow: 3px 3px 3px #cccccc;}

h3 {font-family: Georgia, "Times New Roman", or serif;
	color: #000033;}
	

footer {font-size: 75%;
		font-style: italic;
		text-align: center;
		font-family: Georgia, "Times New Roman", or serif;
		padding: 2em;
		margin-left: 190px:
		background-color: #ffffff;}	
		
#contact {font-size: 90%;}