html {
	min-height: 100.05%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Times, "Times New Roman", Georgia, verdana, arial, helvetica, sans-serif;
	font: verdana, arial, Georgia, "Times New Roman", Times, helvetica, sans-serif;
	background-color: #FBDE9F;
}
h1, h2, h3, h4 {
	color: #0088cc;
	font-weight: bold;
	letter-spacing: 0.03125em;
}
h1 {
	font-size: 152%;
	margin-bottom:1em;
}
h2 {
	font-size: 129%;
	margin-top: 2em;
	margin-bottom: .5em;
	line-height: 1.6em;
}
h3 {
	font-size: 107%;
	line-height: 1.2;
	font-weight: bold;
	color: black;
}
/* HEADER IMAGE */
/*--------------*/
div.image_header {
	position: absolute;
	top: 4px;
	left: 9px;
	z-index:50;
}
/* NEWS TICKER TAPE SECTION */
/*--------------------------*/
div.ticker_text_hider_image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
}
.tickercontainer { /* the outer div with the black border */
	position: absolute;
	top: 76px;
	left: 189px;
	border: 1px solid #000;
	background: #FFFFDD;
	width: 583px; 
	height: 27px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	z-index:2;
} 
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative; 
	left: 10px;
	top: 6px;
	width: 562px; 
	overflow: hidden; 
} 
ul.newsticker { /* that's your list */ 
	position: relative; 
	left: 750px;
	font: bold 10px Verdana; 
	color: blue; 
	list-style-type: none;
	margin: 0;
	padding: 0; 
} 
ul.newsticker li {
	float: left;  /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0; 
	padding: 0;
	background: #FFFFDD;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: black; 
	font: 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 
/* BOOK COLUMN CONTENT */
/*---------------------*/
div.book_column {
	position: absolute;
	top: 74px;
	left: 8px;
	width: 173px;
	background-color: #FFFFDD;
	z-index:50;
}
/* SIDE PUBLICATION BUTTON */
/*-------------------------*/
div.side_pub_button a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	text-decoration: none;
	color: black;
	background-color: #DCF0F6; 
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index:50;
}
div.side_pub_button a:hover{
	background-color: white;
	border-color: black;
	color: black;
}
p.side_pub_button {
	font-family: Arial;
	text-align: center;
	font-size: 90%;
}
div.side_pub_button_1 a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	text-decoration: none;
	color: black;
	background-color: #D7FAB4; 
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index:50;
}
div.side_pub_button_1 a:hover{
	background-color: white;
	font-weight: bold;
	border-color: black;
	color: black;
}
p.side_pub_button_1 {
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
div.side_pub_button_2 a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	text-decoration: none;
	color: black;
	background-color: #FFFFDD; 
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index:50;
}
div.side_pub_button_2 a:hover{
	background-color: white;
	border-color: black;
	color: black;
}
p.side_pub_button_2 {
	font-family: Arial;
	text-align: center;
	font-size: 90%;
}
/* BOOK STORE BUTTON */
/*-------------------*/
div.bookstore_button a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	text-decoration: none;
	color: white;
	background-color: green; 
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index:50;
}
div.bookstore_button a:hover{
	background-color: white;
	border-color: black;
	color: black;
}
p.bookstore_button {
	font-family: Calligraph421 BT;
	text-align: center;
	font-size: 130%;
}
div.book_block_title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    text-decoration: underline;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFDD;
}
p.book_block_title {
	font-family: arial;
	text-align: center;
	text-decoration: underline;
	font-size: 100%;
	line-height: 1.3;
	font-weight: bold;
	color: black;
}
div.book_block_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFDD;
}
img.book_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
div.book_block_1 a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-decoration: none;
	color: blue;
	background-color: #FFFFDD;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	z-index:50;
}
div.book_block_1 a:hover{
	background-color: green;
	color: white;
}
p.book_block_1 {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	line-height: 1.2;
	font-weight: bold;
	color: blue;
}
div.book_block_2 a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-decoration: none;
	color: green;
	background-color: #FFFFDD;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	z-index:50;
}
div.book_block_2 a:hover{
	background-color: green;
	color: white;
}
p.book_block_2 {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.0;
	font-weight: bold;
	color: blue;
}
div.book_block_3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	background-color: #FFFFDD;
}
p.book_block_3 {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.0;
	font-weight: normal;
	color: black;
}
div.book_block_4 a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-decoration: none;
	color: green;
	background-color: #FFFFDD;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	z-index:50;
}
div.book_block_4 a:hover{
	background-color: green;
	color: white;
}
p.book_block_4 {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	line-height: 2.0;
	font-weight: bold;
	color: blue;
}
/* GOOGLE ADS COLUMN */
/*-------------------*/
div.google_scripts {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 171px;
	background-color: #FFFFDD;
	z-index:51;
	padding-top: 0.1cm;
	padding-bottom: 0%;
}
/* PAGE CONTENT SECTION */
/*----------------------*/
div.content {
	position: absolute;
	top: 184px;
	left: 189px;
	width: 535px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color: #FFFFDD;
}
div.body_title {
	position: absolute;
	top: 237px;
	left: 207px;
}
img.centered {
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.body_title_bg {
	font-family: Calligraph421 BT;
	text-align: center;
	font-size: 170%;
	line-height: 1.2;
	font-weight: normal;
	color: blue;
}
p.title {
	font-family: Calligraph421 BT;
	text-align: center;
	font-size: 150%;
	line-height: 1.2;
	font-weight: normal;
	color: blue;
}
p.subtitle {
	font-family: Calligraph421 BT;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
	font-weight: normal;
	color: blue;
}
p.img_subtitle {
	font-family: Verdana;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}
p.content {
	font-family: Verdana;
	text-align: left;
	font-size: 9pt;
	font-weight: normal;
}
p.content_centered {
	font-family: Verdana;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
}
p.copyright {
	position: relative; 
	color: black;
	font: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	padding: 0.5cm;
}
/* RIGHT COLUMN SECTION */
/*----------------------*/
div.right_column {
	position: absolute;
	top: 74px;
  	left: 783px;
	width: 173px;
	background-color: #FFFFDD;
	z-index:80;
}
/* ART GALLERY BUTTON */
/*--------------------*/
div.art_button a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 169px;
	text-decoration: none;
	color: white;
	background-color: green; 
	border-style: solid;
	border-width: 2px;
	border-color: white;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	z-index:50;
}
div.art_button a:hover{
	background-color: white;
	border-color: black;
	color: black;
}
p.art_button {
	font-family: Calligraph421 BT;
	text-align: center;
	font-size: 130%;
}
/* ANIMATED IMAGE GALLERY */
/*------------------------*/
div.img_gallery_title {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: blue;
	text-align: center;
	text-decoration: underline;
	background-color: #FFFFDD;
}
div.anim_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFDD;
}
div.anim_img_title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FFFFDD;
}
#portfolio {
	position: relative;
}
p.anim_img_title {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.0;
	font-weight: bold;
	color: blue;
}
/* SEARCH FORM SECTION */
/*---------------------*/
div.search_form {
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #FFFFDD;
}
#input1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: black;
	font: arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #FFFF66;
}
#submit1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: black;
	font: arial;
	font-size: 8pt;
	font-weight: normal;
}
/* IMAGE GALLERY SECTION */
/*-----------------------*/
div.image_column {
	position: relative;
	z-index:50;
}
li.image_column {
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFDD;
}
img.image_column {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
li.caption {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	background-color: #FFFFDD;
}
li.caption_bottom {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #FFFFDD;
}
p.caption {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 75%;
	line-height: 1.0;
	font-weight: normal;
	color: blue;
	vertical-align: text-top;
	padding-top: 2px;
	padding-bottom: 7px;
}
p.caption_bottom {
	font-family: arial;
	text-align: center;
	text-decoration: none;
	font-size: 75%;
	line-height: 1.0;
	font-weight: normal;
	color: blue;
	vertical-align: text-top;
	padding-top: 2px;
}
