

body {
	color: #535251;
	background-color: #E2E3DD;
	background: url("texturep.jpg") repeat;
}

img {
	border-color: #B6B6B4;
}

td {
	border-color: #B6B6B4;
}

#index hr {
	border-color: #B6B6B4;
}

/* Current index page number */
#index .page_cur {
	color: #000000;
}
/* Other index page numbers */
#index .page_other:link {
	color: #535251;
}
#index .page_other:visited {
	color: #535251;
}
#index .page_other:hover {
	color: #9B9997;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #7C7878;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #B6B6B4;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #B6B6B4;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #B6B6B4;
}
