BODY
	{
	background-color: #666666;
	margin: 10px; 
	background-image: url("img/tile.png");
	background-repeat: repeat ;
	background-attachment: fixed ;
	}
	
#navigation {
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-style: groove;
	background-color: #e6eee6;

}	
#navigation span {
	background-color: #e6eee6;
	
}

#navigation span:hover {
	background-color: #333333;
		color:#cccc33 ;
}

#navigation a	{
	color: #000000 ;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none ;	
	font-variant: small-caps;
	}
#navigation a:hover
	{
	color:#cccc33 ;
	background-color: #333333 ;
	font-size: 16px;
   }

#contact {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14px;
	background-color: #e6eee6;
	
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-style: groove;
}	
		
#content
		 {
		 border-style: none; 
		 border-width: 0px;
		 padding: 0px ;
		 
		 background-color: #333333 ;
		 color: #000000 ;
		 background-image: url("img/tile2.png");
		 background-repeat: repeat ;
		 background-attachment: scroll ;
}
		 
#content p {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 20px
	

}	
#content h2
  	 {
	 font-family: Tahoma, Arial, sans-serif;
	 color: #000000 ;
	 background-color: #cccc33;
	 font-size: 24px;
	 border-width: 4px ;
	 border-style: groove;
	 border-color: #999900;
	 background-image: url(img/tile3.png);
	 font-variant: small-caps;
	 text-align: center;
	 vertical-align: middle;
	 }
#content ul
  	 {
	 font-family: Tahoma,Arial, sans-serif;
	 color: #000000 ;
	 font-size: 16px;
	 margin:15px ;
	  }
#content ol
  	 {
	 font-family: Tahoma,Arial, sans-serif;
	 color: #000000 ;
	 font-size: 16px;
	 margin:15px ;
	  }	  
#content li
  {
  margin: 4px;
  }

#content span {
	background-color:#ffffff;
	color: #000000;
	
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
				
.disclaimer
	{
	font-family: Arial, sans-serif;
	color:#888888;
	font-size: 8px;
	text-align: center ;
	font-variant: small-caps ;
	}     	