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

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:0px;
	cursor:crosshair;
	}
	
a:hover {
	text-decoration:underline;
	cursor:crosshair;
}


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

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

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

#logo {
	position: fixed;
	left:25px;
	top:20px;
	z-index:5;
	width:300px;
	height:40px;
	visibility:visible;
	}
	
#Nav {
	position: fixed;
	right:5px;
	top:25px;
	z-index:5;
	width:300px;
	height:40px;
	visibility:visible;
	}
	
#fbContainer {
	z-index:-1;
	}

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

.atlink {
	z-index:-2;
	}

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

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

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