  * {
    margin:0px;
    padding:0px;
    font-family:Georgia,Verdana,New Times Roman,serif;
  }
  BODY {
    color:#000;
    background-color:#FFF;
  }
  DIV {
    position:relative;
    margin:0px;
    padding:0px;
  }
  H1 { font-size:27px; color:#680095; }
  H2 { font-size:22px; color:#008B8B; }
  H3 { font-size:18px; color:#00CED1; }
  H4 { font-size:14px; color:#808080; }
  H5 { font-size:12px; color:#696969; }
  H6 { font-size:10px; color:#DCDCDC; }
  H1, H2, H3, H4, H5, H6 {
    margin:1.5em 5% 0.1em 5%;
  }
  P {
    margin:0.5em 5% 0.1em 10%;
  }
  A { color:#680095; text-decoration:none; }
  A:hover { color:#00CED1; }
  A:visited { color:#008B8B; }
  IMG { border:none; }

  DL { margin:0em 5% 0.1em 7%; }
  DT {
    margin:0.5em 2% 0em 1%;
    font-weight:bold;
    color:#008B8B;
  }
  DD { margin:0em 2% 0em 5%; }
  DD.example {
    padding-left:1.5em;
    color:#680095;
  }


  #body {
    width:900px;
    margin:10px auto;
    background-color:#FFF;
  }


  #body #header {
    width:900px;
    height:150px;
    background-image:url(http://itspuzzling.com/_inc/img/crosswords-bg.png);
    background-repeat: no-repeat;
    background-color:#65595B;
  }
  #body #header #title {
    position:absolute;
    top:0px;
    right:0px;
    width:435px;
    height:100px;
  }
  #body #header #title H1 {
    height:83px;
    padding:0px;
    margin:0px;
    background-image:url(http://itspuzzling.com/_inc/img/crosswords-title.png);
    background-repeat: no-repeat;
  }
  #body #header #title H1 SPAN { display:none; }
  #body #header #title H2 {
    font-variant: small-caps;
    letter-spacing:15px;
    text-align:center;
    margin:0px;
    color:#FFF;
  }


  #body #header #menuBar {
    position:absolute;
    left:0px;
    bottom:-25px;
    border-bottom:1px solid #680095;
  }


  #body #main {
    background-image:url(/inc/img/body-bg.gif);
    background-repeat: repeat-y;
  }
  #body #main #sidebar {
    float:right;
    width:195px;
    height:400px;
  }
  #body #main #sidebar #myPhoto {
  }
  #body #main #sidebar #myPhoto IMG {
    display:block;
    margin:0px auto;
  }
  #body #main #sidebar #myPhoto P {
    text-align:center;
    font-size:12px;
  }
  #body #main #sidebar #donation {
    margin:10px;
    padding:5px;
    border:1px solid #00CED1;
    text-align:center;
  }
  #body #main #sidebar #donation P {
    font-size:10px;
    margin:0px;
    padding:0px;
    color:#888;
    text-align:center;
  }
  #body #main #sidebar #donation FORM {
    margin:0px;
    padding:0px;
  }
  #body #main #sidebar #recentEntries {
  }
  #body #main #sidebar #recentEntries DL {
    margin:0px 0px 0px 10%;
  }
  #body #main #sidebar #recentEntries DT {
    padding-left:5%;
    font-size:15px;
  }
  #body #main #sidebar #recentEntries DD {
    padding-left:15%;
    text-indent:-5%;
    font-size:12px;
  }
  #body #main #sidebar #plugs {
    width:100%;
    margin:20px 0px;
    text-align: center;
  }
  #body #main #sidebar #plugs SPAN {
  }


  #body #main #content {
    width:550px;
    padding-top:50px;
    padding-left:150px;
  }
  #puzzle #body #main #content {
    width:700px;
    padding-left:0px;
  }
  #body #main #content .pageTitle {
    margin-top:0px;
  }
  #body #main #content #puzzle-frame {
    margin:0px;
    padding:0px;
    border:none;
  }


  #body #main #content #applet {
    width:600px;
    height:450px;
    margin:auto;
  }


  #footer {
    clear:both;
  }
  #footer #copyright {
    font-size:10px;
    color:#888;
    text-align:center;
  }


  #googleAds {
    position:absolute;
    top:50px;
    left:0px;
    width:150px;
  }

