html {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
}
p, ul, ol, dt, dd, td, blockquote {
	font-size: 0.75em;
	font-family: Helvetica, "Lucida Sans", Arial, sans-serif;
	line-height: 1.5em;
	color: #161616;
}
p *, ul *, ol *, td *, blockquote * {
	font-size: 1em;
}

li {
	margin-bottom: 1em;
}

a { 
	color: #39918c;
}

img {
	border: none;
}

table {
	border: none;
	background-color: #efefef;
	padding: 5px;
}

th {
	border-bottom: 2px solid white;
}
td {
	vertical-align: top;
	padding: 4px;
	margin: 0;
}
tr.even td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: white;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.clear {
	clear: both;
}
.attrib {
	margin-left: 2em;
	font-weight: bold;
}
#accessible {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:	alpha(opacity=0); 
	-moz-opacity: 0;
}
#main {
	position: relative;
	max-width: 1032px;
	min-width: 790px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid white;
}
#leftBorder {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	background-image: url('images/leftGrad.gif');
	background-repeat:repeat-y;
	background-position: right;
}
#rightBorder {
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	background-image: url('images/rightGrad.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#content {
	margin: 0 16px;
}
#header {
	position: relative;
	margin-top: 20px;
}
#header #logo {
	position: absolute;
	left: 0;
	top: 0;
}
#header #authors, #header #title, #header .mainNav {
	padding-left: 120px;
}
#header #authors {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 0.8em;
	letter-spacing: .2em;
	color: #5C3B06;
	margin: 0;
	padding-bottom: 15px;
}
.mainNav {
	background-color: #f0f0f0;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
.mainNav li {
	display: inline;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}
.mainNav li a {
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px 0;
	margin: 0 30px 0 0;
	text-decoration: none;
}
.mainNav li a:link, .mainNav li a:visited {
	color: #5C3B06;
	border-bottom: 4px solid #5c3b06;
}

.mainNav li a:hover, .mainNav li a.here {
	color: #D0813A;
	border-bottom: 4px solid #d0813a;
}


#footer {
	position: relative;
}
#footer img {
	vertical-align: middle;
}
#footer p, #footer .mainNav {
	padding-left: 120px;
}
#footer p {
	font-style: italic;
	padding-top: 20px;
}
#footer .mainNav {
	background-color: transparent;	
}

/* layout */
#columnHolder {
	position: relative;
	margin: 20px 0;
	padding: 0;
	background-image: url(images/wallsWhite.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#book {	
	position: relative;
	margin-left: 290px;
	margin-right: 210px;
	padding: 0 10px;
	z-index: 100;
}
#primaryText {
	position: relative;
	margin-left: 300px;
	padding: 0 10px;
	z-index: 100;
}	 

#primaryText h1, #spot h1 {
	margin-top: 0;
	font-size: 2em;
	font-weight: normal;
	color: #5C3B06;
}

#primaryText h1 {
	margin-bottom: 40px;
}

#gallery, #events, #events.level2 {
	position: absolute;
	top: 0;
}
#gallery, #events.level2 {
	left: 10px;
	width: 280px;
}
#events {
	right: 10px;
	width: 200px;
	text-align: center;
}

/* home page column styles */
#book #spot {
	font-size: 1.2em;
}
#book #spot h1 {
	font-size: 1.15em;
}
#book .right img {
	margin-bottom: 15px;
}

#reviews {
	clear: both;
}
#gallery .caption, #events.level2 .caption {
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
}
#gallery h1 {
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	background-color: white;
	text-transform: uppercase;
}

#gallery ul, #events ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#events h1 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#events h2, #gallery h2 {
	font-size: 1em;
	font-weight: bold;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-bottom: 0;
	text-align: center;
}

#events table th {
	text-align: left;
	font-weight: bold;
}
#events .date, p.date, #events .time, #events table th {
	white-space: nowrap;
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	}
p.date {
	background-color: #dfdfdf;
	padding: 5px;
	margin-bottom: 0;
	margin-top: 0;
}
#events.level2 table {
	width: 280px;
}

p.announce, p.date {
	text-align: left;
}
p.announce {
	margin-top: 0;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

h2.order {
	margin-top: 40px;
	padding-bottom: 40px;
	font-weight: normal;
}