#thePhotoFooter {
	position: relative;
	top: -3px;
	left: 12px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	color:black;
}

#thePhotoFooterHTML {
	position: relative;
	top: -5px;
	left: +10px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	color:black;
}

#theIndexFooter {
	position: absolute;
	top: 535px;
	left: 19px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	display:block;
	width:1000px;
	color:black;
}


#theIndexFooterUL {
	position:absolute;
	left:185px;
	top:533px;
	z-index:888888;
	display:block;
	width:1000px;
	color:black;
}

#theFooter {
	position: absolute;
	top: 535px;
	left: 19px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	display:block;
	width:1000px;
	color:black;
}

#theFooterHTML {
/*	position: absolute; */
	position: relative; 
	top: +150px;
	left: 30px;  /* matches #nestedlist from UL layer 1 rules in leftMenu.css */
	display:block;
	width:1000px;
	color:black;
}

#footerText {
	/* these coordinates are relative to the line */
	position: absolute;
	left: 9px;  	
	top: 9px;
}

#copyRiteText {
/* these coordinates are relative to theFooter */
	position: absolute;
	left: 14px;  	
	top: 29px;
 	font-size:xx-small;
	color: black;
	line-height: 0.7cm; 
}

#copyRiteTextHTML {
/* these coordinates are relative to theFooterHTML */
	position: relative;
	left: +17px;  	
	top: -15px;
 	font-size:xx-small;
	color: black;
	line-height: 0.7cm; 
}

#copyRiteTextUL {
/* these coordinates are relative to theFooter */
	position: absolute;
	left: 9px;  	
	top: 27px;
 	font-size:xx-small;
	color: black;
	line-height: 0.7cm; 
}
#arrowBlock {
	display:block;
	width:85px;
	position:absolute;
	left:690px;
	top:3px;
}
#leftArrowBlock {display:block;width:53px;height:6px;}
#leftArrowBlock a a.link { background: url(/images/leftArrow.gif);display:block;width:53px;height:6px;}
#leftArrowBlock a.hover, a.focus { background: url(/images/leftArrowGreen.gif); display:block;width:53px;height:6px;}


#arrowPointingRight {
	float:right;
	margin-top: -1px;
	margin-left: 5px;
/*	background-image:url(/images/rightArrow.gif); */
}

#arrowPointingLeft {
	float:left;
	margin-right: 0px;
	margin-left: 0px;
/*	background-image:url(/images/leftArrow.gif); */
}