a:link {
	color: #A37143;
	text-decoration: underline;
}
a:visited {
	color: #954A00;
	text-decoration: underline;
}
a:hover {
	color: CC9966;
	text-decoration: underline;
}


.style1 {
	font-size: medium;
	color: #663300;
}
.style2 {
	color: #663300;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 18px;
	font-weight: 700;
	color: #663300;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}
.style15 {
	font-family: Papyrus;
	font-size: 48px;
	color: #663300;
}
.mainimage {
	float: left;
}
#maintext {
	text-align: left;
	position: relative;
	z-index: auto;
	width: 80%;
	font-size: 18px;
	color: #663300;
	left: 50px;
}
#footer {
	clear: both;
	padding-top: 10px;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#outer
{
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: auto;
	border: solid 7px #fff;
	margin: 0 auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/bg-temple.jpg);
}

.headshot {
	width: 80%;
	position: relative;
	margin-bottom: 25px;
	left: 50px;
}
.mainimage2 {
	float: right;
}
