html,body {
	background-color: #aaaaaa;
	color: #000000; 
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
}

div#content {
	margin: 0px auto;
	width: 720px;
}

div#navigation {
	width: 720px;
	max-height: 320px;
}

div#map {
	background-color: #cccccc;
	width: 480px;
	height: 320px;
	float: left;
	margin-bottom: 10px;
	border: 0px;
}

div#thumbs {
	background-color: #cccccc;
	width: 230px;
	height: 320px;
	float: right;
	overflow: auto;
	margin-bottom: 10px;
	border: 0px;
}

div#photo {
	background-color: #cccccc;
	width: 720px;
	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	vertical-align: middle;
}

img#picture {
	max-width: 720px;
	max-height: 480px;
}

div.thumbnail {
	text-align: center;
}

.olControlAttribution {
	font-size: small;
	right: 3px;
	top: 95%;
	color: #000000;
}

.YainaPermalink {
	font-size: small;
	right: 3px;
	top: 90%;
}

