
	/**
	* Gallery Index Page
	*/
	div#body h1 {
		font-size: 31px;
		margin-bottom: 3px;
		font-family: Times new Roman;
		font-weight: lighter;
		
	}
	
	div#body p {
		font-family: Arial;
		text-align: justify;
		font-size: 14px;
		line-height: 140%;
		
	}
	
	div#gallery_items {
		margin-top: 15px;
		width: 100%;
		
	}
	
	div#gallery_items div.item {
		width: 300px;
		float: left;
		margin-bottom: 25px;
		
	}
	
	div#gallery_items div.item div.item_body {
		padding: 10px;
		
	}
	
	div#gallery_items div.item div.item_body h5 {
		font-family: Arial;
		font-size: 14px;
		margin: 0px;
		margin-bottom: 10px;
		
	}
	
	div#gallery_items div.item div.item_body div.image_body  {
		width: 280px;
		height: 210px;
		text-align: center;
		
	}
	
	div#gallery_items div.item div.item_body div.image_body img  {
		margin-left: auto;
		margin-right: auto;
		border: 0px;
		
	}
	
	div#gallery_items div.item div.item_body div.image_body p.tags {
		display: none;
		
	}
	
	div#gallery_items div.item div.item_body div.fileinfo {
		margin-top: 10px;
		
	}
	
	div#gallery_items div.item div.item_body div.fileinfo span.taken {
		display: block;
		color: #848484;
		font-family: Tahoma;
		font-size: 9px;
		
	}
	
	div#gallery_items div.item div.item_body div.fileinfo span.comments {
		display: block;
		color: #319616;
		font-family: Tahoma;
		font-size: 9px;
		
	}
	
	/**
	* Navigation
	*/
	div#navigation {
		position:			relative;
		background-color: 	#16518e;
		margin-top:			25px;
		height: 			17px;
		clear:				both;
		
	}
	
	div#navigation p {
		position:			absolute;
		font-family:		Tahoma;
		font-size:			11px;
		color: 				#ffffff;
		margin: 			0px;
		padding:			0px;
		
	}
	
	div#navigation p.left {
		left:				5px;
		top:				0px;
		
	}
	
	div#navigation p.center {
		text-align:			center;
		width:				100%;
		line-height:		17px;
		
	}
	
	div#navigation p.center strong {
		padding-left:		3px;
		padding-right:		3px;
		
	}
	
	div#navigation p.center a, div#navigation p.center a:link, div#navigation p.center a:visited, div#navigation p.center a:active, div#navigation p.center a:hover {
		padding-left:		3px;
		padding-right:		3px;
		color:				#93b7db;
		line-height:        17px;
		margin: 0px;
		
	}
	
	div#navigation p.center a:hover {
		color: 				#ffffff;
		background-color:   #082b50;
		text-decoration: 	none;
		
	}
	
	div#navigation p.right {
		right:				5px;
		top:				0px;
		
	}
	
