body {
	font: 78% sans-serif, Helvetica, arial, sans-serif;
	background: url(images/Background2_FFH.gif);
   color: #996633;
	letter-spacing: 0.05em;
}
#menu {
	height: 3in;
	float: left;
	width: 19%;
	margin: 20px auto 0 0;
	background: transparent;
}
#menu li {
	padding:0; 
   margin:0; 
   list-style-type:none; 
}
#menu li a {
	color: #cc3333;
}
#menu li a:hover {
	color: rgb (0, 204, 0); 
	background-color: White; 
	font-size: larger;
}
#menu li ul {
	display: none;
	position: absolute;
	background-color: rgb (0, 204, 0);
}
#menu li:hover ul {
	display: inline;
}
h2{font-size: 4ex;
	color: rgb(0,204,0);
	left: 0px
}
h3 {
	font-size: small;
	color: rgb(0,204,0);
}
#wrapper {
    width: 800px;
    background: #transparent;
    color: #996633;
    text-align: left; 
    padding: 5px;
    }
#header {
	background: url(an_raster_w_green.gif);
	border-bottom: 2px solid #00cc00;
	margin-bottom: 10px;
	padding-left: 0;
	background-repeat: no-repeat;
}     
#container {
    float: right;
	width: 79%;
    height: 396px; 
    margin: 20px auto 0 auto; 
    background: url(images/welcome.jpg) 20px 10px no-repeat;
    } 
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    } 
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    text-decoration:none; 
    border:1px solid #996633; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:372px; 
    height:372px; 
    top:150px; 
    left:178px; 
    color:#996633; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slidea {
    background:url(images/2495_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideb {
    background:url(images/2496_60x93.jpg);
    height:93px; 
    width:60px;
    }
#container a.slidec {
    background:url(images/2523_60x93.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slided {
    background:url(images/2524_60X93.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidee {
    background:url(images/angel_t_DSCN7670.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidef {
    background:url(images/2516_60X93.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideg {
    background:url(images/2508_60X93.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideh {
    background:url(images/2532_60X93.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidei {
    background:url(images/2513_60x93.jpg); 
    height:93px; 
    width:60px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    margin:5px; 
    float:right;
    }
#container li {
    float:left;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container2 {
       width: 100%; 
       clear: both;
       margin: 10px auto 0 auto;
       padding-top: 5px;
}
#container2 p {
    font-weight: bold; 
    background-color: #ffffff;
    color: #996633;
    margin-left: 175px;
    text-align: left;
    }  
#container3 {
    float: right;
	 width: 80%;
    margin: 20px auto 0 auto;
	 text-align: left
}

/* #footer */

#footer {
    width: 100%;
    clear: both;
    margin:10px auto 0 auto;
    padding-top: 5px;
    }  
    
#footer p {
    font-size: 0.9em;
    text-align: justify;
    font-weight: bold; 
    color: #996633;
    margin-left: 175px;
    } 

#footer a {
    color: #996633;
    text-decoration: none;
    }
    
#footer a:hover {
    text-decoration: underline;
    }