/*
	Filename         :	flg.css
	Created by       :	Danny Birchall
	Last modified by :	Danny Birchall
	Last Updated     :	5 January 2005
	Comments         :	FLG-specific stylings
*/


	dt {
	font-weight:bold;
	margin-bottom: 5px;
	}

	dd.url {
	margin: 0;
	margin-bottom: 5px;
	}	
	 
	dd.desc {
	margin: 0;
	margin-bottom: 20px;
	}
	
	dd.subcats {
	margin: 0;
	margin-bottom: 15px;
	margin-left: 10px;
	}	

	#content img {
	border: 0;
	}
	

	#content dl.allcats {
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	#content dl.allcats dt {
		margin: 1em 0 0 0;
		padding: 0 0;
		font-weight: bold;
	}
	
	#content dl.allcats dd {
		margin: .7em 0 0 3em;
		padding: 0;
	}		
	


