body { background-image: url(earth.jpg);
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: 5% 82%;
       background-color: #000000;
       color: #ffffff;
       margin-top: 0pt; margin-bottom: 0pt;
       margin-left: 0pt; margin-right: 0pt;
       }

ul { list-style-image: url(mars.jpg); }       

#header {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 17px;
   background-color: #000000;
}   

#sidebar {
		position: fixed;
		left:0px;
		top:17px;
		width:21%;        		
	}
  
#sidebar a { text-decoration: none; }  

#page {
    position: absolute;
    top: 17px;
    left: 22%;
    width: 69%;
    }
    
#right_side {
    position: absolute;
    top: 17px;
    left: 91%
    width: 9%;
    background-color: #000000;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 22%;
    width: 69%;
    background-color: #000000;
}    

table.text { border: 0;
             padding: 2;
             }

table.header { background-color: rgb(30,30,30);
               border: 0;
               }

table.footer { background-color: rgb(30,30,30);
               border: 0;
               }
               
font.delink { color: #ffffff; }               

a:link    { color: #eed000; }
a:active  { color: #50a050; }
a:visited { color: #ff9000; }
a.alt:link    { color: #ffffff; }
a.alt:active  { color: #ffffff; }
a.alt:visited { color: #ffffff; }

table.albums { width: 100%;
background-color: rgb(0, 0, 0);  }
table.year { width: 100%;
            background-color: rgb(80, 30, 30); }
td.year { font-family: sans-serif;
          font-size: large;
          font-weight: bold;
          text-align: center; }
td.preview { width: 128; }
img.preview { width: 128; height: 96; }
td.album { font-family: sans-serif; font-size: medium; font-weight: bold; text-align: center; }
td.date { font-family: sans-serif; font-size: small; text-align: right; vertical-align: top;
}
tr.boat { background-color: rgb(30,30,120); }
tr.travels { background-color: rgb(120,30,30); }
tr.family { background-color: rgb(30,120,30); }
tr.friends { background-color: rgb(180,180,00); }
a.img { color: rgb(0,0,0); }

