.iframe {
	background-color: #F6F6F6;
	height: 575px;
	width: 770px;
	overflow: auto;
	top: 25px;
	left: 0px;
	position: relative;
	z-index: 0;
	text-align: left;
}
.mainTable {
	background: transparent url(/Library/pics/background1.png);
	width: 900px;
	height: 722px;
}
.picActive {
	background: transparent url(/Library/pics/PictureAlbum/picActive.jpg);
}
.albumActive {
	background: transparent url(/Library/pics/PictureAlbum/albumActive.jpg);
}
.sword {
	position: relative;
	top: -705px;
	left: -425px;
	z-index: 10;
	text-align: left;
	clear: both;
	background: transparent;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
	z-index: 5;
	text-align: center;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color:#6699FF;
	border: medium double #000000;
}
.fixHeight {
	height: 800px;
	width: 1000px;
	overflow: hidden;
}

.SuperHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.boldNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.SubNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
}
.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	position: relative;
	color: #FFFFFF;
	top: -125px;
	left: -5px;
	text-decoration: none;
}
.linkPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	width: 100px;
	max-width: 100px;
	text-indent: 15px;
}

/* Comment Add */
.commentAdd {
	background: transparent url(/Library/pics/commentAdd.png);
	width: 313px;
	height: 421px;
}

.commentAddBody {
	width: 280px;
	height: 390px;
	text-align: left;
	position:relative;
	top: 10px;
}

/* borrowed from http://www.quirksmode.org */
/* The styles for each menu */

div.navilayer {position: absolute;
	top: 1px;
	visibility: hidden;
	width: 150px;
	z-index: 1;
}

div#base {
	position: relative;
}

div a:visited {
	background-color: transparent;
}

/* The extra DIV around the links. I'd rather have done

	a {display: block}

	throughout but that doesn't work in Explorer 4. */

div.navilayer div {
	width: 150px;
	border-top-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: transparent url(/Library/pics/redback78.png);
	filter: alpha(opacity=83);
	
}


/* This style does not work in Netscape 4 so you see the borders of the empty
	DIV's */

div.navilayer div.fill {
	background-color: transparent;
	background:none;
}


/* Explorer 5.5 gives my general link colours precedence over
	the colour defined here. I think it's a bug */

div.navilayer div a {display: block;
	width: 150px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	letter-spacing: 1px;
}


/* The styles for the pseudo-mouseover. The class change does not work in Netscape 4,
	while Opera 5 changes the class but doesn't do anything about it,
	so these styles will never be visible in those browsers */

div.navilayer div.over {
	background: #FF0000;
	filter: alpha(opacity=100);
}

div.navilayer div.over a {
	color: #ffffff;
	filter: alpha(opacity=100);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	
}
.menuSystem {
	position: relative;
	left: 50px;
	text-align: left;
	z-index: 10;
}

