

body {
	color: #797979;
	background-color: #FFFFFF;
	background: url("texturep.jpg") repeat;
}

img {
	border-color: #D1D1D1;
}

td {
	border-color: #CECECE;
}

#index hr {
	border-color: #CECECE;
}

/* Current index page number */
#index .page_cur {
	border-color: #BBBBBB;
	background-color: #F5F5F5;
}
/* Other index page numbers */
#index .page_other {
	color: #797979;
}
#index .page_other:hover {
	border-color: #BBBBBB;
	background-color: #FFFFFF;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #BBBBBB;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #D1D1D1;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #D1D1D1;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #D1D1D1;
}