body {
	color: black ;
	background-color: #BC987E ;
	background-color: #8B8589 ;
	background-color: #b6b2a7 ;
	background-color: #a39b88 ;
	background-color: #c9c7bb ;
	background-color: white ;
	background-color: linen ;
	background-color: tan ;
	background-color: lemonchiffon ;
	background-color: whitesmoke ;
	background-color: khaki ;
	background-color: wheat ;
	background-color: cornsilk ;
	background-color: beige ;
	background-color: lightgoldenrodyellow ;
	background-color: #c9c7bb ;
}

.crucial {
	display: none ;
}

.divider {
	top: +10px ;
	clear: both ;
        width: 100% ;
        color: black ;
        background-color: #aaaaaa ;
        background-color: black ;
        height: 2px ;
	text-align: center ;
}

.top {
	position: absolute ; 
	top: +5% ;
	left: +10% ;
	width: 810px ;
}

.wide {
	clear: both ;
	width: 800px ;
}

.left {
	float: left ;
	width: 400px ;
	height: 150px ;
}

.right {
	float: right ;
	width: 400px ;
	height: 150px ;
	color: white ;
	color: black ;
	background-color: #aaaaaa ;
	background-color: black ;
	background-color: inherit ;
	font-family: arial, sans ;
        font-family: Verdana, sans-serif ;
}
.right ul {
}

.Menu {
	list-style-type: none;
	display: inline ;
        font-size: 120% ;
        font-family: arial, sans ;
        font-family: Verdana, sans-serif ;
	font-weight: bold ;
        vertical-align: middle ;
        text-align: center ;
        text-decoration: none ;
        vertical-align: middle ;
        color: #aaaaaa ;
        color: black ;
        background-color: white ;
	background-color: inherit ;
}

.Menu:hover {
        color: white ;
        background-color: #fc3629 ;
}

.Menu li {
	list-style-type: none;
	display: inline ;
	border-left: 2px solid #fc3629 ;
	padding-left: 0.5em ;
}

.Menu li:hover {
        font-weight: bold ;
        color: white ;
        background-color: #fc3629 ;
}

.kirbyRed {
        color: #b70004 ;
	color: #fc3629 ;
}

.quietLink a:active,
.quietLink a:focus,
.quietLink a:link,
.quietLink a:visited,
.quietLink {
	border-width: 0 ; 
	border-style: none ; 
        text-decoration: none ;
        color: black ;
        background-color: white ;
        background-color: inherit ;
}
.quietLink a:hover {
        color: white ;
        background-color: #fc3629 ;
}

.noCheese a,
.noCheese {
	display: block ;
	padding: 3px ; 
	margin: 0 ; 
	list-style-type: none; 
        text-decoration: none ;
	font-weight: bold ;
        margin-left: 30px ;
	border-width: 0 ;
	border-style: none ; 
	color: white ;
	color: black ;
	background-color: black ;
        background-color: inherit ;
}

.noCheese a:link,
.noCheese a:visited {
	color: white ;
	color: black ;
	background-color: black ;
        background-color: inherit ;
	border-width: 0 ;
	border-style: none ; 
}

.noCheese a:hover,
.noCheese a:focus {
	color: #fc3629 ;
	background-color: inherit ;
	border-width: 0 ;
	border-style: none ; 
}

.lpic {
	float: left ;
	margin: 4px ;
}

.rpic {
	float: right ;
	margin: 4px ;
}

.txt {
        font-family: Helvetica;
        font-family: Verdana, sans-serif ;
	font-family: arial, sans ;
	font-size: 80% ;
}

.txt ul li {
	font-size: 80% ;
	font-weight: bold ;
}

.largerFont {
	font-size: 150% ;
}

.mediumFont {
	font-size: 100% ;
}

.smallerFont {
	font-size: 80% ;
}

.tinyFont {
	font-size: 0.8em ;
}

.central {
	text-align: center ;
} 

.red {
	color: #fc3629 ;
}

table {
	border-collapse: separate;
}

.clean td {
	border: 0px double black ;
	padding: 2px;
	font-family: Verdana, Sans-serif;
	font-size: 10pt ;
	font-weight: bold ;
	color: black;
	background: transparent ;
}

td {
	border: 1px double black ;
	padding: 2px;
	font-family: Verdana, Sans-serif;
	font-size: 10pt ;
	font-weight: bold ;
	color: black;
	background: transparent ;
}

tbody hr {
	size: 1px ;
	width: 100% ;
}

.invisible {
	display: none; 
	z-index: -1000 ; 
}

#imageContainer {
	float: left;
	height: 480px ;
	width: 600px ;
	overflow: hidden ;
}

#thumbNails {
  float: left;
  width: 175px;
  height: 480px;
  overflow: auto;
  border: 2px ridge black ;
  margin-right: 10px;
}

#buttonBar {
  clear: both;
  text-align: right;
}

#buttonBar button {
  width: 88px;
}

noBorder {
	border-width: 0 ; 
	text-decoration: none ;
}

a img {border: none; }
