@charset "utf-8";
/* CSS Document */
img, div {behavior: url(iepngfix.htc); }
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	text-align:justify;
}
td {
	height:35px;
}
body,td,th {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Engravers MT, Georgia, Times New Roman, Times;
	font-weight: bold;
	padding:0;
	margin:0;
}
h1 {
	font-size: 24px;
	color: #CC0000;
	text-decoration:underline;
}
h2 {
	font-size: 18px;
	color: #CC0000;
}
h3 {
	font-size: 16px;
	color: #CC0000;
}
h4 {
	font-size: 14px;
	color: #CC0000;
}
h5 {
	font-size: 12px;
	color: #CC0000;
}
#shell {
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	clear:both;
	padding:25px;
	background:#CCCCCC;
	border: 8px inset #AAAAAA;
}
#footer {
	color:#FFFFFF;
	text-align:center;
	margin-top:15px;
}
.blue {
	color:#000066;
}
.red {
	color:#CC0000;
}
.books {
	clear:both;
	padding-top:25px;
}
.book {
	float:left;
	width:200px;
	margin-right:25px;
	text-align:center;
}
.description {
	float:left;
	width:479px;
}
/* MENU */
#menu {
	height:35px;
	padding: 0px;
	margin: 15px 0;
	list-style-type:none;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#menu a {
	display: block;
	background: #CC0000;
	text-decoration: none;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	width:184px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border: 4px inset #AAAAAA;
}
#menu a:hover {
	background:#FFFFFF;
	color:#CC0000;
}