body {
   font-family: sans-serif;
}

a {
   color: #0000ff;
   text-decoration: none
}

a:hover {
   background-color: #ffff00;
}

hr {
   color: #000000;
   height: 1px;
}

table {
   padding: 0px;
   border: none;
}

img {
   float:right;
}

#navigation {
   box-shadow: 4px 4px 4px #aaaaaa;
   float: left;
   width: 180px;
   margin: 8px;
   background: #ffffff; /* older browsers background */
   background: -moz-linear-gradient(#ffffff, #d0d0d0);
   background: -o-linear-gradient(#ffffff, #d0d0d0);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d0d0d0));
   background: -webkit-linear-gradient(#ffffff, #d0d0d0);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 );
}

#content {
   box-shadow: 4px 4px 4px #aaaaaa;
   position: absolute;
   left: 210px;
   margin: 8px;
   background: #ffffff; /* older browsers background */
   background: -moz-linear-gradient(#ffffff, #d0d0d0);
   background: -o-linear-gradient(#ffffff, #d0d0d0);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d0d0d0));
   background: -webkit-linear-gradient(#ffffff, #d0d0d0);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 );
}

div.title{
   border-width: 1px;
   border-style: solid;
   border-color: black;
   color: white;
   font-weight: bold;
   font-size: 120%;
   text-align: center;
   padding: 2px;
   background: #404040; /* older browsers background */
   background: -moz-linear-gradient(#808080, #404040);
   background: -o-linear-gradient(#808080, #404040);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#808080), to(#404040));
   background: -webkit-linear-gradient(#808080, #404040);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#404040',GradientType=0 );
}

div.text{
   padding: 6px;
   border-top-width: 0px;
   border-left-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-style: solid;
}

div.lastchange {
   font-size: 70%;
   text-align: right;
   padding: 2px;
}

