/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFB21C url(/images/top.gif) repeat-x;
	text-align: center;
}

/* -------------------------------------------------------------------- */
/* ------------------------- holder div ------------------------------- */
/* -------------------------------------------------------------------- */

div.holder {
	width: 681px;
	background: transparent url(/images/bg.gif) repeat-y;
	margin: 0 auto;
}



/* -------------------------------------------------------------------- */
/* -------------------------- navigation ------------------------------ */
/* -------------------------------------------------------------------- */

div#nav {
	position: relative;
	margin-left: -117px;
	text-align: right;
	float: left;
	width: 125px;
}

div#nav a:link, div#nav a:visited {
	display: block;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #793304;
	padding: 5px 5px 5px 0;
}

div#nav a:active, div#nav a:hover, div#nav a#current {
	background: #FFC758 url(/images/link.gif) top right repeat-y;
}

/* -------------------------------------------------------------------- */
/* ----------------------- local navigation --------------------------- */
/* -------------------------------------------------------------------- */
p#local_nav {
	background: transparent url(/images/bg.gif) repeat-y;
}

p#local_nav a:link, p#local_nav a:visited {
	color: #C47207;
	font-weight: bold;
	background-color: #FDF4D3;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
}

p#local_nav a:hover, p#local_nav a:active, p#local_nav {
	color: #793304;
	background-color: #FFC758;
}

/* -------------------------------------------------------------------- */
/* ------------------------- text styles ------------------------------ */
/* -------------------------------------------------------------------- */

h1, h2, p {
	text-align: left;
	padding: 0 35px 0 83px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	
	font-size: 16px;
	font-weight: bold;
	color: #793304;
}

h2 {
	
	font-size: 13px;
	padding-top: 20px;
}

p {
	font-size: 12px;
	color: black;
	line-height: 1.5em;
}

strong {
	color: #C47207;
}

/* ------------------------- giant chair crecits ---------------------- */
div#credit p {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 0 10px 0;
}

/* ------------------------- in content links ------------------------- */
a:link {
	color: #C47207;
}

a:active, a:hover, a:visited {
	color: #793304;
}

/* -------------------------------------------------------------------- */
/* ------------------------ other styles ------------------------------ */
/* -------------------------------------------------------------------- */

img {
	border: 2px solid #793304;
	margin-left: 15px;
}

img.left
{
	margin-right: 15px;
	margin-left: 0px;
}

p.photogallery img
{
	margin: 2px;
}

/* ------------- images used in design, not page content -------------- */
img.layout {
	border: 0;
	float: none;
	margin: 0;
}