a:link {text-decoration: none; color:#999999;}
a:visited {text-decoration: none; color:#999999;}
a:hover {text-decoration: none; color:#ffffff;}
a:active {text-decoration: none; color:#999999;}

body{
         font-family : sans-serif;
         }   
  
#header {
      	  font-size : 10pt;
      	  font-weight : 100;
      	  color : white;
      	  background-color : #cccccc; // #baa7a7; 
          }

#container{
	width: 700px;
	background-color :white; //#8b90cc;
	margin-left: auto;
	margin-right: auto;
} 
    
#contentcontainer2{
	width : 700px;
	height: 690px;
	background-color : white; #d0c5c5; //#baa7a7; //#d6cfff;  
	}
	
#contentcontainer{
	width : 700px;
	height: 500px;
	background-color : white; #d0c5c5; //#baa7a7; //#d6cfff;  
	}	

#picture{
   float : left;
   width : 380px
   height : 480px;
   padding-top :20px;
   padding-left :20px;
}

#picturenote{
   float : left;
   width : 280px;
   height : 450px;
   padding-top :60px;
   padding-left :20px;
   color :  #715f5f;
   font-family : georgia;
   font-size : 12px;	
}

 #footer{
          font-family : georgia;
          font-size : 7.5pt;
          font-weight : lighter;	
      	  color : #bfb2af;
      	  padding : 5%;
}


