* { margin: 0; padding: 0; }

html, body{ height:100%; }

a { color: #D3A535; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

hr {
	height: 1px;
	border: 0;
	width: 50%;
	color: #ccc;
	background: #ccc;
	margin: 30px auto;
	clear: both;
}

body {
	background: #fff url("images/bg.png") top center repeat-x; /*ffffcc*/
	height: 100%;
	font-family: "Times New Roman", TimesNewRoman, Times, Baskerville, Georgia, serif;
	letter-spacing: .01em;
	font-size: 1.1em;
	font-weight: lighter !important;
	color: #777; 
	/* #999 */
}

p { font-size: .85em; margin-bottom: 20px; }

.quote {
/*	font-style: italic; */
	font-size: .9em;
	margin-bottom: 0;
}

.intro {
	width: 75%;
	font-size: 1.1em !important;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
}

.subheader {
	margin-bottom: 0;
}

#wrapper {
	background: #fff url("images/bgLeft.png") top left no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 100% !important;
	max-width: 1200px;
}

#main {
	background: url("images/bgRight.png") top right no-repeat !important;
	height: 100% !important;
}

#header {
	display: inline-block;
	background: url("images/feather.png") top center no-repeat;
	width: 100%;
	margin: 50px auto 60px;
	padding: 60px 0 0 0;
	text-align: center;
	clear: both;
}

#footer {
	display: inline-block;
	width: 100%;
	margin: 30px auto 25px;
	text-align: center;
	color: #aaa;
	clear: both;
	
}

h1 {
	font-weight: lighter;
	font-size: 1.1em;
	letter-spacing: .02em !important;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: lighter;
	font-size: 1.0em;
	letter-spacing: .02em !important;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	color: #777;
	font-size: .8em;
}

p + h3 {
	margin-top: 30px;
}

#nav {
	margin: 0 75px 0 115px;
	display: inline-block;
	list-style: none;
	vertical-align: top;
}
#nav li {
	margin-bottom: 30px;
	padding-right: 10px;
}
#nav li span.popout {
	position: absolute;
	margin: 0 0 0 -2000px;
	z-index: 200;
	font-size: 0.9em;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#nav li span.popout a {
	border: 1px solid;
	background: #fff;
	padding: 7px;
	display: block;
	letter-spacing: .02em !important;
	margin-bottom: -1px;
}
#nav li:hover span.popout {
	margin: -5px 0 0 10px;
	opacity: 1;
}

#content {
	display: inline-block;
    width: 50%;
	vertical-align: top;
}
