/* The Family Pack - Home Website CSS File */

   body {
    margin: 0;
    padding: 0;
    background-color: #fff;
   }

   img { border-style: none; float: left; }

   h1 {
    height: 116px;
    margin: 0;
    background: 8px 8px #eef;
    text-align: center;
    padding: 8px 15px 8px 20px;
   }

   #page {
    position: relative;
    margin-top: 40px;
    padding-top: 0px;
   }

   a:link, a:visited, a:hover, a:active { text-decoration: none }

   #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    line-height: 200%;
    font-size: 11px;
   }

   #menu a {
    display: block;
    margin: 5px 0 0 20px;
    border-bottom: 2px solid #999;
    border-right:  1px solid #999;
    color: #840;
    padding-left: 17px;
    padding-right: 5px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
   }

   #menu a:link, #menu a:visited, #menu a:active {
    color: #840;
   }

   #menu a:hover, #menu a.hover:link, #menu a.hover:visited, #menu a.hover:active {
    background-color: #eee;
    background-image:url(smallspade.gif);
    background-repeat: no-repeat;
    background-position: left;
   }

   #menu a.thispage {
    background-image:url(smallspade.gif);
    background-repeat: no-repeat;
    background-position: left;
   }

   #content {
    margin: 0 20px 0 185px;
   }

#create-date {
 font: italic 1em "Times New Roman", serif;
 margin: 0 10px 0 10px;
}

#home-menu {
 text-align: center;
}

#valid {
 margin: 0 10px 0 10px;
 float: right;
}
