html, body {
	background: #fffff0;
	color: #4682b4;
}

#bg {
	font-size: 2500%;
	color: #e8e8e8;
	position: absolute; 
	top: 5%; 
	left: 33%;
	z-index: 0;
}

.exif {
	font-size: small;
	position: relative;
	margin-top: 158px;
}

.box {
        color: #fffff0;
        background: #4682b4;
        font-family: monospace;
        border-style: solid;
        border-color: black;
        padding: 2em;
	padding-top: 1em;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        list-style: none;
        min-width: 40em;
}

.leftbox {
        color: #fffff0;
        background: #4682b4;
        font-family: monospace;
        border-style: solid;
        border-color: black;
        width: 80%;
	padding: 2em;
        list-style: none;
        min-width: 40em;
}


.imgleft {
        background: #4682b4;
        font-family: monospace;
        border-style: solid;
        border-color: black;
	width: 350px;
	padding: 2em;
	float: left;
}

.poem {
        font-family: Helvetica, sans-serif;
}

.navi {
	list-style-type: none;
	display: inline;
        font-family: Helvetica, sans-serif;
	font-size: 80%;
	background: #4682b4;
	color: #fffff0;
	padding: 2px;
	line-height: 200%;
}

.navi:hover {
	color: #f3f3f3;
	background: #000;
}

.naviitem:link {
	color: #fffff0;
}

.naviitem:hover {
	color: white;
}

.naviitem:visited {
	color: black;
	background: #e8e8e8;
}

h1, h2, h3, h4, h5, h6 {
        font-variant: small-caps;
}

#content, #bottom {
	position: relative;
        font-family: Helvetica, sans-serif;
	z-index: 100;
}

#gallerycontent {
	position: relative;
        font-family: Helvetica, sans-serif;
	z-index: 100;
	margin-left: 510px;
}

#galleryimgs {
	top: 10em;
	left: 20px;
	position: absolute;
        font-family: Helvetica, sans-serif;
	z-index: 100;
	margin-bottom: 4em;
}

p.galleryimg {
	padding: 1em;
        background: #4682b4;
	color: #fffff0;
        font-family: monospace;
        border-style: solid;
        border-color: black;
        width: 450px;
}

img.gallery {
	float: left;
	margin-right: 1em;
}

img.biggalleryimage {
	text-align: center;
	border-style: outset;
	float: left;
	margin: 2em;
}

#gallerybottom {
        font-family: Helvetica, sans-serif;
	z-index: 100;
	margin-left: 510px;
}

.gallerycaption {
        padding: 1em;
        background: #4682b4;
        color: #fffff0;
        font-family: monospace;
        border-style: solid;
        border-color: black;
}

.galleryimagesize {
        background: #4682b4;
        color: #fffff0;
        font-family: monospace;
        border-style: solid;
        border-color: black;
}

