

body {
	color: #333300;
	background-color: #F6F6D4;
}

img {
	border-color: #BBB784;
}

#index hr {
	border-color: #BBB784;
}

/* Current index page number */
#index .page_cur {
	color: #808040;
}
/* Other index page numbers */
#index .page_other:link {
	color: #333300;
}
#index .page_other:visited {
	color: #333300;
}
#index .page_other:hover {
	color: #AFB551;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #D0CD97;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #BBB784;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #BBB784;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #BBB784;
}