body {
	background-color: rgb(255,247,247);
	color: rgb(81, 81, 70);
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 25px;
	line-height: 1.5;
}
h3 {
	font-size: 12px;
}
a {
	color: rgb(100, 131, 163);
	text-decoration: none;
}

a:hover {
	color: #36C;
}

.accent {
	background-color: #66C761;
	height: 15px;
}

.container {
	width: 720px;
	margin: 0 auto;
	border: solid 20px #efefef;
	background-color: #FFF;
}

.content {
	margin: 15px;
	margin-left: 230px;
	margin-right: 20px;
	
}
.content .subtitle {
	font-style: italic;
	font-size: 14px;
}
.content h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.menu {
	float: left;
	width: 210px;
	padding-top: 15px;
	text-align: center;
}
.menu h2 {
	font-size: 16px;
}
.linky {
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 15px;
}.booky {
	background-image: url(../img/book.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right: 15px;
}
.menu ul  {
	list-style: none;
	padding: 15px;
}

.footer {
	clear: both;
	border-top: solid 1px #ddd;
	margin: 15px;
	color: #ccc;
}
.caption {
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin: 12px;
}
.footer p {
	margin: 0px;
	margin-top: 10px;
}
dt {
	font-weight: bold;
		padding-bottom: 5px;
}
dd {
	margin-left: 8px;
	padding-bottom: 5px;
}
blockquote {
	margin: 10px;
}
.contact dl .address {
	float: right;
	padding-right: 70px;
}
.content img {
		border: 10px solid #EFEFEF;
		}
.right-img {
	float: right;
	margin: 15px;
	margin-top: 0px;

}
.left-img {
	float: left;
	margin: 15px;
	margin-left: 0px;s
	margin-top: 0px;
}
.information {
	background-color: rgba(255,51,0,0.7);
	padding: 15px;
	color: rgba(255,255,255,1);
}
.information a {
	color:rgba(204,0,0,1);
}
.book-list img {
	border: none;
}h4 {
	margin-top: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
tr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.book-info {
	margin-left: 10px;
}
.book-list {
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
	padding-top: 20px;
}
