/* Master CSS */html, body {	background: #000000; font: 0.9em 'Arial', Arial, sans-serif; color: #FFFFFF; margin: 0; background-image:url('../images/bg_bird4.png'); background-repeat:no-repeat; background-attachment:fixed; background-position:top right; }p { margin: 10px 0; }h2 { font-weight: bold; text-transform: lowercase; font-size: 2.8em; margin: 20px 0; }h3 { font-weight: bold; text-transform: lowercase; font-size: 2.0em; margin: 20px 0; }h4 { font-weight: bold; font-size: 1.4em; margin: 10px 0;}strong { font-weight: bold; }div#intro { margin: 0 0 20px 0; }div#intro h1 { font-size: 9em; letter-spacing: -0.08em; margin: 10px 20px 0 20px; padding: 0; height: 170px; color: #FFFFFF; font-weight: bold; text-transform: lowercase; }div#intro h1 span { color: #FFFFFF; }div#intro small { font-weight: bold; margin: 0 72px; display: block; font-size: 1.2em; text-transform: lowercase; width: 375px; }div#nav { margin: -60px 0 0 0; float: right; }div#nav ul { padding: 0; }div#nav ul li { list-style: none; padding: 30px 0 16px 0; text-align: right; }div#nav ul li a { font-family: Arial Black, Arial, sans-serif; text-decoration: none; padding: 20px 30px; color: #000000; background: #FFFFFF; font-size: 1.4em; text-transform: lowercase; }.off { padding: 20px 30px; }.on { padding: 20px 120px 20px 10px; }div#content { margin: 80px 30px 20px 72px; width: 60%; }sdiv#content p { font-family: Helvetica, Arial, sans-serif; }div#content a { color: #FFFFFF; text-decoration: none; }div#content a:hover { text-decoration: underline; }div#footer { color: #333333; font-size: 0.9em; font-family: Helvetica, Arial, sans-serif; padding: 0 0 10px 72px; }div#footer a { color: #444444; font-size: 0.9em; font-family: Helvetica, Arial, sans-serif;}div.fix_bottom { position: absolute; left: 0; bottom: 0; }