@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	background-color: #66CCFF;
	width: 960px;
	margin: 0 auto;
}
a img {
	border:none;
}
#masthead {
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-shadow: 2px 3px 3px #FFFFFF;
	font-size: 60px;
	text-transform: uppercase;
	padding-top: 8px;
}
#menu {
	margin-top: 15px;
	padding-left: 10px;
}
#menu ul {
	list-style-type: none;
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
#menu li {
	float: left;
	margin-right: 12px;
}
#menu a, #content {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#menu a:hover, #menu a:focus {
	color: #00F;
	text-decoration: underline;
}
#content {
	background-color: #FFF;
	border: 2px solid #00F;
	margin: 25px auto;
	width: 850px;
	padding-bottom: 15px;
	line-height: 22px;
	font-weight: normal;
	text-transform: none;
	border: thin solid #050EA8;
	border-radius: 5px;
}
#content h1, #content h2, #content h3, #content h4, #content p {
	margin: 1em 15px;
}
#content h1:first-child {
	margin-top: 15px;
	line-height: 38px;
}
#content .book {
	float:left;
	width:200px;
	margin-right:12px;
	overflow:hidden;
}
#content .book p {
	font-size:12px;
}
#content .book.last + .book {
	clear:left;
}
.clrlft {
	clear:left;
}
p#banner {
	text-align: center;
	padding: 15px 0;
	width: 480px;
	background-color: white;
	font-size: 1.3em;
	margin: 15px auto;
	color: black;
	font-weight: bold;
	border: thin solid #050EA8;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #1946F3;
	box-shadow: 5px 5px 10px #1946F3;
}
p#banner a {
	color: black;
	text-decoration: none;
}
p#banner a:hover, p#banner a:focus {
	text-decoration: underline;
}
#footer {
	font-size:10px;
	text-align:center;
	padding-bottom:15px;
}
div#interview {
	margin:15px 0 20px 0;
	text-align:center;
}
.book p {
    height:260px!important;
}
b {
	font-style:normal;
	font-weight:normal;
}
i {
	font-style:normal;
}
.focusbook a {
	font-size:12px;
}

