BODY {  background-image: url("/background.gif");
	background-color: white;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

H1	{ color: #cc0000;
	  text-align: center;
	  font-family: Geneva, Arial, Helvetica, sans-serif;
	}

P {
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.sepbar {
	text-align: center;
	clear: both;
}

.title {
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.main {
	color: black;
	font-size: 11px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

.main img {
    background-color: white;
    padding: 8px;
    border-style: solid;
    border-color: #aaa;
    border-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    left-margin: auto;
    right-margin: auto;
  }

.header {
	color: black;
	font-size: 11px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

.footer {
	color: black;
	font-size: 11px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

.thumbnail {
	color: black;
	font-size: 11px;
	text-align: center;
}

.thumbnail img {
    background-color: white;
    padding: 8px;
    border-style: solid;
    border-color: #aaa;
    border-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    left-margin: auto;
    right-margin: auto;
  }

/* Table settings */
.images {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.albums {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.navlinks {
	color: black;
	text-align: left;
	float: left;
}
.backlink {
	color: black;
	text-align: right;
	float: right;
}
.prevlink {
	color: black;
	text-align: right;
	float: left;
	width: 120px;
}
.nextlink {
	color: black;
	text-align: left;
	float: right;
	width: 120px;
}
.disclaimerlink {
	color: black;
	font-size: 11px;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}
.credit {
	color: #333333;
	font-size: 70%;
	text-align: center;
	margin-left: 120px;
	margin-right: 120px;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
