
* { padding: 0; margin: 0; }

body     { color: #fff; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-image: url(../img/layout/us-back.jpg); background-attachment: fixed; background-position: center 0; background-color: #000; background-repeat: no-repeat;}
#wrapper { 
 margin: 0 auto; width: 922px }
a  { color: #f00; text-decoration: none }
a:hover { color: #fff; background-color: #EB2326; }
#faux   { background-image: url(../img/layout/content-bg.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; margin-bottom: 5px; width: 100%; overflow: auto; border: solid 1px #000 }
#header         { background-image: url(../img/layout/content-bg.png); background-position: 0 50%; margin-top: 10px; margin-bottom: 5px; width: 922px; height: 100px; border: solid 1px #000 }
#navigation        { color: #333; background-image: url(../img/layout/content-bg.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; margin: 0 0 5px; padding: 10px; width: 902px; border: solid 1px #000 }
#navigation a           { color: #fff; text-decoration: none; text-transform: uppercase; padding: 5px 35px }
#navigation a:hover  { background-color: #EB2326; }
#rightcolumn   { display: inline; margin: 10px; padding: 0; width: 210px; float: right }
#leftcolumn     { color: #fff; display: inline; margin: 10px 10px 10px 20px; padding: 0; position: relative; width: 658px; float: left }
#footer   { color: #fff; line-height: 9px; background-image: url(../img/layout/content-bg.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 50%; margin: 0 0 10px; padding: 10px; width: 902px; clear: both; border: solid 1px #000 }
.clear { clear: both; background: none; }
