#contentspage {
	background-color: black;
	color: rgb(255, 255, 255);
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	width: 820px }

/* The pageHeader appears on both the main page, as well as each
 * content page.
 */
#pageHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 180px;
	background: #000000 url(banner.jpg) no-repeat top left;
}

/* The introFrame and mainFrame are similar, except that the main frame
 * does not have the embedded background image.
 */

#introframe {
	position: absolute;
	top: 180px;
	left: 0;
	width: 800px;
	height: 740px;
	background: #000000 url(castle2.jpg) no-repeat top center;
}

#introduction {
	position: relative;
	top: 20px;
	left: 20px;
	height: 700px;
	margin-right: 40px;
}

#mainframe {
	position: absolute;
	top: 180px;
	left: 0;
	width: 800px;
	background: #000000;
}

#main {
	position: relative;
	top: 20px;
	left: 20px;
	margin-right: 40px;
}

#footer {
	position: relative;
	top: 20px;
	left: 20px;
	margin-right: 40px;
	background: #000000;
}

#overlay {
		position: absolute;
		top: 300px;
		left: 50px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 2px;
		padding-left: 2px;
		background: #000000;
}

#pageHeader h1 {
	display: none;
}

div.photoblock {
	display: inline;
	vertical-align: middle;
	text-align: center;
	position: inline;
	width: 820px;
}

div.subblock {
	vertical-align: middle;
	display: inline;
	text-align: center;
	position: block;
	height: 800px;
}


A:link { color: rgb(128, 128, 255) }
A:visited { color: rgb(64, 64, 192) }
h1.title {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	font-size: x-large;
	border-width: 0px;
	text-align: center }

h2.date {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
    font-style: italic;
	font-size: large;
	text-align: center }

img.photo {
	clear: both;
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    text-align: center }

img.photoleft {
	clear: none;
	float: none;
	display: inline;
    margin-left: auto;
    margin-right: 40px;
    margin-top: 15px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

img.photosmallleft {
	clear: none;
	float: left;
	display: inline;
    margin-left: auto;
    margin-right: 40px;
    margin-top: 15px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

img.photoright {
	clear: none;
	float: none;
	display: inline;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 15px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

img.photosmallright {
	clear: none;
	float: none;
	display: block;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
}

p.caption {
	text-align: center;
	margin-bottom: 40px;
}

td.photo {
	text-align: center }

em.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: italic;
	font-weight: lighter;
	font-size: 9pt }
