body { background-color: #76d071; font-family: Helvetica, Palatino, Arial; font-size: 14; text-align: center;
       position: relative ; }
  a:link { color: blue ; text-decoration: none }
	a:visited { color: #660000 ; text-decoration: none }
	a:hover { color: #ffcc00 ; text-decoration: none }
	a:active { color: #ff0000 ; text-decoration: none }
	ul { list-style-image: url("unhOar2w20h13.jpg") }
	
	img.first{ position: relative ; top: -10px; left: 80px; z-index: 30 }
	img.second{ position: relative ; top: 10px; left: -20px; z-index: 70 }
	img.third{ position: relative ; top: 20px; left:-90px; z-index: 60 }
	img.fourth{ position: relative ; top: -10px; left:-150px; z-index: 50 }
	img.fifth{ position: relative ; top: 5px; left:110px; z-index: 40 }
	img.sixth{ position: relative ; top: -60px; left:10px; z-index: 80 }
	img.seventh{ position: relative ; top: -5px; left:-100px; z-index: 70 }
	img.eighth{ position: relative ; top: 40px; left:-155px; z-index: 10 }
        img.ninth{ position: relative ; bottom: -517px; left:-18px; z-index: 20 }

	
	pre.backgrd{ background-image: url(ocean.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative;}
	pre.backgrd2{ background-image: url(ocean2_70.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative; }
	pre.backgrd_1{ background-image: url(ocean_1.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative;  }
        pre.backgrd3{ background-image: url(ocean3.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative;  }
        	
	hr.backgrd2{ background-image: url(ocean2.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative; }
        table.backgrd2{ background-image: url(ocean2.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative;}
        body.backgrd2{ background-image: url(ocean2.jpg); background-repeat: repeat-x; background-repeat: repeat-y; position: relative; }

  input {background-color : #ccff66;color : #006666}

  textarea {background-color : #ffffcc; color : #3300cc; font : 14px/12px verdana, geneva, helvetica}
	
#bk-div1 {border: 1px solid #cc9933 ; background-image: url("brown.jpg")}
#content1 {margin: 2px; padding: 1px; border: 1px solid #cc33ff; background-image: url("white.jpg"); background-color: #ffffff}
#content2 {margin: 1px; padding: 1px; border: 1px solid #ffffff; background-image: url("white.jpg"); background-color: #ffffff}
#content3 {margin: 1px; padding: 1px; border: 1px solid #76d071; background-image: url("ocean2_70.jpg"); background-color: #76d071}

#bk-div2 {border: 1px solid #000000 ;  background-image: url("black.jpg")}	


/* Page centering code is courtesy of
http://www.dreamincode.net/forums/topic/55404-centering-with-a-fixed-width-web-page/ */

#bodyCenter {
    width: 800px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

