<style type="text/css">

body {
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
    text-align: center; /*IE centering hack*/
    background: url();
    color: #a28465;
    letter-spacing: 0.05em;    
}
#wrapper {
    width: 750px;
    background: #e7e7e7;
    color: #000;
    margin: 5px auto; /*center for compliant browsers*/
    text-align: left;    
    padding: 10px;
    }

 
      
#container {
    position:relative; 
    width:685px; 
    height:450px; 
    margin:10px 0 0 10px;	
    background:#e7e7e7 url(images/gallery/corporate/dsc_0897.jpg) 75px 10px no-repeat;
	
    } 

#header {
    width:700px;
    text-align:center;
    margin-top:25px;
    margin-bottom:5px;
	padding-left: 25px;
}
#header h1 {
    margin:15px;
    font-size:18px;
	color: #83101d;
}

/*Navigation list */

#nav {
	list-style-type: none;
    margin:0px;
    padding:20px;
	padding-left: 75px;
}


#nav li{
    float:left;
    text-align:center;
    width:20px;
	list-style-type: none;

}
#nav li#pages{
    width:500px;
    font-size:14px;
	list-style-type: none;
}

#nav li a img{
    border:0;
}


/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type: none; 
    } 

.gallerycontainer{
position: relative;
width:685px; 
height:450px; 
margin:10px 0 0 45px;	
background:transparent;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px #e7e7e7;
margin: 0 5px 5px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
height: 372px;
background-color: #transparent;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: black;
text-align: center;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
