body {
	font: 78% sans-serif, Helvetica, arial, sans-serif;
	text-align: center; /*IE centering hack*/
	color: #a28465;
	letter-spacing: 0.05em;
	background-color: #562F32;
}
#wrapper {
	width: 760px;
	background: #fff;
	color: #000;
	margin: 5px auto; /*center for compliant browsers*/
	text-align: left;
	border: 2px solid #a28465;
	padding: 10px
    }
#header {
    background: url(images/top_logo2.jpg);
    border-bottom: 2px solid #a28465;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    width: 760px;
    height: 210px;
    }
    
    #navigation {
    font-size: 12pt;
    font-weight: bold; 
    background-color: #ffffff;
    color: #330000;
    text-align: center;
    }  
   

#container {
    position:relative; 
    width:760px; 
    height:600px; 
    margin:20px auto 0 auto; 
    background:#fff url(images/kate.jpg) 75px 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;
	background-color: #566047;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display: block;
    text-decoration:none; 
    border:1px solid #ccc; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor: pointer;
    }
/* 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:450px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slidea {
    background:url(images/KateAnthony2.jpg); 
    height:120px; 
    width:97px;
    }
#container a.slideb {
    background:url(images/KateAnthony1.jpg); 
    height:120px; 
    width:97px;
    }
#container a.slidec {
    background:url(images/KateAnthony3.jpg); 
    height:120px; 
    width:97px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:189px; 
    height:440px;
    margin:5px; 
    float:right;
    }
#container li {
    float:left;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container2 {
        border: 1px solid #a28465;
   	    margin-top: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
}
#container2 p {
    font-weight: bold; 
    background-color: #ffffff;
    color: #a28465;
    text-align: center;
    }  

/* #footer */

#footer {
    border-top: 2px solid #a28465;
    margin-top: 10px;
    padding-top: 5px;
    }  
    
#footer p {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold; 
    color: #a28465;
    } 

#footer a {
    color: #a28465;
    text-decoration: none;
    }
    
#footer a:hover {
    text-decoration: underline;
    }    


 

    
    
    

    
            
