/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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,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;}blockquote, q {quotes: 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-wrapper {
	width: 100%;
}

.wrapper, #footer {
	width: 500px;
	margin: 0 auto;
}
#white {
	background-color: white;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
padding: 20px 0;
	margin: 10px 0;
}
#white h3 {
	padding: 0;
	margin: 0;
}


html {
	background-color: #e9e9e9;
}

body {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-shadow: white 0 1px 0;
}



h1 {
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -2px;
	color: gray;
	text-transform: lowercase;
	margin-top: 20px;
}

h2 {
	font: bold 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	color: silver;
	margin-top: -8px;
	text-transform: lowercase;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	padding-top: 20px;
	color: #4a4a4a;
}



p {
	font-size: 1.1em;
	padding-bottom: 15px;
}



p.footer {
	font-size: 0.7em;
}
p.body {
	font-size: 0.9em;
}
ul, ol, li {
	font-size: 0.9em;
	padding-top: 0;
	margin-top: 0;
}
p.top {
	font-size: 1em;
}


hr {
	border-bottom-color: white;
	border-top-color: white;
}

a:link, a:visited {
	font-weight: bold;
	color: gray;
	text-decoration: none;
}

a:hover, a:active {
	color: black;
	text-decoration: underline;
}
