
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: black;
	margin: 0px;
	padding: 0px;
        background-color: #333333; /* variable */
	}
td#title {
	color: lightgrey;
	font-size: 14pt;
	padding: 10px;
	text-align: center;
	letter-spacing: 1em;
	height: 99px;
	background-color: black;
	}
td#links {
	color: white;
	font-weight: bold;
	font-size: 80%;
	padding: 10px;
        background-color: #000000; /* variable */
	width: 150px;
	}
td#links a {
	text-decoration: none;
	color: white;
	display: block;
	margin-top: .5em;
	margin-bottom: .5em;
	}
td#links a:hover {
	color: #FFCC66; /* gold */
	text-decoration: underline;
	}
td#links #quote {
	/* "Calisto MT" */
	font-family: "Bradley Hand ITC", cursive, Arial, sans-serif;
	color: white;
	font-size: 140%;
/* 	text-align: right; */
	padding: 2px;
	}
td#breadcrumb {
        background-color: #999933; /* variable */
	height: 24px;
	line-height: 24px;
	font-size: 75%;
	color: white;
	font-weight: bold;
	padding: 0px;
	}
td#breadcrumb a {
	color: white;
	text-decoration: none;
	}
td#breadcrumb a:hover {
	color: lightgrey;
	text-decoration: underline;
	}
td#corner-frame {
	width: 200px;
	height: 150px;
	}
td#main {
	height: 100%;
	}
td#main h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	}
td#main h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	}
td#swirly {
        background-image: url(http://www.baumhower.com/images/reverse_side_swirly.gif);
        background-repeat: repeat-y;
        background-position: top left;
	background-color: #000000;
        }
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-left: auto;
	margin-right: auto;
	}
div.gallery table {
	position: relative;
	top: -5px;
	left: -5px;
	border: 5px white solid;
	border: 1px black solid;
	background-color: #660000; /* brown */
	}
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: #7F6A54; /* brown */
	font-weight: bold;
	margin: 1em;
	}
.pagination a {
	color: #7F6A54; /* brown */
	text-decoration: none;
	}
