/* GIS Gallery style sheet  */

body {
	background: white;
	margin: 10px;
	padding: 0;
	font-family: georgia, serif;
	}
h1 {
	color: #888888;
	font-family: georgia, serif;
	font-size: 140%;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #DDDDDD;
	}	
div#index {
	font-family: georgia, serif;
	}
div#index ul {
	list-style: square;
	}
div#index a:link, a:visited {
	text-decoration: none;
	color: blue;
	border-bottom: 1px dotted white;
	font-weight: bold;		
	}
div#index a:hover, a:active {
	text-decoration: none;
	color: gray;
	border-bottom: 1px dotted gray;
	font-weight: bold;
	}
div.info  {
	float: left;
	width: 200px;
	margin-top: 20px;
	clear: both;
	}
li.title, li.describe {
	list-style: none;
	margin-left: -40px;
	padding: 0px 10px 10px 10px;
	font-family: georgia, serif;
	}
li.title {
	font-size: 100%;
	font-weight: bold;
	}
li.describe {
	font-size: 90%;
	font-weight: normal;
	}			
div.pic {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 1px 5px;
	float: left;
	}
div#footer {
	clear: both;
	font-size: 80%;
	border-top: 2px dotted #DDDDDD;
	padding: 10px 10px 10px 0px;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 30px;
	text-align: center;	
	}
div#footer a:link, a:visited {
	text-decoration: none;
	color: blue;
	border-bottom: 1px dotted white;
	font-weight: bold;		
	}
div#footer a:hover, a:active {
	text-decoration: none;
	color: gray;
	border-bottom: 1px dotted gray;
	font-weight: bold;
	}	