html, body{
        padding: 0px;
        margin: 0px;
		background-color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		font-weight: bold;
/*		min-height:768px;
	 	height:auto !important;
		height:768px;
		min-width:960px;
	 	width:auto !important;
		width:960px;*/
		overflow-y: hidden;
}


#fbFooter {
	height: 58px;
	background: #fff;
	z-index: 100;
	position: relative;
	min-width: 920px;
}

#fbFooter .title {float: left;}
#fbFooter .title h1 {color: #b52026; Font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: -3px 0 5px 10px; float: left; font-size: 18px; line-height: 21px; }
#fbFooter .title h2 {margin: 4px 0 0 6px;}
#fbFooter .title h2 a {font-size: 12px; text-indent: -9999px; display: block; background: url(../img/cw.gif) no-repeat; width: 256px; height: 28px; color: #333;}

.fbPaginationMinor {
	color: #333;
	margin-left: 10px;
}

#fbCurrentPages {
	color:#b52026;
}

#toolbar {
	float: right;
	margin: 0;
	padding: 0;
}

#fbContents {
	float: left;
	margin-top: 10px;
	margin-right: 15px;	
}

#fbFooter p {
	float:left; 
	margin: 10px 20px 0 0; 
	text-align: right; 
	font-weight: normal;
}

#fbMenu {
	float: left;
	margin-right: 15px;
}

.button {
	display: block; 
	float: left; 
	width: 36px; 
	height: 40px; 
	background: url(../img/button.gif) no-repeat; 
	text-indent: -9999px; 
	margin: 0;
}

#fbZoomButton {background-position: 0 -40px;}
#fbZoomButton:hover {background-position: 0 0;}

#fbPrintButton {background-position: -36px -40px;}
#fbPrintButton:hover {background-position: -36px 0;}

#fbDownloadButton {background-position: -72px -40px;}
#fbDownloadButton:hover {background-position: -72px 0;}

#fbBackButton {background-position: -108px -40px;}
#fbBackButton:hover {background-position: -108px 0;}

#fbForwardButton {background-position: -144px -40px;}
#fbForwardButton:hover {background-position: -144px 0;}

#orderButton {
display: block; 
	float: left; 
	width: 44px; 
	height: 40px; 
	background: url(../img/order.gif) no-repeat 5px 4px; 
	text-indent: -9999px; 
	margin: 0;
}

#orderButton2 {
display: block; 
	float: left; 
	width: 44px; 
	height: 40px; 
	background: url(../img/order.gif) no-repeat 5px 4px; 
	text-indent: -9999px; 
	margin: 0;
}

#altmsg { 
	position: absolute;
	background-color:#fff;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a {outline: none;}
a:link {
	color: #b52026;;
	text-decoration: none;
}

a:visited {
	color: #b52026;
	text-decoration: none;
}

a:hover{
	color: #b52026;
	text-decoration: none;
}
