/* == Basic reset ============================================================= */
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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

body { font-family: "Lucida Grande", sans-serif; line-height: 1.2em; font-size: 14px;  width: 900px; margin: 0 auto;  }
a { color: #909090; }
a:hover { color: #197ec3; }
.content { 
	padding: 20px;
	margin: 10px auto 10px auto;
	-webkit-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .2);
 	border-radius: 40px;
}
.content .hd-1 { 
	background: url(header.png) 0 0 no-repeat; 
	width: 826px;
	height: 77px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.content .intro { 
	width: 620px;
	text-align: center;
	margin: 16px auto 0 auto;
}
.content .hd-3 { font-weight: 700; }
.mechanics { padding: 10px 20px; }

.list-1 { margin: 20px 0 20px 0; }
.list-1 li {
	font-size: 12px;
	list-style-type: decimal;
	margin: 0 0 0 25px;
}

.notes { font-size: 12px; }
.mt-1 { margin-top: 16px; }
.m-center { 
	margin: 0 auto; 
	text-align: center;
}
