body{
	margin:0;
	padding: 25px 0 0 0;
	background: #000;
	color: #BFD0CB;
	}
	
div#navigation{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 25px;
	text-align: center;
	z-index: 10;
	border-bottom: 1px solid #BFD0CB;
	background: #000;
	}
	
@media screen{
	body>div#navigation
		{
		position: fixed;
		}
 	}
 	
* html body{
	overflow:hidden;
	}
	
* html div#wrapper{
	height:100%;
	overflow:auto;
	}

a:link, a:visited, a:active {
	color: #84B0B9;
	text-decoration: none;
	}

a:hover {color: #3A6A74;}

h1 a:link, h1 a:hover, h1 a:visited, h1 {
	display: inline;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	position: absolute;
	top:0px;
	left:10px;
	color: #fff;
	}

ul#prevnext {
	font-size: 1.1em;
	list-style-type: none;
	margin: 2px auto 0 auto;
	padding: 0;
	}

ul#prevnext li {
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}

ul#places {
	font-size:0.7em;
	list-style-type: none;
	position: absolute;
	top: 7px;
	right: 10px;
	margin: 0;
	padding: 0;
	}

ul#places li {
	display: inline;
	}

img {
	display: block;
	margin: 30px auto 0 auto;
	padding: 0;
	}

#wrapper p {
	color: #BFD0CB;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	margin: 0;
	padding: 0;
	}
	

#text {
	padding: 15px 0 15px 50px;
	width: 700px;
	margin: 40px auto 0 auto;
	border: 1px solid #BFD0CB;
	}

#text h2 {
	font-size: 2em;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: italic;
	letter-spacing: 2px;
	font-weight: normal;
	}

#text p {
	margin: 0;
	padding:0;
	text-align: left;
	font-style: normal;
	width: 90%;
	}

p#photoinfo {
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 0;
	margin: 10px 0 0 0;
	}

#text a:link, #text a:visited, #text a:active, #wrapper a:link, #wrapper a:visited, #wrapper a:active {
	text-decoration: underline;
	}