html, body { 
margin : 0;
padding : 0;
font-family : "trebuchet MS", verdana, helvetica, sans-serif;
color : #ddbb43;
background-color : #370000;
scrollbar-arrow-color: #DAB637;
scrollbar-3dlight-color: #524F4E;
scrollbar-darkshadow-color: #180000;
scrollbar-face-color: #370000;
scrollbar-highlight-color: #524F4E;
scrollbar-shadow-color: #524F4E;
scrollbar-track-color: #370000;
} 
table.container { 
height : 100%;
} 
h1, h2, h3, h4, h5 {
font-family : georgia, times new roman, times, serif; 
color : #c5b425;
} 
td.navtbl { 
background-color : #000000;
} 
td.maintbl { 
background-color : #370000;
} 
a:link { 
color : #ffffff;
text-decoration : underline;
} 
a:visited { 
color : #eddb9b;
text-decoration : underline;
} 
a:active { 
color : #dab637;
text-decoration : underline;
} 
a:hover { 
color : #dab637;
text-decoration : underline;
} 
div#buttonA { 
margin-left : 0px;
} 
div#buttonA ul { 
margin : 0;
padding : 0;
font-family : georgia, times new roman, times, serif;
font-size : 12px;
line-height : 24px;
} 
div#buttonA li { 
list-style-type : none;
height : 24px;
width : 125px;
margin : 10px;
text-align : center;
} 
div#buttonA li a { 
text-decoration : none;
height : 100%;
width : 100%;
display : block;
border-width : 3px;
} 
div#buttonA li a:link { 
color : #000000;
font-weight : bold;
background-color : #dab637;
border-style : solid;
border-bottom-color : #5c4a0a;
border-right-color : #997b11;
border-left-color : #f2d984;
border-top-color : #f9ecc1;
} 
div#buttonA li a:visited { 
color : #000000;
font-weight : bold;
background-color : #dab637;
border-style : solid;
border-bottom-color : #5c4a0a;
border-right-color : #997b11;
border-left-color : #f2d984;
border-top-color : #f9ecc1;
} 
div#buttonA li a:hover { 
font-weight : bold;
color : #ffffff;
background-color : #9f8012;
border-style : solid;
border-bottom-color : #5c4a0a;
border-right-color : #997b11;
border-left-color : #f2d984;
border-top-color : #f9ecc1;
} 
div#buttonA li a:active { 
font-weight : bold;
color : #ffffff;
background-color : #856d19;
border-style : solid;
border-top-color : #5c4a0a;
border-left-color : #997b11;
border-right-color : #f2d984;
border-bottom-color : #f9ecc1;
}
.small {
font-size : 80%;
}

/*
 * Combined style sheet for the index pages and the slide pages of gallery.
 */


/* Style for all table cells. */
td {
	font-family: "trebuchet MS", verdana, helvetica, sans-serif;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #888888;
	border-style: solid;
	margin: 5;
}

.nav {
	font-weight: bold;
}

/* Align the content of the cells on the index pages to the center. */
#index td {
	text-align: center;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
}

/* Header */
h1 {
	font-weight: bold;
    color : #c5b425;
}
#index .index {
	font-weight: bold;
	color: #FF0000;
}

#imageinfo {
	visibility: hidden;
}
div#gallery img {
border:2px; border-thickness: 2px; border-color: #512A01; border-style: solid;
}
form {
display : inline;
}
.galnav {
	font-size: 13px;
}
