/* O-Yuki's style sheet for williamandtara.com */

BODY {
      background-color:#000; 
      margin:10px 10px 10px 10px;
       }
      
#header {
         padding:2px; 
         border:1px solid #CC1; 
         height:114px; 
         width:98%;
          }
 
#header-img-left {
                  float:left;
                  border:none;
                   }

#header-img-right {
                   float:right;
                   border:none;
                    }

#body {
       margin:20px 0px 0px 0px;
        }

#photo-section {
                float:left; 
                width:75%;
                 }

#menu-section {
               float:right; 
               width:20%;
                }

.photo-box {
            width:270px; 
            height:332px; 
            padding:5px; 
            margin:5px; 
            border:5px double #330; 
            float:left; 
            position:relative; 
            top:0px; 
            left:20px; 
            background-color:#000;
             }

.caption {
          color:#996; 
          font-family:arial,sans-serif; 
          margin-top:0px;
          text-align:center;
           }

P {
   color:#996; 
   font-family:arial,sans-serif; 
   margin-top:0px;
    }

A {
        color:#9C3;
        font-weight:bold;
        text-decoration:none;
         }

A:visited {
           color:#693;
            }

A:hover {
         color:#9C3;
         text-decoration:underline;
          }

H1 {
    color:#CC1; 
    font-family:arial,sans-serif; 
    font-size:1.5em; 
    font-style:bold; 
    margin-top:0px;
     }

H2 {
    color:#996; 
    font-family:arial,sans-serif; 
    font-size:1.25em; 
    font-style:bold;
    border-bottom:1px solid #996;
     }

IMG.photo {
           width:270px;
           height:270px;
           border:0px;
            }

IMG.bkgd-link {
               width:100px;
               height:75px;
               border:1px solid #9C3;
                }
