      /* General CSS Stuff */
      body {
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
      }
      img {
        border: 0px;
        padding: 0px;
        margin: 0px;
      }
      p {
        margin: 0px;
        padding: 0px;
      }
      p.child {
        margin-left: 3px;
      }
      p.parent {
        margin-top: 5px;
      }
      
      /* Header CSS */
      #header {
        background-color: #FF0000;
        position: absolute;
	border: 0px;
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        right: 0px;
        height: 68px;
        width: 100%;
        font-family: Verdana, Arial, sans-serif;
        font-size: 16px;
        font-weight: bolder;
      }
     #header img {
        position: absolute;
        top: 0px;
        left: 0px;
     }
     #topbar {
        position: relative;
        margin-left: 301px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        font-weight: bolder;
        padding-top: 15px;
        text-align: left;
        color: #FFBFBF;
      }
      #topbar a:hover {
        text-decoration: underline;
      }
      /* Entire Site CSS */
      #site {
        margin-right: 10px;
      }

      /* Main Content CSS */
      #content {
        background-color: #FFBFBF;
        position: absolute;
        border: 2px solid #FF0000;
        padding: 0px;
        left: 170px;
        top: 76px;
        right: 0px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
      }
      #body {
        padding: 5px;
       background-image: url("love-bg.gif"); 
      }
      #body p {
        padding-bottom: 10px;
      }
      #head {
        background-color: #FF0000;
        font-size: 15px;
        height: 15px;
        padding: 0px;
        font-weight: bolder;
        color: #FFBFBF;
      }
      #content p.subhead {
        font-size: 13px;
        padding-bottom: 2px;
        font-weight: bolder;
      }
      #content p a {
      }
      #content p a:hover {
        text-decoration: underline;
      }

      /* Navigation Bar CSS */
      #navbar {
        padding: 5px;
        padding-top: 0px;
        position: absolute;
        /* background-color: #FF4444; */
        background-color: #FFFFFF;
        display: block;
        left: 0px;
        top: 76px;
        right: 0px;
        height: 310px;
        width: 145px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
      }
      #navbar ul {
        width: 150px;
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        background-position: left;
        background-color: #FF4444;
      }
      #navbar li {
        display: block;
        width: 150px;
        list-style: none;
        margin: 0px;
        text-indent: 5px;
        padding: 0px;
        vertical-align: bottom;
        background-color: #FF4444;
        border-right: 2px solid #FF0000;
      }
      #navbar li.parent {
        display: block;
        text-indent: 0px;
        font-weight: bolder;
        padding-bottom: 3px;
        background-color: #FF0000;
        padding-left: 2px;
        padding-right: 0px;
        border-left: 4px solid #FF0000;
        border-top: 1px solid #FF0000;
        border-right: 0px;
        border-bottom: 1px solid #FF0000;
        color: #FFBFBF;
      }
      #navbar li.lastentry {
        padding: 0px;
        margin: 0px;
        height: 20px;
        width: 150px;
        background-color: #FF8080;
        /* margin-bottom: 10px; */
        height: 20px;
        border-left: 3px solid #FF0000;
        border-bottom: 2px solid #FF0000;
      }
      #navbar li.child {
        padding: 0px;
        margin: 0px;
        height: 20px;
        border-left: 3px solid #FF0000;
        width: 150px;
        background-color: #FF8080;
      }
      #navbar li a {
        display: block;
        /* border: 1px solid #FF4444; */
        border: 1px solid #FF8080;
        width: 150px;
        margin: 0px;
        text-indent: 5px;
        padding: 0px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #FF8080;
        border-left: 0px;
        /* border-right: 1px solid #FF0000; */
        /* border-right: 1px solid #FF8080; */
      }
      #navbar li a:hover {
        display: block;
        background-color: #FFBFBF;
        color: #FF0000;
        background-image: url("heart.gif"); 
        background-repeat: no-repeat;
        background-position: right;
      }
      #navbar li input.box {
        background-color: #FFBFBF;
        border: 1px solid #FF0000;
        font-family: Verdana, Arial, sans-serif;
      }
      #navbar li input.button {
        background-color: #FF0000;
        font-family: Verdana, Arial, sans-serif;
        font-weight: bolder;
      }
      #navbar form {
        padding-bottom: 0px;
        margin-bottom: 0px;
      }

      /* Footer CSS */
      #footer {
        background-color: #FFFFFF;
        position: relative;
        top: 2px;
        right: 0px;
        height: 10px;
        width: 100%;
        padding: 0px; 
        margin: 0px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
      }
      #footer p span {
        text-align: right;
        position: absolute;
        top: 0px;
        left: 200px;
        right: 0px;
        width: 552px;
        background-color: transparent;
      }
      a {
        font-weight: bolder;
        text-decoration: none;
        color: #BF6060;
      }

