body { padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; }

	#header { text-align: center; display: block; margin: auto; }
	#header ul#menu { padding: 0px; margin: 20px 0 0 0; font-weight: bold; color: #000000; min-width: 700px; }
	#header ul#menu li#menuItem { display: inline; list-style: none; list-style-type: none; padding: 10px 10px 10px 10px; }
	#header ul#menu li#menuItem a { color: #d7d7d7; text-decoration: none; }
	#header ul#menu li#menuItem a:hover { color: #000000; }

	#content { clear: both; text-align: center; min-width: 825px; margin: 50px auto 0 auto; }

		h3 { margin-bottom: -5px; }

		#text { width: 850px; margin-left: auto; margin-right: auto; text-align: left; font-family: "Courier New", Courier, monospace; font-size: 13px; }
			#text a { text-decoration: none; color: #000; }
			#text a:hover { text-decoration: underline; }
				#text p.website { color: #ccc; }
				#text p.website a { text-decoration: none; color: #ccc; }
				#text p.website a:hover { text-decoration: underline; }

		#gallery { margin: 0 auto; padding: 0; }
			#gallery div#previous { float: left; font-size: 3em; cursor: pointer; margin-top: 255px; }
			#gallery div#current { float: left;  }
			#gallery div#next { float: left; font-size: 3em; cursor: pointer; margin-top: 255px; }

		.caption { margin-top: 40px; }
		.caption p { font-size: 13px; font-family: "Courier New", Courier, monospace; color: #CCCCCC; margin-top: 5px; }

		#tiles { width: 865px; margin: 0 auto; padding: 0; }
			#tiles .tileItem { float: left; }
				#tiles .tileItem .tileImage { margin: 8px; }
			#tiles .tileItem .tileHover { position: absolute; margin: 8px; visibility: hidden; width: 200px; vertical-align: middle; background: #ffffff; filter:alpha(opacity=75);-moz-opacity:.85;opacity:.85; font-family: "Courier New", Courier, monospace; font-size: 13px; }