@charset "utf-8";

body{
	background-color: #531f27;
	background-image: url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-position: left 145px;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 100%;
	margin: 0;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#container{
	background-color: #decec8;
	margin:0;
	padding: 0;
}

#header{
	background-image: url(/images/header.jpg);
	background-repeat:no-repeat;
	height: 240px;	
	margin-left: 20px;
}

#nav{
	position: relative;
	margin: 0;
	padding: 0;
	top: 195px;
	left: 290px;
}

#nav li{
	display: inline;
	margin: 0 15px;
}

#nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover{
	text-decoration: underline;
	color: #3399cc;
}

#content{
	padding: 10px;
}

#topContainer{
	margin-bottom: 20px;
	float: left;
}

#book-intro{
	float: left;
	width: 560px;
	margin: 10px 20px 0 0;
	line-height: 27px;
}

#book-intro p{
	text-indent: 20px;
	margin: 0;
}
#book-intro p.first{
	text-indent:0;
	margin-top: 0;
}

#book-details{
	padding: 0;
	text-align: center;
	float: left;
	width: 270px;
}

#testimonial{
	margin: 30px 0 0 7px;
	background-color: #decec8;
	background-image: url(/images/testimonial-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	padding: 30px 13px 0 13px;
}

#testimonial p{
	line-height: 24px;
	font-style:italic;
	margin-top: 0;
	float: left;
	width: 545px;
}

#testimonial #info{
	width: 230px;
	padding: 0 25px;
	position: relative;
	float: right;
}

#testimonial #info ul{
	font-size: .85em;
	margin: 0;
	padding: 3px 0;
}
#testimonial #info ul li{
	margin-left: 20px;
	padding: 2px 0;
}

#other-accolades{text-align: center;}
#other-accolades ul{margin:0;padding:0;list-style: none;}

#speaking-info{
	text-align: center;
}

#speaking-info p{line-height: 22px;}

#speaking-info ul li{
	padding: 2px 4px;
	margin: 0;
}

#footer{
	background-color: #1bb0c3;
	color: #fff;
	padding: 10px;
	text-align: center;	
	font-size: .85em;	
}
#footer ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
#footer ul li{
	display: inline;
	margin: 0 25px;
}
#footer ul li a{color:#fff;text-decoration:none;}
#footer ul li a:hover{color:#fff;text-decoration:underline;}
#footer p{margin:0; padding:0;}

.floatRight{float:right;}
.center{margin: 0 auto;}
.clear{clear:both;}
h2{color: #531f27;}

a.button {
	text-decoration: none;
	background-image: url(/images/buttons.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	color: #fff;	
	width: 140px;
	height: 70px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
	background-image: url(/images/buttons.gif);
	background-repeat:no-repeat;
	background-position: 0 -70px;
}

a.button span{
	position: relative;
	top: 25px;
	padding: 0 12px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}