@charset "utf-8";

/* RESETS */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	padding-bottom: 8px;
}




/* ELEMENTS */

body {
	color: #191919;
	background: #9bf1eb url(images/back_skywrap.png) repeat-x top center;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 0.850em;
	line-height: 1.5em;
	text-rendering: optimizeLegibility !important;
}

a:link, a:visited {
	color: #9e050a;
	font-weight: 600;
	text-decoration: none;
}

a:active {
	color: #4c0005;
}

a:hover, a:focus {
	color: #bd000d;
	font-weight: 600;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

hr {
	height: 1px;
	width: 350px;
	border: 0;
	border-bottom: 1px dotted #bf1e2d;
	margin: 20px 0;
}

p {
	font-size: 1.2em;
	line-height: 1.25em;
}

h1 {
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.25em;
	font-weight: 600;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: 600;
}



/* LAYOUT */

#wrapper {
	margin:0 auto;
	width: 700px;
}

#page {
	text-align: center;
}

#page img {
	margin-bottom: 36px;
}

#page p {
	padding: 0px 64px 18px 64px;
}

p.legalese {
	font-size: 0.75em;
	color: #666666;
	margin-top: 36px;
}
