/***************************************************************************************************
START OF CSS RESET - Eric Meyer - http://meyerweb.com
***************************************************************************************************/
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;
}
/*remember to define focus styles!*/
:focus
{
}
BODY
{
	line-height: 1;
	color: #000000;
	background: #000000;
}
OL, UL
{
	list-style: none;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
/*END OF CSS RESET - Eric Meyer - http://meyerweb.com
***************************************************************************************************/


#siteContainer
{
    width: 950px;
    margin: 2em auto 0em auto;
}

#header
{
    height: 4em;
}

#logo
{
    float: left;
    margin-right: 5em;
}

#headerText
{
    padding: 0.8em 0em 0em 0em;
    font-family: Verdana;
    font-size: 1.5em;
}

#mainContent
{
    padding: 10em 0em 0em 0em;
    background-color: #000;
}

#footer
{
    margin-top: 0.5em;
    text-align: center;
    clear: both;
    color: White 
}
