

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

img {
	border-color: #D7DCE0;
}

td {
	border-color: #CDD3D8;
}

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

/* Current index page number */
#index .page_cur {
	color: #7D8E9D;
}
/* Other index page numbers */
#index .page_other:link {
	color: #586774;
}
#index .page_other:visited {
	color: #586774;
}
#index .page_other:hover {
	color: #C0C7CF;
}

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

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

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

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

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