
body{
	text-align: center;
	font-family: cursive;
	font-weight: normal;
}

div.window{
	width: 760px;
	background-color: #F0F0F0;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
}

div.menu{
	width: auto;
	text-align: left;
}

div.menuline1	 {
	background-color: White;
	border-bottom-width: 1px;
	border-bottom: solid;
}

div.menuline2 {
	border-top-width: 1px;
	border-top: solid;
	border-bottom-width: 1px;
	border-bottom: solid;
	margin-top: 10px;
	background-color: White;
}

div.content {
	background-color: White;
	margin: 20px;
	width: 720px;
	height: auto; 
	text-align: left;
	position: relative;
}

div.textcontent {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
}

div.textcontent_smallpage {
	padding-top: 50px;
	padding-left: 110px;
	padding-right: 110px;
	height: 490px;
}

div.previousnext {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	position: absolute; bottom: 0;
}

div.imageholder {
	text-align: center;
	height: 540px;
}

a{
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	color: Gray;
	text-decoration: none;
}

a.menu:hover {
	background-color: Gray;
	color: White;
}

a.menuline2:hover {
	background-color: Gray;
	color: White;
}

a.email{
	padding-left: 5px;
	color: Blue;
	text-decoration: underline;	
}

a.textcontent{
	padding: 0px;
	color: Blue;
	text-decoration: underline;	
}

span.menuline1{
	padding-left: 15px;
	padding-right: 15px;
}

span.menuline2{
	padding-left: 15px;
	padding-right: 15px;
}

img{
	border: none;
}

img#previous {
	float: left;
	padding-left: 10px;
}

img#next {
	float: right;
	padding-right: 10px;
}

img.owner{
	vertical-align: top;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	position: relative; top: 10px;
}

p.indent{
	text-indent: 40px;
}

ul{
	list-style-type: none;
}

h1{
	color: Maroon;
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 48px;
}