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

*{
  margin: 0px;
  padding: 0px;
  border: none;
}

body{
background: #bb976a url(images/background.png) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
size: 1em;
color: #ffffff;
text-align: justify;
}

#wrapper{
margin: auto;
width: 850px;
}

#header{
background: url(images/header.png);
width: 850px;
height: 390px;
}

#intro{
width: 850px;
font-family: "Times New Roman", Times, serif;
color: #ffffff;
font-size: 1.7em;
text-align: center;
margin-top: -180px;
}

#content{
background: url(images/contentbackground.png) repeat-y;
width: 850px;
height: 350px;
padding: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

#reflection{
background: url(images/reflection.png) no-repeat;
width: 296px;
height: 380px;
float: left;
margin-top: 30px;
margin-left: 40px;
}

#info{
font-family: "Times New Roman", Times, serif;
color: #ffffff;
font-size: 1.4em;
margin-top: 30px;
margin-left: 40px;
margin-bottom: 130px;
float: left;
}

.infoheaders{
font-size: 1.1em;
line-height: 1.2em;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
color: #ffffff;
}

#footer{
width: 850px;
height: 300px;
padding-left: 40px;
margin-top: -30px;
}

links{
font-size:.8em;
color: #b5ce82;
margin-left: 0px;
line-height: 1.5em;
float: left;
}

#contact{
font-size: .9em;
color: #331e03;
margin-left: 245px;
margin-top: -145px;
line-height: 1.5em;
float: left;
}

#books{
background: url(images/books.png) no-repeat;
font-size:.8em;
color: #b5ce82;
margin-right: 0px;
margin-left: 20ox;
margin-top: -240px;
line-height: 1.5em;
float: right;
width: 395px;
height: 304px;
}

.footerheaders{
font-size: 1.25em;
line-height: 1em;
font-weight: bold;
font-family: "Times New Roman", Times, serif;
color: #331e03;
}

#footer a{
text-decoration: none;
color: #331e03;
font-size: .85em;
line-height: 1.5em;
}

#footer a:hover{
text-decoration: none;
color: #ffffff;
}
