body {
	color: #666666;
	background: #ffffff;
	font: 12px/20px  Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

/* links */

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #3792b3;
}

a:hover {
	color: #ghghij;
}

/* page structure 
--------------------------------------------- */

#wrap {
	width: 940px;
	margin: 0 auto;
}

#content {
	
}

#footer {
	clear: both;
	margin: 0 auto;
	color: #c0c0c0;
}

/* header 
--------------------------------------------- */

#header {
	margin-bottom: 20px;
}

/* logo */

#logo {
	
}

#logo h1 {
	width: 300px;
	height: 34px;
	background: url(../i/layout/jenny-nelson.jpg) no-repeat left;
	margin: 40px auto 20px auto;
	text-indent: -9999em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/* navigation */

#nav,#subnav {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	position: relative;
}
#subnav {
	border: none;
	margin-top: 10px;
}
#nav ul,#subnav ul {
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
	text-align: center;
	margin-bottom: 0;
	clear: left;
}

#nav li,#subnav li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 5px;
	position: relative;
	right: 50%;
}

#nav li a,#subnav li a {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	letter-spacing: 2px;
	color: #999999;
	margin: 0 10px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 3px solid #fff;
}

#nav ul li a:hover,#subnav ul li a:hover {
	color: #444;
}

#nav ul li a:hover, #nav ul li a.active {
	border-bottom: 3px solid #eee;
}

#subnav ul li a:hover, #subnav ul li a.active {
	color: #666;
	background-color: #f3f3f3;
}
#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a18f;
}

/* main styles 
--------------------------------------------- */
#content {
	text-align: left;
}
p {overflow: hidden;
	margin-bottom: 20px;
}
/* headings */

#content h2 {
	
}

.main h2 em {
	font-style: normal;
	font-weight: normal;
	color: #999;
}

/* use the best possible ampersand */

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	color: #766557;
}

/* secondary styles 
--------------------------------------------- */

/* footer 
--------------------------------------------- */
#footer {
	clear: both;
	border-top: 1px solid #eee;
	margin-top: 20px;
	font-size: 11px;
}
#footer a {
	color: #999;
	font-weight: normal;}

/* misc. 
--------------------------------------------- */

hr, .hide {
	display: none;
}

a img {
	border: none;
}

strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
.hr {
	clear: both;
	height: 1px;
	border-bottom: solid 1px #dad9d7;
	margin: 9px 0;
	font-size: 18px;
	background-repeat: repeat-x;
}

.note {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.center {
	text-align: center;
}

.overflow {
	overflow: hidden;
}
.frame {
	padding: 4px;
	border: 1px solid #d3d3d3;
	background-color: #e6e2dc;
	border-bottom-color: #c4c4c4;
}

.event {
	margin-bottom: 20px;
}
blockquote {
	border: double 3px #eee;
	overflow: hidden;
	margin: 20px auto;
	border-right-width: 0;
	border-left-width: 0;
	padding: 10px 0;
}

blockquote p {
	
	margin: 0;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
}
cite {
	display: block;
	text-align: right;
	color: #999;
	font-weight: normal;
	font-style: normal;
}
/* floats 
--------------------------------------------- */

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

/* lists. 
--------------------------------------------- */

ul {
	list-style: none;
	margin: 0 0 20px 0;
}

li {
	text-indent: 0;
	margin: 0;
}

ul.galleries li {
	margin-bottom: 20px;
}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
