body {
	background: Gray;
	color: White;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../grafix/BG_archivesflame_dark.jpg);
}
h1 {
	text-align: left;
	font: bold 16pt;
	font-size: 16pt;
}
a {
	color: yellow;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
a:visited {
	color: #65CC00;
}
a:hover {
	color: Lime;
}
a:active {
	color: Red;
}


.imageborder {
	margin: 10px;
	border: 8px ridge White;
}

td a img {
	margin: 10px;
}
/* used to style the thumbnail caption under the photo */
.thmbcaption {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* used to style the EXIF comment caption */
.photocaption {
	font-size: 1em;
	margin: 0;
	padding: 0;
}



/*
used to style the page listing and next prev links
both on the thumbnail pages and the photo pages.
why is it called caption...
i honestly don't remember it just is
and i don't feel like changing it. deal with it.
*/
.caption {
	font-size: .8em;
}
/*
used to style the main menu/album listing
the defaults is a horizontal menu but you could use the something
like the following to create a vertical menu

Yes I know the colors are butt ugly. It is only to show you what can be done.
Don't forget to make the divider a blank space in the config section of the script.

.album {
	float: left;
}
.album br {
	line-height: 0;
}
.album a {
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid yellow;
	background-color: red;
}

*/
.album {

}
.album br {
	line-height: 0;
}
.album a {
	color: #FFFF33;
	padding: 2px;
	background-color: black;
	margin: 0;
	border: 0;
	margin-top: 10px;
	font-weight: normal;
}
.album a:visited {
	color: #65CC00;
	font-weight: bold;
}
.album a:hover {
	color: #FFCC00;
}
.album a:active {
	color: Red;
}

/*
used to style the main photo listing
all photo information is in this div

along with the album float above you could
define the photobody to float right and create
a two column menu main content look

.photobody {
	float: right;
	width: 75%;
}

*/
.photobody {

}
/*
used to style the footer of the defualt footer, remove disply:none to enable
*/
.lgrfooter {
	clear: both;
	font-size: .55em;
	display: none;
}
/*
additional class styles for KB Kustoms header
*/
.headerBG {
	background-image: url(../grafix/KBArchiveGalHEADER.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: Black;
}
.navText {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333366;
	padding-left: 4px;
	font-weight: bold;
	background: url(../grafix/BG_BlueChrmNavBar_mid.gif);
	letter-spacing: 0.05em;
}
.navText a{
	color:#333366;
	text-decoration: none;
	padding: 10px;
	background: transparent;
}
.navText a:hover{
	color: Lime;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../grafix/BG_fireNavBar25px.jpg);
	background-color: transparent;
	padding: 5px 8px;
	border: 1px inset #333366;
}
.navLeftCapInner {
	background-image: url(../grafix/BG_BlueChrmNavBar_innerLFT.gif);
	background-repeat: no-repeat;
}
.navRightCapInner {
	background-image: url(../grafix/BG_BlueChrmNavBar_innerRHT.gif);
	background-repeat: no-repeat;
}
.navLeftCap {
	background-image: url(../grafix/BG_BlueChrmNavBar_CapLFT.gif);
	background-repeat: no-repeat;
}
.navRightCap {
	background-image: url(../grafix/BG_BlueChrmNavBar_CapRHT.gif);
	background-repeat: no-repeat;
}
#notes {
	background-color: Black;
	padding: 5px 8px;
	border: 2px inset #333366;
}
#midContent {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 100%;
	text-align: center;
}
.FTRleftCap {
	background-image: url(../grafix/BG_graySlate20_ltCap.gif);
	width: 10px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.FTRrightCap {
	background-image: url(../grafix/BG_graySlate20_rtCap.gif);
	width: 10px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.FTRmid {
	text-align: center;
	font: 12px "Times New Roman", Times, serif;
	color: black;
	height: 20px;
	background-image: url(../grafix/BG_graySlate20_mid.jpg);
	background-position: center;
	background-repeat: repeat-x;
	padding: 2px;
	letter-spacing: 1.5px;
	max-height: 20;
}
.FTRmid a{
	color: navy;
	font-weight: bold;
}
.FTRmid a:hover{
	color: red;
	font-weight: bold;
}
