/* If you create a style that uses a different colour scheme, these are the features that you may want to change. */

body {
	color: #000080;
	background-color: #FBFCF7;
}

img {
	border-color: #E0E0E0;
}

a:visited {
	color: #000080;
}

a:link {
	color: #CCCCCC;
}

/* End of features that you may want to change. */

/* The rest of this style sheet is identical for every style. */

body {
	font-family: Verdana, Arial, sans-serif;
	background: url("texturep.jpg");
	margin: 5;
}

td {
	font-family: Verdana, Arial, sans-serif;
}

/* CSS gymnastics to make tables center properly in all browsers */
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.center table {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

img { border-width: 0; }

.nobreak {
	white-space: nowrap;
}

a:active {
	text-decoration: none;
	color: #00E3FF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF
}

#index .button_table {
	margin-left: 10px;
}

/* Thumbnail images */
#index .image_thumb {
	border-width: 0;
   	margin-top: 25;
	margin-left: 15;
	margin-right: 15;
}

/* Thumbnail cells */
#index .thumnail {
	padding-right: 15px;
	padding-left: 15px;
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
}

#index .folderbox {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	background-image: url("folder.gif");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#index .embeddedimage {
	border-width: 1px;
	border-style: inset;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#index .salebox {
	width: 1px;
	margin-top: 25px;
	text-align: left;
}

#index .embeddedlabel {
	border-width: 0;
	position: relative;
	left: -4px;
	top: -11px;
/* The following statements will put the label flush with the image, instead of offset
	left: 1px;
	top: -14px; */
}

#index .embeddedtitle {
	position: relative;
	top: -20px;
}

#index .nav {
    font-size: 26px;
    text-align: center;
}

/* Align the content of the cells on the index pages to the center */
#index td {
	text-align: center;
}

#index a:link {
	text-decoration: none;
}

#index a:visited {
	text-decoration: none;
}

#slide td {
	font-size: small;
	padding-right: 30px;
	padding-left: 5px;
}

/* Enlarged images */
#slide .image {
	border-width: 1;
	border-style: solid;
	margin-top: 10;
	margin-left: 10;
}

#slide .image_no_border {
	border-width: 0;
	margin-top: 10;
	margin-left: 10;
}

/* Small images */
#slide .image_small {
	border-width: 2;
	border-style: solid;
}

/* Highlight the image name */
#slide .name {
	font-weight: bold;
	font-size: medium;
	white-space: nowrap;
}

#slide a:link {
	text-decoration: underline;
}

#slide a:visited {
	text-decoration: underline;
}

