
/* The 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, 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;
}

:focus {
	outline: 0;
}

body {
    font-size: 62.5%;
    line-height: 1;
}

/* -------------------------------------------- */


body {
    color: #f8f8f8;
	background: #150f0c;
	font: normal 11px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
	color: #b42408;
	text-decoration: none
}

a:hover {
	color: #320e07;
}

a:active {
	color: #468;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	padding: 0 0 8px 0;
}

#page {
    margin: 0 auto;
	width: 630px;
	
}

#content {
    text-align: left;
}

#header {
    margin: 40px 0;
    text-align: center;
}

#footer {
    text-align: center;
}

#footer a {
    color: #f8f8f8;
}

#fullcolumn {
    text-align: left;
}

#tempintro {
    margin: 90px 0;
    text-align: center;
    letter-spacing: 2px;
}


