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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#06C;
	background-color:#f9f9f9;
	
}
a:hover, a:active
{
	cursor:pointer;	
}
h1 {
	font-size:2em;
	font-weight:bold;
	padding-left:16px;
	line-height:120px;
	border-bottom:1px solid #ddd;
	border:none;
	color:#fff;
}
h2 {
	
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
	font-size:1.5em;
	margin:30px 0 15px 0;
	
}
p
{
	margin:1em 0;	
}
#page
{
	background-color:white;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
	background-position:right;
}
#header
{
	background-color:#06c;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
}
#footer {
	text-align:center;
	border-top:1px solid #e3e3e3;
	line-height:40px;
}
#footer img {
	position:relative;
	top:4px;
}
div#main a img
{
	border:2px solid #ddd;	
}
div#main a:hover img, div#books a:hover img {
	border:2px solid #06c;
}
div#main a:active img, div#books a:active img {
	border-color:#f00;
}
.hidden
{
	display:none;
}

