body {
	margin: 0;
	background-color: #633;
	background-image: url('/images/backgrounds/outer-stripe.gif');
	background-repeat: repeat-x;
	background-position: 0 111px;
	font-family: Times New Roman,Times,Georgia,serif;
	font-size: 15px;
}
p, li {
	line-height: 1.6em;
}
div#outerContainer {
	width: 780px;
	margin: 0 auto;
	min-width: 780px;
	background-color: #faf2dd;
	background-image: url('/images/backgrounds/beige-medium.jpg');
}
div#innerContainer {
	min-width: 780px;
	background-image: url('/images/backgrounds/inner-stripe.jpg');
	background-repeat: repeat-x;
	background-position: 0 111px;
}
div#header {
	position: relative;
	width: 760px;
	margin: 0 auto;
	font-size: 14px;
}
	div#header img {
		display: block;
		margin: 0;
	}
	ul#mainNav {
		position: relative;
		height: 47px;
		width: 760px; /* should be 760px, but IE6 wraps nav if < 763px */
		margin: 0;
		padding: 0;
		font-family: Zapfino;
		font-size: 12px;
	}
		ul#mainNav li {
		/*
			display: inline;
		*/
			list-style: none;
			float: left;
			margin: 0;
			padding: 0;
		}
			ul#mainNav li a {
				display: block;
				float: left;
				overflow: hidden;
				text-decoration: none;
				color: #333;
				text-align: center;
				line-height: 4em;
			}
				ul#mainNav li a img {
					border: 0;
				}
	ul#secondaryNav {
		position: absolute;
		top: 70px;
		left: 310px;
		width: 450px;
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 18px;
		text-align: right;
	}
		ul#secondaryNav li {
			display: inline;
			font-style: italic;
		}
			ul#secondaryNav li a {
				text-decoration: none;
			}
	div#contactSummary {
		position: absolute;
		top: 10px;
		left: 310px;
		width: 450px;
		margin: 0;
		padding: 0;
		text-align: right;
		color: #333;
	}
div#content {
	margin: 2em 10px 0 10px;
}
div#leftColumn {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
	div#leftNav {
		font-style: italic;
		font-size: 16px;
		color: #633;
		margin-bottom: 4em;
	}
		div#leftNav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			div#leftNav ul ul {
				margin-left: 15px;
			}
			div#leftNav ul li {
				list-style: none;
				margin: 0 0 .5em 0;
			}
				div#leftNav ul li.selected {
					font-style: normal;
					padding: 3px 5px;
					background-image: url('/images/backgrounds/beige-dark.jpg');
				/*
					border-top: 1px solid #ccb698;
					border-bottom: 1px solid #ccb698;
				*/
				}
		div#leftNav a {
			display: block;
			padding: 3px 5px;
			color: #633;
			text-decoration: none;
		}
			div#leftNav a:hover {
				background-image: url('/images/backgrounds/beige-dark.jpg');
				text-decoration: underline;
			}
	div#leftPromos {
		font-weight: normal;
		font-style: italic;
		font-size: .9em;
		color: #333;
	}
		div#leftPromos div.promo {
			margin: 4em 0;
		}
div#mainColumn {
	width: 520px;
	float: right;
	margin: 0;
	padding: 0 15px 0 5px;
}
div#footer {
	width: 760px;
	margin: 3em auto 0 auto;
	padding: 1em 0 1em 0;
	clear: both;
	font-style: italic;
	color: #333;
	border-top: 1px solid #94714d;
	font-size: 13px;
}
a {
	color: #633;
}
a:active {
	color: #966;
}
a:visited {
	color: #300;
}
h1 {
	margin: -.2em 0 0 0;
	padding: 0;
	font-size: 3.0em;
	font-weight: normal;
	font-style: italic;
	color: #633;
}
h2 {
	color: #99804c;
	/* color: #caa865; */
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
}
h3 {
	color: #caa865;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
.dark {
	background-image: url('/images/backgrounds/beige-dark.jpg');
	border: 1px solid #baa07c;
	padding: 15px;
	clear: both;
}
small {
	font-size: .95em;
}