html, body{
        padding: 0px;
        margin: 0px;
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
	
}

#mag {width: 70px;
	float:left;
	height:80px;
}

#print {width: 70px;
	float:left;
	height:80px;
}
#previous {width: 70px;
	float:left;
	height:80px;
}
#next {width: 70px;
	float:left;
	height:80px;
}
#download {width: 70px;
	float:left;
	height:80px;
}

#navigation {width: 350px;
height:110px;
margin: 0 auto;
background-color:#000000;

}

#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	margin-top:20px;
}

.fbPaginationMinor {
	color: #ffffff;
	margin-left: 10px;
}

#fbContents {
	
	margin-top: 17px;
	margin-left: 15px;	
}


#fbMenu {
	
	float: left;
	margin: 0, auto;
	width: 100%;
		background-image:url('../img/northwood_logo.jpg');
		background-color:#000000;
background-repeat:no-repeat;
}

#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;
}