html {
	margin: 0;
	padding: 0;
	}
body {
    padding-left: 8em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: black;
   background-image:url('background3.jpg')
	}
p { 
	margin-top: 0; 
	text-align: center;
	}
h2 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
 ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 34px;
    left: 17px;
    width: 7em }
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar li {
   
    font-size: 14px;
	margin: 0.5em 0;
    
    }
  
  a:link {
    color: #663300}
  a:visited {
    color: #990000 }
a:hover, a:active { 
	
	color: #663300;
	}

/* specific divs */
#container { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}
#gallery {width:728px; height:380px; padding:10px; border:1px solid #333; background-image:url('background1.jpg') ; position:relative; }
#gallery b.default {position:absolute; left:10px; top:10px; width:548px; height:380px; text-align:center;}
#gallery b.default img {display:block; margin:0 auto 10px auto; }
#gallery b.default span {display:block; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#CDBA96 ;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal;  background:#CDBA96 ;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center;background-image:url('background1.jpg'); z-index:20;}
#gallery ul li a:hover span {display:block; color:#CDBA96 ; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; background-image:url('background1.jpg') ;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:center; background:#CDBA96 ; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#CDBA96 ; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}
