/*
* Default style sheet
*/

html {
	/* background: #2c5783 url(images/bg.gif) repeat-x; */
	/* background: #00496C; */
	background: #3b6c9b url(images/bg2.gif) repeat-x;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	min-width:800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #3b2d16;
}
#container {
	border: solid 2px #552d1d;
	background: #ffffff url(images/paper-square.jpg); 
	margin: 0 auto;
	width:800px;
}

#container h1 {
	color: #3250b0;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
#container h2 {
	color: #3250b0;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

#container p {
	margin-bottom: 1em;
}

#header {
	background: transparent url(images/header.gif) no-repeat; 
	width: 800px;
	height: 140px;
	text-align: right;
	color: #3b2d16;
}
#headercontent {
	padding: 1em;
	font-size: 1.5em;
	line-height: 150%;
	font-style: italic;
	font-weight: bold;
	font-family: georgia, serif;
}

#content {
	float:right;
	width:610px;
}

#content #innercontent {
	padding: 1.5em;
	padding-right: 3.5em;
}

a:link, a:visited {
	color: #3250b0;
}
a:hover {
	text-decoration: underline;
}

*.book a:link{
	color: #3250b0;
	text-decoration: none;
}
*.book a:visited {
	color: #3250b0;
	text-decoration: none;
}  
*.book a:active {
	color: #3250b0;
	text-decoration: none;
}
*.book a:hover  {
	text-decoration: underline;
}

*.sitelinks a:link, *.sitelinks a:visited {
	color: #3250b0;
	text-decoration:none;
}

*.sitelinks a:hover {
	text-decoration: underline;
}

#pamphoto {
	float: right;
	margin-left: 2em;
}

#sidebar {
	float:left;
	width:190px;
}
#sidebar img {
	margin: 0px 0px 0px 14px;
}
#navlist { 
	font: 0.9em garmond, verdana, sans-serif;
	font-weight: normal;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 100px;
	padding-top: 10px;
	padding-left: 10px;
	width: 160px;
	height: 300px;
	background: transparent;
	border: #3250b0 solid 0px;
}
#navlist li {
	margin: 8px;
	padding-left: 4px;
	padding-right: 4px;
	/* border: #3b2d16 solid 1px; */
	border: #552d1d solid 1px;
	width: 130px;
	background: #b7a388 url(images/desert-sand.jpg);
}
#navlist a {
	/* color: #3250b0; */
	color: #3b2d16;
	display: block;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
}
#navlist a:hover {
	color: white;
}
#navlist a {
	padding: 5px 5px 5px 5px;
}

#footer {
	padding-top: 1em;
	border-top: #cbc6ad groove 2px;
	background: #3250b0 url(images/desert-sand.jpg);
	clear:both;
	height: 40px;
	width: 800px;
	text-align: center;
	font-size: 90%;
	font-family: arial;
	color: #3250b0;
}

#footer span {
	font-size: 0.80em;
	font-family: arial;
	color: #3b2d16;
}

#footer span a:link {
	color: #3b2d16;
	text-decoration: underline;
}

#footer span a:visited {
	color: #3b2d16;
	text-decoration: underline;
}

*.testimonial {
	padding: 1em;
	/* background: url(../image/paper-bg.jpg) repeat; */
	margin-bottom: 2em;
	margin-right: 5em;
	margin-left: 2em;
	color: black;
	background: url(images/paper-white.jpg) repeat;
}

*.book {
	position: relative;
	width: 520px;
	height: 125px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	margin-bottom: 1em;
	margin-top: 1em;
}

*.book img  {
	position: absolute;
	top: 5px;
	left: 10px;
}

*.book *.bookdesc {
	position: absolute;
	top: 5px;
	left: 100px;
}

*.bookdesc {
	background: url(images/paper-white.jpg) repeat;
	border: #784c07 solid 0px;
	width: 400px;
	height: 90px;
	padding: 10px 10px 10px 20px;
}

*.book *.booktitle {
	font-weight: bold;
	font-size: 120%;
}	
*.book *.author {
	font-style: italic;
}

*.book {
	color: #3250b0;
	margin-top: 1em;
}

*.booklist {
	margin-bottom: 1em;
}
