/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Century Schoolbook", Century, Georgia, serif;
	text-shadow: 0 0 1px #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align: center;
}

h1 {
	color: #c2af8d;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 11px;	

}

h2, p {
	color: #9f9075;
	font-size: 12px;
}

	h2 {
		text-transform: uppercase;
		letter-spacing: 0.05em;
		margin-top: 36px;
	}
	
	h2 span {
		text-transform: none;
		font-style: italic;
	}
	
	p {
		line-height: 20px;
	}


hr {
	border-top: 1px solid #d5cec0;
	border-bottom: 0;
	width: 248px;
	margin: 36px auto;
}

	.piece hr {
		width: 136px;
		margin-top: 24px;
		margin-bottom: 22px;
	}
	
a {
	text-decoration: none;
	color: #71634a;
	font-style: italic;
}

	a span {
		font-size: 14px;
	}
	
.piece {
	padding-bottom: 38px;
	margin-bottom: 38px;
	border-bottom: 1px solid #d5cec0;
}
