/*
 * Northern Lights Nordic.org
 * Created by Keith Murphy, 2014
 *
 * Stripped down for printing.
 */
 
#header {
	visibility: hidden;
	display: none;
	height: 0px;
}

#nav {
	visibility: hidden;
	display: none;
	height: 0px;
}

#footer {
	visibility: hidden;
	display: none;
	height: 0px;
}

#content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	width: 900px;
}

#paypal_form {
	visibility: hidden;
	display: none;
	height: 0px;
}

/*--------------------------
 *	#links
 * 	contains links page
 *	Named in /links/
 */
#links h3 {
	clear: left;
	padding-bottom: 10px;
} 
 
#links img {
	float: left;
	clear: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid black;
	padding: 2px;
	
	height:auto; 
	width:auto; 
	max-width:100px; 
	max-height:100px;
}

#links p {
	margin-bottom: 10px;

}