/*	Body stuff	*/

	body
		{background: #000; margin: 5px;
		color: #5c6; font-family: "Gill Sans", "Gill Sans MT", sans-serif; font-size: 11pt; text-align: center;}

	img
		{border: none;}

/*	General Layout	*/
	
	#wrapper
		{margin: auto 20px; width: 650px; float: left;}

	#main
		{text-align: center;}

	.column
		{float: left; width: 50%;
		text-align: left;}
	.scroller
		{height: 720px;
		overflow-y: scroll; overflow-x: clip;}
	
/*	Navigation	*/

	#nav
		{margin: 20px 0px; padding: 0px; height: 20px;
		list-style: none;}
	#nav li
		{float: left; margin: 0px 35px 0px 0px; padding: 0px;}
	#nav li.last
		{margin: 0px;}

/*	Back/next controls	*/
	
	#controls
		{margin: 10px 0px 20px 0px; padding: 0px; height: 56px;
		list-style: none;}
	#controls li
		{float: left; margin: 0px;}
	#controls li a
		{display: block; padding: 0px 2px;}
	
	.inactive	/* hide controls if they do not apply	*/
		{visibility: hidden;}

/*	Archives page				*
 *	For use with archives.php	*/

	#archives
		{margin: 0px; padding: 0px;
		list-style: none;}
	#archives li
		{margin: 0px; padding: 0px;}
	
	#archives a
		{display: block; padding: 3px;
		text-align: left; color: #295; text-decoration: none;}
	#archives a:hover
		{color: #fff;}

/*	Links page				*
 *	For use with links.php	*/

	#links a
		{margin: 10px 0px; display: block;}

/*	Other Junk page			*
 *	For use with junk.php	*/
	#junk
		{margin: 0px; padding: 0px;
		list-style: none;}

	#junk li
		{margin: 5px; padding: 0px; float: left;}

	#junk a
		{display: block; background: #111; padding: 0px; width: 90px; height: 90px;}
	#junk a:hover
		{background: #222;}