/* Screen CSS */
/* font-size:62.5% means 1em = 10px */

html, body, div, ul, ol, li, h1, h2, h3, h4, h5 ,h6, p, a, img, address, label,object, embed { margin:0; padding:0; border:none; outline: none; }
html { background-color: #fff; }

body { color:#fff; background-color: transparent; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size:62.5%; }
body { Position: relative; width: 1140px; margin: 0px auto; }

p { font-size: 1em; line-height: 1.5em; color: #888; }

.textOnly { display: none; }
.clearBoth { clear: both; }
:focus { outline: none; }

/* ACTUAL CONTENT */
div#header { width: 930px; height: 100px; }

/* MAIN PANELS */
div#content { position: relative; width: 1140px; margin-top: 0px;}
div#central { height: 584px; }
div#footer { width: 900px; clear: both; margin-top: 0px; padding-left: 30px; }
div#credits { text-align: right; padding-right: 30px; }
div#credits span {float:left;}

div#credits ul#footerNav { list-style-type: none; color: #888; padding-right: 10px; }
div#credits ul#footerNav li { display: inline; padding-left: 15px; }
div#credits ul#footerNav li.leftHS { float:left; padding-left: 10px; }

a.footerLink { color: #888; text-decoration: none;}
a.footerLink:hover { text-decoration: underline;}
