html, body{
        padding: 0px;
        margin: 0px;
		background-color: #A7AFB1;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbFooter {
	position: relative;
	float: left;
	min-height: 49px;
	width: 100%;
	*height: 49px;
	background-color: #000000;
	padding: 9px 0 0 0;
	background: url('../img/footerBackground.gif') repeat-x 0 0;
}

#fbAds {
	position: relative;
	float: left;
	margin: 8px 0 0 10px;
	padding: 0 0 10px 0;
	display: inline;
}

#fbAds .ad {
	float: left;
	margin: 0 17px 0 0;
	display: inline;
}

.fbPaginationMinor {
	color: #929EA1;
	margin-left: 10px;
}

#fbContents {
	float: right;
	width: 230px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	padding: 0px 15px 0 0;
	display: inline;
}

#fbMenu {
	float: right;
	padding: 0 0 0 10px;	
	margin-right: 3px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#readeroverlay {
	position: relative;
	float: left;	
	width: 450px;
	height: 100%;
	background: #ffffff;
}

#readeroverlay .content {
	position: relative;
	float: left;
	width: 400px;
	margin: 0 0 0 40px;
	display: inline;
	height: 100%;
	background: #ffffff;	
}

#overlay_bar {
	width: 20px;
	background:url('../img/overlay_bar_bg.jpg') repeat-y 0 0;
}

#toggleoverlaybutton {
	position: relative;	
	float: left;
	width: 20px;
	height: 78px;
	margin:	 500px 0 0 0;
	display: inline;
}

.hide {
	background:url('../img/overlay_bar_button.jpg') no-repeat -20px 0;
	background-position: -20px 0;
}

.show {
	background:url('../img/overlay_bar_button.jpg') no-repeat 0 0;	
}

#fbWrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 1;
}



