html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Garamond, Times, serif;
	color: #fff;
	background-image: url(images/site-bg-3.gif);
	background-position: center center;
}

#page {
	width: 670px;
	min-height: 100%;
	background-color: #454847;
	background-image: url(images/content-bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	margin: auto auto;
}

#nav {
	font-family: Arial, sans-serif;
	position: fixed;/*absolute*/
	font-size: .9em;
	width: 150px;
	min-height: 100%;
	height: 100%;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-y;
}

#nav ul { margin-top: 80px; }

#nav li {
	list-style: none;
	padding: 6px 6px;
}

#content {
	position: relative;
	margin-left: 150px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#foot {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: .75em;
	position: relative;
	bottom: 0;
	z-index: 1;
	margin: 5px 0;
	margin-left: 150px;
	margin: -7.5em auto 0 auto
	padding: 10px 0;
}

#header {
	padding-top: 10px;
	font-family: Garamond, Times, serif;
	font-size: 2.6em;
	text-align: right;
	line-height: .9em;
}

#cpy {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	line-height: .9em;
}

#header img { border: 0 solid #fff; margin-right: 2em; } /*remove margin to line up the name with the word below */

#pagetitle {
	font-size: .60em;
	color: #a2a8a8;
	text-align: right;
	padding-right: 1.4em;
	padding-bottom: .5em;
	line-height: .6em;
}

#content h3 { text-align: right; }

#mailform input.txt,
#mailform textarea {
	border: 2px solid #999;
	background-color: #eee;
}

fieldset { border: 0 solid #fff; }

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal
}

a:hover { text-decoration: underline; }

.current a {
	font-weight: bolder;
	color: #999;
}

#acaption {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: auto auto;
	border: 1px solid #999;
	padding: 3px;
	color: #999;
	background-color: #eee;
	z-index: 100;
}

.picrow {
	padding-top: 30px;
	text-align: center;
	font-size: 1.6em;
}

/******************* color/style definions here *******************/

h2 { color: #fff; }

hr {
	border: 2px solid #fff;
	border-width: 2px 0 0 0;
}

.fimg {
	max-width: 400px;
	border: 14px solid #fff;
}

.center { text-align: center; }

#links {
	font-size: 1.5em;
	line-height: 2em;
}

#links a { color: #999; }

#lightbox { color: #000; }

.picrow a img { border: 2px solid #fff; }
