
 	body {  padding-left: 100px;
					padding-top: 10px;
					padding-bottom: 5px;
					padding-right: 70px;
					font-family: Arial, Helvetica,	Swiss, sans-serif ; 
					color: black;
					background-attachment: fixed ; 
					background-image: url("thistlefleur.jpg") 
			}
			
	h1 {   font-family: Helvetica, Geneva, Arial,
         SunSans-Regular, sans-serif 
		}
		
	h3 {color: blue;
			font-weight:bold;
			font-size: 1.5em;
		}	
		
		hr {color: #333;
		}
		
		/* make link red */		
	 a:link {
    color:  navy 
		}
		
	a:visited { color: purple
		}
	a:hover { 
		text-decoration: none;
		color: blue; 
		margin: 1px;
    padding: 1px;
		background-color: #ccffff;
		border-top: 3px solid #c0c0c0;
		border-left: 3px solid #c0c0c0;
		border-bottom: 3px solid black;
    border-right: 3px solid black 		
		}		
		
	img {
		border-top: 0.3em solid  silver;
		border-left: 0.2em solid silver;
		border-bottom: 0.1em solid purple;
    border-right: 0.2em solid purple; 
		float: left;
		margin: 5px;
		
		
		
			}
		
			/* center style */		
	div.c2 {text-align: center}
 
 	/* no bullet for list item */		
 li.c1 {
 		list-style-type: none;
 		color: blue;
		font-weight:bold;
 		}
 
		/* class style may only use once */	
		#wrapper{
		width: 680px;
		margin: 0 auto;
		padding: 0 20px;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		}	
		
		 	/* id Selector for footer */	
#ship-footer  img {
  float: left; 
  margin: .1em;
	}
	
 	/* id Selector for footer */
#page-footer  {
  color: #000000;
  font-style: italic ;
  font-weight: bold;
  background: #C0C0C0 ;
	font-size: .85em;
  padding: 1em;
	clear:both;
  }

