body {
	background-color: #CCCCCC; /* gray */
        background-image: url(/images/whole_page_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

	padding: 0px;
	margin: 0px;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 12pt;
	}
td#links {
	width: 150px;
/*	background-color: #CCCCCC; */
	color: black;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	}
td#links a {
	text-decoration: none;
	color: black;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	}
td#links a:hover {
	color: #FF0000; /* red */
	text-decoration: none;
	}
td#breadcrumb {
	background-color: black;
	color: #003471; /* blue */
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	}
td#breadcrumb a {
	text-decoration: none;
	color: #003471; /* blue */
	}
td#breadcrumb a:hover {
	color: white;
	text-decoration: none;
	}
.content {
	vertical-align: top;
	text-align: left;
	color: black;
	padding: 10px;
	}
td#content a {
	text-decoration: none;
	color: #003471; /* blue */
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	}
td#content a:hover {
	color: white;
	text-decoration: none;
	}

/* calendar stuff **************************************** */

.padding5 {
	padding: 5px;
	}

table #calendar {
	background-color: white;
	font-size: 80%;
	border: 1px #49365E solid; /* dark purple */
	}
table #calendar th {
	font-family: "Comic Sans MS", "Comic Sans", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	}
table #calendar td {
	vertical-align: top;
	text-align: right;
	width: 40px; /*51px;*/ /*68px;*/
	height: 52px; /*70px;*/
	}
table #calendar td.last-month {
	background-color: lightgrey;
	}
table #calendar td.next-month {
	background-color: lightgrey;
	}
table #calendar td.today {
	background-color: lightcoral;
	}
table #calendar td.event-day {
	background-color: lightyellow;
	}
.event {
	text-align: left;
	font-size: 70%;
	}
#event-list {
	margin-left: 10px;
	}
#event-list table {
	text-align: left;
	font-size: 80%;
	margin-left: 10px;
	}
#event-list table h3 {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	}

/* end calendar stuff ********************************************** */

/* begin gallery stuff ********************************************** */

div.gallery {
	/*background-color: gray;*/
	background-image: url(http://www.baumhower.com/india/images/shadowdark.gif);
	color: white;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	margin: 10px;
	}
div.gallery table {
	position: relative;
	top: -5px;
	left: -5px;
	border: 5px white solid;
	border: 1px black solid;
	background-color: black;
	}
div.gallery table td {
	padding: 5px;
	}
div.gallery table td a {
	color: white;
	text-decoration: none;
	}
div.gallery table td a:hover {
	color: #FFCC66; /* gold */
	text-decoration: underline;
	}
div.photo {
	background-image: url(http://www.baumhower.com/india/images/shadowdark.gif);
	}
div.photo img {
	display: block;
	position: relative;
	top: -5px;
	left: -5px;
	border: 5px white solid;
	border: 1px black solid;
	}
div.caption {
	text-align: center;
	font-size: 80%;
	color: white;
	background-color: black;
	margin-bottom: 1em;
	}
.pagination {
	width: 450px;
	text-align: center;
	color: black;
	font-weight: bold;
	margin: 1em;
	}
.pagination a {
	color: black;
	text-decoration: none;
	}
.pagination a:hover {
	text-decoration: underline;
	}

/* end gallery stuff ********************************************** */