body {
	background-color: #000;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON, tweak as needed*/

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, 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;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapperInner {
	margin: 50px;
	width: 500px;
	border: 1px dashed #FFF;
}
h1 {
	font-family: adobe-garamond-pro-1, adobe-garamond-pro-2, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #390;
	font-size: 1.75em;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
a {
	text-decoration: none;
}
p {
	font-family: cora-1, cora-2, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .90em;
	line-height: 1.4em;
	color: #464646;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
