body {
	background: #cccc99;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

#header {
	width: 700px;
	margin: 0 auto; 
	color: #333;/*change for contrast*/
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 400%;
	letter-spacing: -3px;
}

#header h2 {
	float: right;
	margin: 50px 0px 0 0;
	text-align: right;
	font-size: 145%;
	/*letter-spacing: -2px; */
}

#content {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border: 10px solid #ffffcc;
	border-top: none;
	background: #ffffcc;
}

#panorama {
	overflow: auto; 
	position: relative; 
	cursor: pointer;
}

#panorama img {
	margin: 0;
	padding: 0;
	border-style: ridge;
}

#content h3 {
	margin-bottom: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #333;
}

#description {
	background: #ffffcc;
}

/* image replacement is done in javascript*/




/*basic elements from the default stylesheet */

img.stamp {
	width: 60px;
	height: 60px;
	float: right;
	/* padding-right: 20px; */
}

p.update {
	font-weight: normal;
	padding-top: 30px;
}

a {
	color: #333300;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #8B814C;
}

a:hover {
	color: #CC6600;
}

a img, :link img, :visited img {
	border: 0;
}

#anchorages {
	background: #FEE5AC;
}

#anchorages #menu1 .photos a {
	background: #ffffcc;
	color: #333;
}

#anchorages #menu1 .photos a:hover {
	background: #ffffcc;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #333;
	cursor: default;
}

#anchorages #menu1 a {
	background: #FEF1B5;
	color: #333;
}

#anchorages #menu1 a:hover {
	background: #8B814C;
	color: #fff;
}

#anchorages a {
	color: #333300;
	font-weight: bold;
	text-decoration: none;
}

#anchorages a:visited {
	color: #8B814C;
	font-weight: bold;
	text-decoration: none;
}

#anchorages a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}