@charset "iso-8859-1";

/* quite handy to work out what's going on, view all box borders:
* {
	border:1px solid #000;
}
*/

/* always show scrollbars so that content centers consistently */
HTML {
	min-height: 101%;
	height: 101%;
	background-color: #e8d592;
	color: #000;
}
BODY {
	font-family: Candara, sans-serif;
	font-size: 12pt;
	min-width: 800px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE6 fix page centering */
}
IMG {
	border:1px solid #222;
}
TD.topbar IMG {
	border:0px;
}
TABLE {
	border-collapse: collapse;
}
TABLE, TR, TD {
	padding: 0px;
	margin: 0px;
}
TABLE.everything {
	background-color: #fff;
	border:1px solid #666;
}
TD.everything {
	margin: 0px;
	padding: 0px;
}
Td.topbar {
	padding: 6px 0px 6px 0px;
}
TD.content {
	margin: 0px;
	padding: 20px 80px 20px 80px;
	text-align: justify;
}

DIV.navbox {
	padding: 3px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
}
TABLE.nav1 {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE6 fix page centering */
	font-size: 14pt;
}
TD.navlink {
	padding: 6px 8px 6px 8px;
}
A.navlink {
	text-decoration: none;
	color: #000;
	padding: 1px;
	margin: 3px;
	border-bottom:2px solid #fff;
}
A.navlinkSelected {
	text-decoration: none;
	color: #f00;
	padding: 1px;
	margin: 3px;
	border-bottom:2px solid #f00;
}
A.navlink:hover {
	border-bottom:2px solid #333;
}
H1 {
	font-size: 28pt;
	text-align: center;
	padding: 4px;
	margin: 0px;
}
DIV.photoLeft {
	margin-right: 20px;
	margin-bottom: 12px;
	clear: both;
	float: left;
}
DIV.photoRight {
	margin-left: 20px;
	margin-bottom: 12px;
	clear: both;
	float: right;
}
DIV.clearFloats {
	clear: both;
}
A.toplink {
	position: relative;
	top: -6px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
TABLE.topbar {
	background-color: #c0a060;
	background-image: url('images/topbg.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
DIV.tagline {
	font-weight: bold;
	font-size: 14pt;
}
DIV.centered {
	text-align: center;
}
P {
	margin: 4px 0px 12px 0px;
	padding: 0px;
}
DIV.centeredpic IMG {
	margin: 4px 4px 8px 4px;
}
DIV.centeredpic {
	text-align: center;
	margin: 8px;
}
IMG.contactpic {
	margin: 32px;
}
H1 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
H2 {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size: 16pt;
}
IMG.gallery {
	margin-bottom: 12px;
}
