@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/bg.jpg);
	padding: 0;
	margin: 0;
}

#header {
	width: 100%;
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat-x;
	height: 197px;
	padding-top: 0;
	
}
#logo {
	width: 960px;
	margin: auto;
}

#content {
	margin:auto;
	width: 960px;
	margin-top: 35px;
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	
}
.names {
		color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
}

.names2 {
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

a:link {
	color: #d4c172;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #d4c172;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#footer {
	margin:auto;
	width: 960px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #9c9b9a;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

.shelf {
		color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
}

.shelf a:link {
	color: #d4c172;
	text-decoration: none;
}
.shelf a:visited {
	color: #d4c172;
	text-decoration: none;
}
.shelf a:hover {
	color: #fff;
	text-decoration: none;
}

.books {
	background-color: #000;
	padding: 10px;
	width: 298px;
	text-align:center;
	margin-left: 20px;
}
.advance {
	background-color: #000;
	padding: 10px;
	text-align:center;
}
.thumbs {
	border: 5px solid #d4c172;
	margin-right: 10px;
	margin-bottom: 10px;
}
h2 {
	size: 14px;
	font-weight: normal;
	font-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0;
	margin-top: 0;
	
}
.thumbs2 {
	border: 2px solid #d4c172;
	margin-right: 10px;
}

	
.thumbs3{
	border: 5px solid #d4c172;
}

.case{

  background-color: #666;
  width: 300px;;

}
.casearea{

  background-color: #666;
  width: 300px;
}
.testimonials{
	border: #d4c172 solid 2px;
	vertical-align: text-top;
	width: 310px;
	background-color:#000;
}
.testimonials-full{
	border: #d4c172 solid 2px;
	vertical-align: text-top;
	width: 960px;
	background-color:#000;
}
.book-content{
	color: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:20px;
}