body {
	background:#fbfdf6;
	font-family:"Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#968765;
	margin:20px auto;
	text-align:center;
	line-height:1.4em;
	width:960px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5em;
	letter-spacing:-0.06em;
	text-transform:uppercase;
	font-weight:normal;
}

a:link, a:visited {
	font-family:georgia, times, serif;
	font-weight:bold;
	color:#c17086;
	text-decoration:none;
	border-bottom:1px solid #91476c;
	font-size:.8em;
}

a:hover {
	border-bottom:1px dotted #91476c;
}

a img {
	border:none;
}

header, section, article, footer {
	padding:10px 20px 20px;
	margin:10px;
	border:1px solid #e7e2d7;
	border-radius:8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	/* background:#fff url(2a.png) repeat-x 0px -120px;   */
/*  \tmp_sarah\site_css  
    \tmp_sarah\site_image\sprites2a.png)
    ../tmp_sarah/site_image/sprites2a.png
    
*/
}

header {
	display:block;
	position:relative;
	text-align:left;
}

header img {
	position:absolute;
	left:20px;
	top:18px;
}

header h1 {
	font-size:2.3em;
	text-transform:none;
	letter-spacing:0em;
	text-align:center;
}

header h2 {
	margin:-10px 0px 20px;
	font-size:1.3em;
	text-align:center;
}

nav {
	text-align:Center;
	display:block;
	font-size:0.7em;
}

nav ul {
	padding:0px;
	list-style-type:none;
	display:inline;	/*  jvf
	text-align: right;
	letter-spacing: 0.5em; */
	/*  jvf  letter-spacing: 0.5em; */
	text-align: center;
	/*  jvf  */
}

nav li {
	margin:0px 10px;
	padding:0px;
	list-style-type:none;
	display:inline;	
}

nav a:link, nav a:visited {
	font-size:1.4em;
	font-weight:normal;
}

article {
	display:block;
	float:Center;
	text-align:left;
	/* position:absolute; 
	width:658px;
	*/
}

article h1 {
	/*background:transparent url(2a.png)  0px 0px;
	
	background:transparent url(2a.png) no-repeat 0px 0px;
	*/
	color:#968765;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
	/* text-shadow:0 1px 0 #403232;  */
	/* letter-spacing:0em;  */
	word-spacing: 0.5em;
}

article h2, article h3, article h4, article h5, article h6  {
	/* background:transparent url(2a.png) no-repeat 0px -40px; */
	color:#968765;
	padding:7px 10px 12px 30px;
	margin-left:-30px;
	/* text-shadow:0 1px 0 #913951;*/
}

article p:first-of-type {
	font-family:Helvetica, Arial, serif;
	text-transform:uppercase;
	border-top:1px dotted #968765;
	border-bottom:1px dotted #968765;
	padding:10px 0px;
	color:#c17086;
}

footer {
	display:block;
	clear:both !important;
	width:898px;
}

footer a {
	margin:0px 5px;
}