#main
{
  text-align : left;

}


#setMenu
{
   left : 10;
   width : 200;

}

#setThumbs
{
   position : absolute;;
   top : 0;
   left : 210;
   width : 500;
   float : right;

}

.sampleImage
{
  float : right;
  margin : 10;  
}

#pageHeader
{
 color : blue;
}

.imageSample
{
 width : 150;
 height : 200;
}

#pageHeader
{
 font-weight : 900;
 font-size : 30;
 color : lightgrey;
}




#startHelp
{
   position : absolute;;
   top : 0;
   text-align : center;
   line-height:100px;
   height : 100;
   width : 400;
   left : 210;
   background-color : white;
   border : 0.5mm dotted lightgrey;
}
