div.main {
	bottom: 0;
	right: 0;
	overflow: auto;
	color: black;
	left: 15%;
	top: 20%;
	position: fixed;
	padding-left: 8px;
	border-style: solid;
	margin-bottom: 4em;
	border-color: white;
	padding-top: 2em;
}

div.header {
	top: 0;
	right: 0;
	background-color: #a7a7a7;
	color: #fff;
	padding-left: 8px;
	position: fixed;
	bottom: 80%;
	left: 15%;
	text-align: left;
	text-shadow: #444 4px 4px 4px;
	font: normal 1.8em "American Typewriter", "Courier New", Courier, mono;
}

div.sidebar {
	position: fixed;
	bottom: 0;
	right: 85%;
	background-color: #a7a7a7;
	color: black;
	left: 0;
	padding-right: 12px;
	top: 20%;
}

ul.menu {
	padding-left: 4px;
	left: 0;
	font-family: Helvetica;
	text-align: right;
}

div.phototitle {
	font: 16px/2.0 Helvetica;
	text-align: center;
}

div.photostory {
	font: 14px/2.0 Helvetica;
	text-align: left;
	padding-bottom: 4em;
}

div.photo {
	border-style: solid;
}

img.houseIcon {
	float: left;
	position: relative;
	top: 1ex;
}

*.dateModified {
	color: black;
	font-size: 9px;
	font-variant: normal;
}

*.languages {
	font-weight: normal;
	font-style: normal;
	font-family: Helvetica;
}

body {
	background-color: #a7a7a7;
}

*.heading {
	text-shadow: black 4px 4px 4px;
	color: #fff;
	font: 3.0em "American Typewriter", Courier, mono;
	margin-top: 20px;
	margin-bottom: 20px;
}

img {
	border-color: #fff;
	border-style: solid;
}

*.heading2 {
	color: red;
	font: 2.0em "American Typewriter";
	text-shadow: #444 4px 4px 4px;
	margin-top: 40px;
	margin-bottom: 20px;
}

*.address {
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica;
	color: #fff;
}

*.menu {
	list-style-type: none;
	font-family: Helvetica;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

*.no-border {
	border-style: none;
}

img.no-border {
	border-style: none;
	margin-left: 20px;
}

table {
	border: 1px solid black;
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	font-style: italic;
}
td, th {
	border: 1px solid black;
	padding: 5px;
}

ul.photo-list {
	list-style-type: none;
	padding-bottom: 5px;
}

img.photo-list{
	margin-bottom: 1px;
}

div.photo-list{
	border-color: #fff;
	border-style: solid;
	margin-bottom: 5px;
}

p.phototitle {
	margin-top: 1px;
	margin-bottom: 50px;
}
