  html, body {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background: black; }
  a:link {
    text-decoration:none;
    color: #00A; }
  a:visited {
    text-decoration:none;
    color: #00A; }
  a:hover {
    text-decoration:none;
    color: #66F; } 
  html.playerwindow {
    padding:10px;
    background:#DDE; } 
  html.playerwindow body {
    background:transparent; }
    
  #wrap {
    border: 1px #99c;    
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    width:975px;
    margin:0 auto;
    background:#DDE; }
  #header {
    background:black; /* url('./images/banner.png') no-repeat center center; */ 
    height:96px;
    width:975px;
    margin:0;
    padding:0;
    top:0; }
  #navbar {
    background:#226 url('./images/navbar_bg.png') repeat-x;
    border-top-style:solid;
    border-top-color:#99c;
    border-bottom-style:solid;
    border-bottom-color:#BBB;
    border-width:1px;
    padding-top:2px;
    padding-bottom:2px;
    height:24px;
    width:100%; }
  #main {
    float:left;
    width:709px;
    padding:10px;
    border-right:1px solid #BBB;
    background:white; }
  h2.noMargin {
    margin:0 0 0.25em; }
  p.quotee {
    padding-left:18px;
    color:#00A; }
  p.quote {
    margin-bottom:0.2em;
    font-style: oblique; }
  p.clients {
    font-size: 1.2em;
    margin:0 0 0.3em;
    color:#00A; }
  #sidebar {
    float:right;
    width:225px;
    padding:10px;
    background:#DDE;
    color:black; }
  #player {
    margin-left:auto;
    margin-right:auto;
    width:213px;
    background:#EEF;
    border:1px solid #77F;
    padding:5px;
    outline:2px solid white; }
  #lineLeft {
    width:300px;
    margin-top:1em;
    margin-bottom:1.5em;
    border-top:1px solid #AAF; }
  #line {
    width:85%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:1em;
    border-top:1px solid #AAF; }
/*  #item {
    background:#EEF;
    border:1px solid #77F;     
    padding:5px; }
  #item:hover {
    border:1px solid #77F;
    outline:2px solid white;
    padding:5px; } */
  #item p {
    margin:0 0 5px;
    font-size:0.8em; }
  #item a, div.item a:hover {
    color:#00A; }
  #footer {
    clear:both;
    padding:5px 10px;
    border-top:1px solid #BBB;
    background:#DDE;
    color:gray;
    text-align:center; }
  #footer p {
    margin:2px; }
  ul.navbar {
    width:auto;
    list-style-type:none;
    margin:0;
    padding:0;
    margin-left:50px;
    border-width:1px;
    border-left-style:solid;
    border-left-color:#222266;
    overflow:hidden; }
  li.navbar {
    float:left; 
    font-size: 9pt;
    font-weight:bold;
    display:block;
    border-right:1px solid #226;
    width:120px;
    text-align:center;
    margin:0px;
    height:auto;
    text-transform:uppercase; }
  li.navbar a {
    display:block;
    padding:4px;
    font-style:normal;   
    color:gray; }    
  li.navbar a:link {
    display:block;
    padding:4px;
    font-style:normal;
    color:white; }
  li.navbar a:visited {
    display:block;
    padding:4px;
    font-style:normal;
    color:white; }
  li.navbar a:hover {
    display:block;
    padding:4px;
    font-style:normal;
    color:#FFFF05; }
  h1, h2, h3, h4 {
    margin:0 0 1em;
    font-weight: normal; }
  p {
    margin:0 0 1em; }
  p.error {
    color: red; }
  p.thankyou {
    font-weight: bold; }

  img {
    border:0;
    margin:0;
    padding:0; }
  img.email {
    margin-bottom:-3px; }
  * html #footer {
    height:1px; }
  img.floatLeft { 
    float: left; 
    margin: 4px;
    margin-right: 4px;
    margin-bottom: 6px; }
  img.floatRight { 
    float: right; 
    margin: 4px;
    margin-left: 4px;
    margin-bottom: 6px; }
