@charset "UTF-8";
/* CSS Document */

{
	margin:0;
	padding:0;
}

html,body
{
	height:100%;
	width:100%;
}

body
{
	background: #872020;
}

#cornerrt{
background: url('../_images/cornerrtup-trans.png');
width: 400px;
height: 400px;
position: absolute;
top: 0px;
right: 0px;
}

#cornerlt{
background: url('../_images/cornerltup-trans.png');
width: 400px;
height: 400px;
position: absolute;
top: 0px;
left: 0px;
}

#cornerrtb{
background: url('../_images/cornerrtb-trans.png');
width: 400px;
height: 400px;
position: absolute;
bottom: 0px;
right: 0px;
}

#cornerltb{
background: url('../_images/cornerltb-trans.png');
width: 400px;
height: 400px;
position: absolute;
bottom: 0px;
left: 0px;
}

.clear {
clear: both;
height: 20px;
}

.centered-box {
	width: 700px;
	height: 600px;
	background-color: white;
	left: 49%;
	top: 48%;
	margin-top: -300px;
	margin-left: -350px;
	position: fixed;
	border-color:#bcc8d2;
	border-style:solid;
	border-width:20px;
}

* html .centered-box { 
	position:absolute;
}

#nav {
width: 700px;
height: 39px;
}

#content {
	background: #fff url('../_images/mainbox.gif') no-repeat;
	height: 435px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}

#contentbooks {
	background: #fff url('../_images/bookbg-trans.png') no-repeat;
	height: 435px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}
	
	#contentabout {
	background: #fff;
	height: 435px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}
	
		#contentcontact {
	background: #fff url('../_images/contactbg-trans.png') no-repeat;
	height: 435px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}
	
	#contentinschool {
	background: #fff;
	height: 435px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}
	
	h1 {
	float: left;
	margin-top: 1em;
	margin-left: 30px;
	color: #872020;
	font-size: 2em;
	}
	
	p {
	margin-left: 30px;
	margin-right: 30px;
	color: #262626;
	}
	
	a {
	text-decoration: none;
	color: #262626;
	}
	
	img.amazon {
	margin-top: 2.3em;
	float: right;
	margin-right: 40px;
	}
