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

#fbHeader {
	height: 69px;
	background-color: #000000;
	background: url('../img/headerBackground.gif') bottom left repeat-x;
	padding: 10px 0 0 15px;
	text-align: left;
}

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif') ;
	background-repeat: repeat-x;
}

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

#fbContents {
	clear: both;
	float: left;
	margin-top: 17px;
	margin-left: 15px;
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#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;
}

#fbTOC {
	float: left;
	width: 190px;
}

#fbTOC ul {
	list-style: none;
	font-weight: normal;
}

#fbTOC ul li.first {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#fbTOC ul li {
	padding: 7px 0;
	border-bottom: 1px solid #222;
}

#fbTOC ul li a {
	color: #888;
	text-decoration: none;
	font-size: 11px;
}

#fbTOC ul li a:hover {
	color: #DDD;
}

#fbContainer {
	float: left;
	width: 770px;
	background-color: #000000;
	vertical-align: top;
}

.clearfix {
	clear: both;
	height: 15px;
}

#wrapper {
	width: 960px;
	margin: 15px auto;
}

#fbDownloadCatalog {
	text-align: right;
	font-weight: normal;
	padding-right: 25px;
	line-height: 20px;
}

#fbDownloadCatalog a {
	color: #FFF;
	text-decoration: none;
}

#fbDownloadCatalog a:hover {
	color: #888;
}

.copyright {
	font-size: 11px;
	color: #666;
}

#insturctions {
	text-align: center;
	padding-left: 190px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

