*
{	margin: 0;
	padding: 0;
}
.clear
{	clear: both;
	font-size: 1px;
}
.shadow
{	box-shadow: 1px 1px 5px #9b9489;
}
a:hover
{	text-decoration: underline;
}
body
{	font-family: "EB Garamond", "Adobe Caslon Pro", "Adobe Caslon", Caslon, Baskerville, Georgia, Palatino, "Times New Roman", Times, serif;
	
}
h1
{	background: url(/imgs/logo.png) no-repeat;
	width:232px;
	height: 160px;
	text-indent: -99em;
	display: block;
	overflow: hidden;
}
#content, #footer, #contenttop, #contentbottom, #footertop
{	width: 990px;
	margin: 0 auto;
}
#contenttop
{	margin-top: 170px;
	background: url(/imgs/shadow_top_bg.png) no-repeat bottom center;
	height: 9px;
}
#content
{	background: url(/imgs/shadow_bg.png) repeat-y top center;
}
#contentbottom
{	background: url(/imgs/shadow_bottom_bg.png) no-repeat top center;
	height: 20px;
}
#content .contents
{	margin: 0 16px;
	padding: 10px 20px 20px 20px;
	
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
#footertop
{	background: url(/imgs/shadow_footer_top.png) no-repeat bottom center;
	height: 15px;
}
#footer
{	background: url(/imgs/shadow_footer_bg.png) repeat-y top center;
}
#footer .contents
{	height: 170px;
	margin: 0 15px;
}
#footer .legal
{	height: 25px;
	margin: 0 15px;
	background-color: #000;
	color: #686560;
	text-align: center;
	padding-top: 2px;
	line-height: 23px;
	font-size: 12px;
}
/* #footer div { border: 1px solid red; } */
#footer div.logo
{	width: 240px;
	text-align: center;
}
#footer .column
{	width: 150px;
	margin-top: 20px;
	margin-left: 50px;
/*	margin-right: 25px; */
}
#footer .column, #footer .column a
{	color: #d9d1c4;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
#footer .navi ul
{	list-style: none;
}
#footer .navi ul a:hover
{	text-decoration: underline;
}
#footer .preamble
{	width: 160px;
/*	margin-right: 40px; */
}
#footer .contact
{	margin-right: 0;
}
#footer .navi
{	width: 160px;
}
#fblink
{	text-decoration: underline !important;
	padding-bottom: 3px;
	display: block;
}

#navi
{	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: url(/imgs/navi_bg.png) repeat-x top center;
}
#navi .wrapper
{	background: url(/imgs/header_text.gif) no-repeat center 25px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#navi ul
{	list-style: none;
}

#navi li
{	float: left;
	display: block;
	width: 106px;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	margin: 45px 9px 0 10px;
	padding-top: 15px;
	height: 50px;
	font-weight: 100;
}

#navi li.singleline
{	line-height: 30px;
}

#navi li.short
{	width: 83px; }
#navi li.long
{	width: 148px; }
#navi li.large
{	/* width: 232px; */
	width: 195px;
	margin: 0 10px;
	padding: 0;
}
#navi li a
{	color: #ffffff;
	text-decoration: none;
}
#navi .selected a
{	color: #df9158;
}
#navi a:hover
{	text-decoration: underline;
}

#bgimg
{	position: absolute;
	position: fixed; 
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#bgimg img
{	height: 100%;
	width: 100%;
}



h1, h2, h3, h4, h5
{	font-weight: 100;
}
h2
{	font-size: 50px;
	line-height: 65px;
	margin-top: 0px;
}
p
{	margin-bottom: 1.2em;
}
.column
{	float: left;
}
p.big
{	margin-bottom: 7px;
	font-size: 20px;
}
.pullquote
{	border: 1px solid #999;
	border-left: none;
	border-right: none;
	text-align: center;
	margin: 20px auto;
	font-size: 20px;
	line-height: 40px;
	padding-bottom: 3px;
}

.orange
{	color: #ab6400 !important;
}

hr
{	background: none;
	border: none;
	border-top: 1px solid #999;
}