

body {
	background-color: #F9F6E8;
	background: url("texturep.jpg") repeat;
}
/* A hyperlink */
a:hover {
    color: #8F7250;
}
/* Current index page number */
#index .page_cur {
	background-color: #EBE6D3;
}
/* Other index page numbers */
#index .page_other:hover {
	background-color: #FFFFF6;
}
/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}
/* The folder thumbnail. */
#index .folder_image {
	border-color: #CBC4AF;
}
/* The thumbnail image */
#index .image_thumb {
	border-color: #CBC4AF;
