
		#container
		   {
	       width:500px;
		   margin-left:auto;
		   margin-right:auto;
		   margin-top: 0px;
		   background-color:white;
       	   }		

		ul
		   {
		   margin-left: -20px;
		   padding-left: 0px;
		   width:600px;
		   text-decoration:none;
	
		   }
		
		
		li
		   {
		   font-size:20px;
		   font-family:Verdana, Arial, Helvetica;
           font-weight: bold;
		   color:black;
		   display:inline;
		   margin-left: 20px;
		   text-decoration:none;
		   list-style-type:none;
		   }

		p
		   {
		   font-size:10px;
		   font-family:Verdana, Arial, Helvetica;
		   margin-top: 0px;
		   }

		h1
		   {
		   color:black;
		   font-family:Verdana;
           font-weight: bold;
		   font-size:90px;
		   line-height: 85px;	  
		   margin-top: 0px;
		   margin-bottom:0px;
		   }


		h2
		   {
		   position:absolute;
		   color:black;
		   font-family:Verdana, Arial, Helvetica;
		   font-size:20px;
           font-weight: bold;
		   top: 585px;
	       width:500px;
		   }	
		 		 	 

		body
		   {
		   background-color:white;	
		   }		


		#image 
		  { 
		  position:relative;
		  witdh: 500px;
		  margin-left: 0px;
		  margin-top: 0px;
		  background-color:none;
		  }

		#gallery
		   {
	       position: relative;
	       width:500px;
	       height: 375px;
		   margin-left:auto;
		   margin-right:auto;
		   padding-top: 0pt;
		   background-color:white;
       	   }

		#thumb1 
		  { 
		  position:absolute;
		  top: 40px;
		  left:220px;
		  background-color: none;
		  border-style: none;
          }
		

		#thumb2 
		  { 
		  position:absolute;
		  top: 40px;
		  left:0px;
		  background-color:none;
		  border-style: none;
		  }         
		
		
		#thumb3 
		  { 
		  position:absolute;
		  bottom:40px;
		  left:0px;
		  background-color:none;
		  border-style: none;
		  }


		#thumb4 
		  { 
		  position:absolute;
		  bottom:40px;
		  left:180px;
		  background-color:none;
		  border-style: none;
		  }


		#thumb5 
		  { 
		  position:absolute;
		  top: 40px;
		  left:0px;
		  background-color:none;
		  border-style: none;
		  } 

		#thumb6
		  { 
		  position:absolute;
		  bottom:40px;
		  left:0px;
		  background-color:none;
		  border-style: none;
		  }

		#thumb7
		  { 
		  position:absolute;
		  top: 40px;
		  left:220px;
		  background-color: none;
		  border-style: none;
          }

		#page
		  { 
		  position:absolute;
		  bottom:40px;
		  left:395px;
		  background-color: none;
		  border-style: none;
          }

		#player
		  { 
		  position:relative;
		  bottom:0px;
		  left:	0px;
		  background-color: none;
		  border-style: none;
          }

		a:link 
		{
		color: black;
		background-color: yellow;
		text-decoration: none;		
		}
		

		a:active 
		{
		color: green;
		background-color: yellow;	
		}

		a:visited 
		{
		color: black;
		background-color: red;
		text-decoration: none;	
		}
		

		a:hover 
		{
                color: black;
		background-color: yellow;
		text-decoration: none;
		}
