html, body {
	background-color: F1EAB1;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	text-align: center;
}
p {
	text-indent: 2em;
}
a {
	color: 5A5838;
	text-decoration: none;
}
dd {
        border: dotted 2px #BDBA85;
        background-color: #F1EAB1;
}
.skinny {
	height: 0px;
	color: 8A8868;
	width: 198px;
}
#webcontact {
	position: relative;
}
#frontpic {
	width: 400;
	float: right;
	border: dotted 1px #F1EAB1;
}
#gal {
	background-color: E1E0B0;
	border: dotted 1px;
	font-family: Arial;
}
#pic {
	height: 250px;
}
#main {
	width: 1000px;
	height: 1000px;
	background-color: DCD89A;
	color: 5A5838;
	font-size: 12px;
	margin-bottom: 0px;
}
#main .sideBar {
	background-color: BDBA85;
	padding: 0px 0px 0px 0px;
	border-right: solid 1px white;
}
#main .links {
	position: absolute;
	top: 200px;
	padding: 25px 25px 25px 35px;
	line-height: 1.8;
	font-family: Arial Black;
}
#main .links a {
	font-size: 20px;
	text-decoration: none;
}
#main .links a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#main .corner0 {
	position: absolute;
	left: inherit;
	top: 200px;
}
#main .corner1 {
	position: fixed;
	left: inherit;
	bottom: 0px;
	display: expression((navigator.appName!="Netscape" ? (this.style.display='none') : (this.style.display='block')) && true);
}
#main .mainPage {
	padding: 35px 25px 25px 60px;
	font-size: 14px;
	vertical-align: top;
	font-family: Comic Sans MS;
}
#main .mainPage a {
	font-weight: bold;
}
#main .mainPage a:hover {
	text-decoration: underline;
}
#header {
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 175px;
	background-color: 5A5838;
	color: F1EA81;
	font-family: Comic Sans MS, Arial;
	font-size: 34px;
	margin-top: 15px;
	margin-bottom: 10px;
	border: solid 2px black;
	border-left: none;	
}
#header .verse {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: arial;
}
#header .title {
	font-weight: bold;
	
}
#header .corner0 {
	position: absolute;
	top: 15px;
}
#header .corner1 {
	position: absolute;
	top: 160px;
}