

body {
	color: #394671;
	background-color: #DCE2F2;
	background: url("texturep.jpg") repeat;
}

img {
	border-color: #A4B0D0;
}

td {
	border-color: #9EACCB;
}

#index hr {
	border-color: #9EACCB;
}

/* Current index page number */
#index .page_cur {
	border-color: #8893BD;
	background-color: #F5F5FD;
}
/* Other index page numbers */
#index .page_other {
	color: #394671;
}
#index .page_other:hover {
	border-color: #8893BD;
	background-color: #CFD6E9;
}

/* The "for sale" label. */
#index .for_sale {
	left: -6px;
}

/* The border around a folder thumbnail. */
#index .folder_image {
	border-color: #7883B4;
	border-width: 1px;
}

/* The border around an index page thumbnail. */
#index .image_thumb {
	border-color: #A4B0D0;
}

/* The border around the main slide image. */
#slide .image_main {
	border-color: #A4B0D0;
}

/* The border around the superimposed image. */
#slide .image_superimposed {
	border-color: #A4B0D0;
}

/* The background of variant thumbnails (unselected and selected). */
#slide .variant_area {background-color: #C0C7DD;} #slide .variant_area_sel {background-color: #A4B0D0;}
