/* ----------	=Structure		-------------------------------------------------- */
html, body {
	margin: 0px;
	background: #ab9667;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
#wrap {
	margin: auto;
	width: 800px;
}
#logo {
	float: left;
	width: auto;
	height: 60px;
	padding-left: 5px;
	background: #fff;
	padding-right: 2px;
}
#logo img {
	position: relative;
	top: 5px;
}
#head {
	height: 265px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#content {
	background: #fff url(/_images/elevationbk.jpg) no-repeat center bottom;
}
#leftCol {
	float: left;
	width: 500px;
	padding: 20px;
}
#rightCol {
	float: right;
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#foot {
	background: #8c3b32;
	text-align: right;
	padding: 0px 20px 0px 0px;
	color: #fff;
	height: 30px;
	clear: both;
	font-weight: bold;
}
#skip {
	height: 20px;
	text-align: center;
	background: #8c3b32;
	font-weight: bold;
}
.floatRight {
	width: 200px;
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
	text-align:center;
}
div.floatRight img, div.floatLeft img {
	width: 200px;
}

.floatLeft {
	width: 200px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align:center;
}
/* ----------	=Navigation		-------------------------------------------------- */
#navigation {
	background: #fff;
}
#nav {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	height: 60px;
	width: 70px;
	list-style: none;
	padding: 0px;
	border-left: 1px solid #8c3b32;
	background: url(/_images/navback.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	font-size: 1.2em;
}
#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 28px;
	padding-top: 32px;
}
#nav a:hover {
	color: #fff;
	background: #8c3b32;
}
/* ----------	=Typography		-------------------------------------------------- */
#foot p {
	line-height: 30px;
	font-size: 1em;
}
#leftCol p {
	line-height: 1.6em;
}
p, li {
	font-size: 1.3em;
}
.cap {
	line-height: 0.8em;
	font-size: 5.5em;
	float: left;
	width: auto;
	font-weight: normal;
	color:#000;
	font-family: georgia, times;
	padding-top: 0.05em;
}
/* ----------	=Links			-------------------------------------------------- */
a:link, a:active, a:visited {
	color: #ab9667;
}
a:hover {
	color: #8c3b32;
}
#skip a {
	display: block;
	line-height: 20px;
	color: #8c3b32;
	height: 20px;
	width: 800px;
}
#skip a:hover {
	color: #fff;
}
/* ----------	=Lists			-------------------------------------------------- */

ul { list-style: none; }

/* ----------	=Tables			-------------------------------------------------- */
#rightCol table {
	width: 225px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
}
td, th {
	padding: 4px;
	margin: 0px;
}
td.event {
	font-weight: bold;
	background: #aba982;
}
/* ----------	=Headings		-------------------------------------------------- */
h1 {
	color: #8c3b32;
	font-size: 2.4em;
	border-bottom: 1px solid #bc9961;
	font-weight: bold;
}
h2 {
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: 1px solid #8c3b32;
}
h3 {
	font-size: 1.5em;
}
/* ----------	=Forms			-------------------------------------------------- */
/* ----------	=Images			-------------------------------------------------- */ 
a img {
	border-style: none;
}
/* ----------	=Misc			-------------------------------------------------- */ 
.cal {
	float: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
br.clear {
	clear: both;
}
#book img {
	width: 150px;
	height: 198px;
}

/* jQuery InnerFade */

ul#crossfade li img {
	border: 1px solid #ccc;
	padding: 4px;
	margin-left: -40px;
}
