html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	
	font-size:1em; 
	font-family: georgia, palatino linotype, times new roman, serif;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;

	display:block;

	background:white;
	background:black;
	background:#506090;
	background:#333333;
}

body a {
	text-decoration:none;
	color:#CCFFCC;
	color:#88FF88;
}

body a:hover {
	background:#88FF88;
	color:black;
}

.bookTitle {
	color:#CCFFCC;
}

.hilight {
	color:#CCFFCC;
}

.alignButton {
	position:relative;
	width:100%;
	height:auto;

	margin-top:10px;
	text-align:center;
}

.listBlockHeader {
	position:relative;
	width:auto;
	height:auto;
	padding:2px 10px 2px 10px;
	font-size: 150%;
	margin-bottom:10px;
	color:black;
	background:#CCFFCC;
	font-weight: bold;
	text-align: center;
}

.listBlockBorder {
	position:relative;

	width:auto;
	height:auto;

	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #CCFFCC;
	/* top right bot left */
	padding:0px 10px 0px 10px;
}

.imageBlock {
	position:relative;
	width:auto;
	height:auto;
	text-align: center;
	/* top right bot left */
	margin:0px 0px 10px 0px;
}

.imageBlockRight {
	position:absolute;
	width:auto;
	height:auto;
	top:1px;
	right:1px;
	margin:0;
	font-size:60%;
	text-align: right;
}

.eventDate {
	position:relative;
	width:90px;
	height:100px;
	margin:0;
}

/*
.eventDate {
	position:relative;
	float:left;
	width:30%;
	height:auto;
}
*/

.bookCellLeft {
	position:relative;
	width:65%;
	height:auto;
	margin:0;
}

.bookCellRight {
	position:absolute;
	width:30%;
	height:auto;
	top:15px;
	right:10px;
	margin:0;
	text-align:center;
}

#canvas {
	position:relative;
	width:770px;
	height:auto;
	height:auto;

	margin:auto;
	background:#506090;
	padding-bottom:50px;
}

#logo {
	position:relative;
	top:0px;
	left:0px;

	width:770px;
	height:70px;
}

#columnLeft {
	position:absolute;
	top:70px;
	left:10px;

	width:125px;
	height:auto;
}

#menuBlock {
	position:relative;

	width:100%;
	height:auto;

	/* top right bot left */
	padding:15px 0px 30px 0px;
}

#menuBlock a {
	text-decoration:none;
	color:#CCFFCC;
}

#menuBlock a:hover {
	background:#CCFFCC;
	color:black;
}


#columnRight {
	position:absolute;
	top:80px;
	right:0px;

	width:175px;
	height:auto;
}

#columnCenter {
	position:relative;
	left:150px;
	width:440px;
	height:auto;
	color:black;
	color:#DDDDDD;
	color:white;
	padding-top:10px;
	top: 7px;
}

#columnCenter h1 {
	font-size:110%;
	line-height:120%;
	color:#CCFFCC;
	/* top right bot left */
	margin:15px 0px 5px 0px;
}

#columnCenter h2 {
	font-size:100%;
	line-height:120%;
	color:#CCFFCC;
	/* top right bot left */
	margin:10px 0px 10px 0px;
}

#columnCenter h3 {
	font-size:95%;
	line-height:120%;
	color:#FFFFCC;
	/* top right bot left */
	margin:10px 0px 10px 0px;
}

#columnCenter p {
	font-size:95%;
	line-height:120%;
	/* top right bot left */
	margin:0px 0px 10px 0px;
}

#copyrightNotice {
	position:relative;
	left:150px;
	width:440px;
	height:auto;

	color:white;
	
	/* top right bot left */
	padding:30px 0px 0px 0px;
}
