/* -------------------------------- 
RESETS & BASIC PAGE SETUP
-------------------------------- */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; background: #000; }
ul { text-align: center; font: bold 1.8em Arial, Helvetica, sans-serif; margin-bottom: 1.8em; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none; }
h1 { font: bold 2.8em Arial, Helvetica, sans-serif; text-align: center;}

/* -------------------------------- 
TOOLBOX
-------------------------------- */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* -------------------------------- 
PAGE STRUCTURE
-------------------------------- */
#page-wrap { width: 982px; margin: 0 auto; background: #fff; }
#header { width:982px; height:271px; }
#content { width: 962px; padding: 10px; background: #fff; min-height: 500px; clear: both; }
#content p { font: 1.8em Arial, Helvetica, sans-serif; }
#footer { width: 982px; height: 218px; padding-right: 15px; padding-left: 15px; text-align: center; font: bold 2.1em Arial, Helvetica, sans-serif; background: url(../images/footer.jpg) no-repeat; }
.bottomwhite {
	color: #ffffff;
}
.bottomyellow {
	color: #fff200;
}
