html, body{
	padding: 0px;
	margin: 0px;
	background-color: #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


#fbFooter {
	height: 50px;


	background-image: url(file:///C|/Documents%20and%20Settings/raed/Desktop/New%20Folder%20(2)/img/bookBackground
%20copy.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../img/bookBackground2.jpg);
}
#fbFooter2 {
	height: 39px;
	background-image: url(file:///C|/Documents%20and%20Settings/raed/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/img/footerBackground.gif);
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #3A4C89;
	font-size: 14px;
}

#fbContents {
	float: left;
	margin-left: 15px;
	margin-top: 12px;
}


#fbMenu {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#altmsg {
	position: absolute;
	background-color:#D5D5D5;
	padding: 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	left: 3px;
	top: 51px;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

