    body {
        background-image: url(../images/background1.jpg);
        background-repeat: repeat-x;
        background-color: #ffffff;
	font: 11px/1.5 Arial, Verdana, sans-serif;
        margin: 0px;
        padding: 0px;
      }

      div#container {
        position: absolute;
        left: 15px;
        top: 40px;
        width: 725px;
        border: 1px solid #000000;
        background-color: #ffffff;
        z-index: 0;
      }

      div#heading {
        width: 500px;
        height: 100px;
        margin-top: 20px;
        margin-left: 150px;
        font-size: 13px;
        font-weight: bold;
        color: #666666;
        z-index: 1;
      }

      div#heading span {
        display: none;
      }

      div#tag {
        position: absolute;
        width: 145px;
        left: 520px;
        top: 30px;
        padding: 5px;

        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
        width: 180px;
        height: 80px;
        background: transparent url(../images/tag.jpg) no-repeat top left;
        z-index: 3;
      }

      div#contact {
        float: right;
        padding-right: 40px;
        height: 15px;
        font-size: 11px;
        font-weight: bold;
        color: #666666;
        z-index: 1;
      }

      div#navigation {
        position: absolute;
        left: 15px;
        top: -35px;
        width: 120px;
        height: 500px;
        background: url(../images/nav.jpg) no-repeat;
        border: 1px solid black;
        z-index: 1;
      }

      div#navigation ul {
	list-style: none;
        margin: 170px 0px 0px 20px;
	padding-left: 0;
      }

      div#navigation li{
        padding: 10px;
        background-color: transparent;
        font-size: 15px;
        font-weight: bold;
        color: #A52A2A;
      }

      div#navigation li a:link, li a:visited {
         color: #000000;
         text-decoration: underline;
      }

      div#navigation li a:hover{
        color: #A52A2A;
        text-decoration: underline;
      }

      div#content {
        position: relative;
        left: 150px;
        top: 20px;
        width: 550px;
      }

      div#intro {
        width: 500px;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
        color: #666666;
      }

      div#main {
        width: 310px;
        padding: 10px;
      }

      div#main a {
         color: #000000;
         text-decoration: underline;
      }

      div#main a:hover{
        color: #A52A2A;
        text-decoration: underline;
      }

      .diary {
        position: relative;
        top: -30px;
        left: -5px;
      }

      .month {
        padding-top: 15px;
        font-weight: bold;
        color: #D67F75;
      }

      div#bullets {
        position: relative;
        top: -10px;
      }

      .cForm {
        position: relative;
        left: -20px;
      }

      div#decoration1 {
        position: absolute;
        top: 230px;
        left: 475px;
        width: 232px;
        height: 292px;
        background-color: #D67F75;
        border: 1px solid black;
      }

      div#decoration1 .coaches {
        position: absolute;
        left: 5px;
        top: 5px;
        padding: 0px;
        margin: 0px;
        width: 220px;
        height: 280px;
      }

      div#decoration1 .about {
        position: relative;
        top: 120px;
        left: 5px;
        padding: 15px;
        color: #D67F75;
        font-weight: bold;
        z-index:2;
      }

      div#decoration1 ul {
        position: relative;
        top: -15px;
      }

      div#choice {
        position: absolute;
        top: 207px;
        left: 475px;
        width: 232px;
        height: 312px;
        background-color: #D67F75;
        border: 1px solid black;
      }

      div#choice .info {
        position: absolute;
        left: 5px;
        top: 5px;
        padding: 0px;
        margin: 0px;
        width: 220px;
        height: 300px;
      }

      div#copyright {
        position: relative;
        left: 150px;
        top: 0px;
        margin-bottom: 5px;
        font-size: 11px;
        color: #c0c0c0;
      }

      div#copyright a:link, a:visited {
        color: #c0c0c0;
      }

      div#copyright a:hover{
        color: #A52A2A;
      }