@charset "utf-8";
/* CSS Document */

.news {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#oldestNews {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.newsTitle {
	font-size: x-large;
	font-weight: bold;
	color: #006;
	font-family: "Courier New", Courier, monospace;
}

.newsDate {
	font-size: x-small;
}

#nextBook{
	margin:auto;
	border: thin solid #900;
	position: relative;
	height: 330;
	width: 700;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	-moz-box-shadow:4px 4px 5px #666;
	-webkit-box-shadow:4px 4px 5px #666;
	box-shadow:4px 4px 5px #666;
	-ms-box-shadow:4px 4px 5px #666;
}
#nextBookImage{
	position:relative;
	left:50px;
	top:5px;
}

.catchHead{
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: x-large;
	position:relative;
	left:30px;
	color: #600;
}
.catchFoot{
	font-weight:bold;
	font-size:medium;
	color:#006;
	font-family:"Courier New", Courier, monospace;
	position:relative;
	left:400px;
	top:10px;
}

/*#recommended{
	position: absolute;
	width: 250px;
	height: 275px;
	right: 25px;
	top: 25px;
	border: thin solid #009;
	text-align: center;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	-moz-box-shadow:4px 4px 5px #666;
	-webkit-box-shadow:4px 4px 5px #666;
	box-shadow:4px 4px 5px #666;
	-ms-box-shadow:4px 4px 5px #666;
}*/

#recCatch{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #600;
}
