

body {
	color: #FFEB85;
	background-color: #393B3A;
}

img {
	border-color: #8C8E8D;
}

#index hr {
	border-color: #6D6F6E;
}

/* Current index page number */
#index .page_cur {
	color: #7ED1FE;
}
/* Other index page numbers */
#index .page_other:link {
	color: #FFEB85;
}
#index .page_other:visited {
	color: #FFEB85;
}
#index .page_other:hover {
	color: #E69F0F;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #202120 #9C9E9D #9C9E9D #202120;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #8C8E8D;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #8C8E8D;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #8C8E8D;
}