

body {
	color: #E9E9E9;
	background-color: #000000;
	background: url("texturep.jpg") repeat;
}

img {
	border-color: #828282;
}

td {
	border-color: #484848;
}

#index hr {
	border-color: #484848;
}

/* Current index page number */
#index .page_cur {
	color: #FFCC66;
}
/* Other index page numbers */
#index .page_other:link {
	color: #E9E9E9;
}
#index .page_other:visited {
	color: #E9E9E9;
}
#index .page_other:hover {
	color: #ADADAD;
}

/* The "for sale" label. */
#index .for_sale {
	left: -5px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #6A6A6A;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #828282;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #828282;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #828282;
}