body {
    background: #9c2939;
    color: #FFFFFF;
    font-family: tahoma, arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image:url(images/background2.gif);
}

* html body {
    line-height: 14px;
}
a:link { 
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}
    
a:visited { 
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;  
}
    
a:hover, a:active { 
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
}

#content a:link { 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}

#content a:visited { 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}
    
#content a:hover, #content a:active { 
    color: #e0cacd;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}

<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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;
}


#container {
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    width: 775px;
}

#content {
    clear: both;
    margin-top: 15px;
    width: 775px;
}

#footerbg {
    clear: both;
    margin-bottom: 15px;
    padding-top: 15px;
}

#footer{
    border: 6px solid #FFFFFF;
    clear: both;
    font-size: 13px;
    height: 30px;
    padding-top: 16px;
    text-align: center;
    width: 763px;
    background-color:#9c2939;
}

#left {
    border: 6px solid #FFFFFF;
    float: left;
    margin-right: 12px;
    width: 263px;
    height:605px;
    display:inline;
    overflow:hidden;
}

#nav {
    border: 6px solid #FFFFFF;
    font-size: 13px;
    height: 30px;
    padding-top: 16px;
    text-align: center;
    width: 763px;
    background-color:#9c2939;
}

#center {
    border: 6px solid #FFFFFF;
	float: left;
    height: 545px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    width: 735px;
    background-color:#9c2939;
    display:inline;
}

#right {
    background: url(images/pets_banner.gif) no-repeat 0% 0%;
    border: 6px solid #FFFFFF;
    float: left;
    height: 545px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    width: 446px;
    background-color:#9c2939;
    display:inline;
}

