	body {
		font-family: Verdana;
		width:80%
	}
	
	h1 {
		font-family: Verdana;
		text-transform: uppercase;
		font-size:1.3em;
		color:#00FFFF;
	}
	
	#nav {
		font-size:0.7em;
		margin:0 auto;
		text-align: center;
		border: 0px solid;
		margin-bottom:20px;
		width:640px;
		
	}
	
	#gallery {}
	
		#gallery .galleryItem {
		width:272px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		display: inline-block;
		vertical-align: top;
			
		}
		
			#gallery .galleryItem img {
				border:1px dotted white;
			}
			
			#gallery .galleryItem p {
				margin:0;
				font-size:0.7em;
				text-align:center;
				
			}
	
