/* CSS Document */

/*#fwrapper {position:relative; z-index:1; margin-top:-120px; height:180px; background:url(../images/footerbg.png) repeat-x center top; font-size:0.8em; color:#004731; text-align:center !important; }

#fwrapper ul.copyright {float:left; width:100%; margin-top:100px;}
.copyright li {display:inline; border-left:1px solid #004731; padding-left:0.5em; line-height:1.4em;}
.copyright li a {color:#004731; text-decoration:none;}
.copyright li a:hover {text-decoration:underline;}
.copyright li.first {border-left:none;}
*/
/*#fwrapper{
position:relative; z-index:1; margin-top:-120px; height:180px; background:url(../images/footerbg.png) repeat-x center top; font-size:0.8em; color:#004731; text-align:center !important;	
see master.css file}*/

#libraryFooter {
	text-align: 	center;
	width: 			680px;
	top:			100px;
	margin-left:	100px;
	font:			8pt Verdana, Tahoma, san-serif;
	position:		relative;
	color:			#666;
}

#fwrapper a:link {color:#333; text-decoration:none;}
#fwrapper a:visited {color: #666; text-decoration:none;}
#fwrapper a:active {color: #000; text-decoration:none;}
#fwrapper a:hover {color: #000; text-decoration:none; background-color:#FF9900;}

#libraryFooterLeft {
/*	position:relative;
	float:left;*/
	position:absolute;
	top: 0;
	left: 0;
	float:left;
	width:340px;
	text-align:left;
	padding:4px;
}

#libraryFooterRight {
/*	position:relative;
	float:right;*/
	position:absolute;
	top: 0;	
	left: 350px;
	width:300px;
	text-align:left;
	padding:4px;
}

#libraryFooterBottom {
	position:absolute;
	top: 65px;
	left: 0;
	width:				680px;
	text-align:			center;
	font: 				8pt Verdana, Tahoma, san-serif;	
	color: 				#666;
	clear:				both;
}

#libraryFooterBottom a:link {color: #666; text-decoration: none;}
#libraryFooterBottom a:visited {color: #666; text-decoration: none;}
#libraryFooterBottom a:active {color: #000; text-decoration: none;}
#libraryFooterBottom a:hover {color: #000; text-decoration: none;}

