body,td,th {
	color: white;
}
body {
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}
div.spacer p {
	font-size: 60%;
}


/* dialogue box table */

table.boxer {
	empty-cells: show;
}
table.boxer p {
	text-align: center;
}
table.boxer td.top-left {
	background-image: url(../garden/cd_media/sfcdborder_01.gif);
	height: 6px;
	width: 6px;
}
table.boxer td.top-mid {
	background-image: url(../garden/cd_media/sfcdborder_02.gif);
	background-repeat: repeat-x;
	height: 6px;
}
table.boxer td.top-right {
	background-image: url(../garden/cd_media/sfcdborder_04.gif);
	height: 6px;
	width: 6px;
}
table.boxer td.mid-left {
	background-image: url(../garden/cd_media/sfcdborder_05.gif);
	width: 4px;
}
table.boxer td.middle {
	background-image: url(../garden/cd_media/sfcdborder_11.gif);
}
table.boxer td.mid-right {
	background-image: url(../garden/cd_media/sfcdborder_07.gif);
	width: 4px;
}
table.boxer td.bot-left {
	background-image: url(../garden/cd_media/sfcdborder_14.gif);
	height: 6px;
	width: 6px;
}
table.boxer td.bot-mid {
	background-image: url(../garden/cd_media/sfcdborder_15.gif);
	background-repeat: repeat-x;
	height: 6px;
}
table.boxer td.bot-right {
	background-image: url(../garden/cd_media/sfcdborder_16.gif);
	height: 6px;
	width: 6px;
}


/* header */

td.middle p.titler {
	background-image: url(sfbgif14.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
	height: 26px;
	width: 500px;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 80px;
	text-align: center;
}


/* shots */

table.boxer div.shots {
	margin: 7px 25px;
}
table.boxer div.shots img {
	margin: 7px 15px;
	border: 2px solid black;
}


/* navigation */

table.boxer p.links-next {
	padding: 0.38em 0;
	width: 200px;
	height: 1.5em;
}
p.links-next a {
	font-weight: bold;
	background-color: #5255C7
}
p.links-next a.prev {
	background-image: url(sfbut-no.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 120%;
	padding: 0.35em 1.4em;
}
p.links-next a.next {
	background-image: url(sfbut-no.gif);
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 0.2em;
	font-size: 130%;
	padding: 0.3em 1.3em;
}
p.links-next a:link {
	color: #7C9EED;
	text-decoration: none;
}
p.links-next a:visited {
	color: #7C9EED;
	text-decoration: none;
}
p.links-next a:link:hover, p.links-next a:visited:hover {
	text-decoration: none;
	color: white;
	background-color: #7D80E3;
}
p.links-next a.prev:link:hover, p.links-next a.prev:visited:hover {
	background-image: url(sfbut-happy.gif);
	background-repeat: no-repeat;
	background-position: left;
}
p.links-next a.next:link:hover, p.links-next a.next:visited:hover {
	background-image: url(sfbut-happy.gif);
	background-repeat: no-repeat;
	background-position: right;
}

table.boxer p.links {
	padding: 0.2em 0;
	width: 500px;
}
p.links a {
	padding: 2px 9px;
	font-weight: bold;
	background-color: #5255C7;
}
p.links a:link {
	color: #80BFFF;
	text-decoration: none;
}
p.links a:visited {
	color: #80BFFF;
	text-decoration: none;
}
p.links a:link:hover, p.links a:visited:hover {
	text-decoration: none;
	color: white;
	background-color: #7D80E3;
}
.current-page {
	padding: 2px;
	font-weight: bold;
	color: #4752B6;
}

table.boxer p.back {
	width: 500px;
}
p.back a {
	padding: 0 1em;
	background-color: #5255C7
}
p.back a:link {
	color: #7C9EED;
	text-decoration: none;
}
p.back a:visited {
	color: #7C9EED;
	text-decoration: none;
}
p.back a:link:hover, p.back a:visited:hover {
	text-decoration: none;
	color: white;
	background-color: #7D80E3;
}