body.b1 {
	background: #FFFFFF url("images/background1.jpg") top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	}

body.b2 {
	background: #FFFFFF url("images/background2.jpg") top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	}

body.b3 {
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	}

div.titlebar {
	position: absolute;
	width: 375px;
	left: 200px;
	right: auto;
	top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	white-space: normal;
	list-style-type: none;
	z-index: 70;
	}

.subtitle {
	position: absolute;
	width: 450px;
	left: -35px;
	right: auto;
	top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	white-space: normal;
	list-style-type: none;
	z-index: 71;
	}

div.content1 {
	position: absolute;
	width: 350px;
	left: 250px;
	margin: 0px auto;
	top: 5em;
	font-family: helvetica, impact, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	text-align: left;
	white-space: normal;
	list-style-type: none;
	z-index: 98;
	}

div.content2 {
	position: absolute;
	width: 425px;
	margin: 0px auto;
	left: 200px;
	top: 5em;
	font-family: Helvetica, impact, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: left;
	white-space: normal;
	list-style-type: none;
	z-index: 98;
	}

div.gallery {
	position: absolute;
	width: 650px;
	margin: 0px auto;
	left: 50px;
	top: 4em;
	white-space: normal;
	z-index: 1;
	}

div.gallery>img {
	border: none;
	}

div.gallery>a>img {
	border: none;
	}

a.inlink {
	font-size: 80% /*small*/;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	}

div.sidebar {
	margin: 0;
	font-size: 80% /*smaller*/;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	position: absolute; /* hide fixed */
	top: 4em;
	left: 625px;
	
	width: 15em;
	right: auto;
	z-index: 99;
	}

body > div.sidebar {
	position: fixed;  /* overrides position absolute */
}

div.sidebar p {
	margin: 0;
	padding: 0.3em 0.4em;
	font-family: Arial, sans-serif;
	background: #005;
	border: thin outset #009;
	color: white;
	}

div.sidebar a, div.sidebar em { display: block; margin: 0 0.5em; }
div.sidebar a, div.sidebar em { border-top: 2px groove #999; }
div.sidebar a:first-child { border-top: none; }
div.sidebar em { color: #CCFFCC; }

div.sidebar a:link { text-decoration: none; color: #FFF; }
div.sidebar a:visited { text-decoration: none; color: #CCC; }
div.sidebar a:hover { background: black; color: #FFF; }

