/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, ol, ul, li,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* MAIN SITE STYLING */

body {
	background: #000;
	margin: 0px;
	padding: 0px;
	font: 100%/1.2em Arial, Helvetica, sans-serif;
	color: #666;
}
table {
	margin-top: 50px;	
}
p {
	padding: 0;
	margin: 0 0 1.2em 0;
	font-size: 0.8em;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 1.2em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #1e1e1e;
}
h2 {
	font-size: 0.875em;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #1e1e1e;
	margin: 2.4em 0 0 0;
}
h3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1.2em 0 0 0;
	color: #1e1e1e;
}
a {
	color: #009de0;
	text-decoration: none;
}
a:visited {
	color: #930;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #009de0;
}
#header {
	border-bottom: 10px solid #CCC;
	margin: 0 2.4em 1.2em;
}
#contentWrapper {
	background-color: #FFF;
	width: 740px;
	margin: 0 auto;
}
#content {
	padding: 2.4em;	
}
#footer {
	width: 740px;
	margin: 0 auto;
}
#footerLinks {
	float: right;
	padding: 1.2em 0 0 0;
}
#footerLinks li {
	display: inline;
}
#footerLinks li a {
	color: #FFF;
	font-size: 0.8em;
	padding: 0 10px;
}
#footerLinks li a:hover {
	color: #009de0;
}
.seperator {
	border-right: 1px solid #666;
}