/* CSS Document  staff page*/

.thumbnail
{
 float:left;
 width:100px;
 border:1px solid #6c9; 
 margin:10px 0 0 15px;
 padding:5px;
 }
 
 
 
.thumbnail a 
{
color:#663;
font-weight:bold;
text-decoration:none;
}

.thumbnail a:hover, a:active
{
 color: #3cc;   /*#cc9;*/
 }
 
#pagetitle
{
float:left;
width: 700px;   
background-color:#fff; 
margin:10px 0 10px 10px;


}


img {border-width: 0;}