body {
background-color:#6c0407;
background-image:url(images/layout_r1_c16.jpg);
background-repeat:repeat-x;
margin-top:0px;
}
.border_top {
background-image:url(images/layout_r10_c16.jpg);
background-repeat:repeat-x;
}
.border_bottom{
background-image:url(images/layout_r14_c16.jpg);
background-repeat:repeat-x;
}
.border_left{
background-image:url(images/layout_r12_c2.jpg);
background-repeat:repeat-y;
}
.border_right{
background-image:url(images/layout_r12_c18.jpg);
background-repeat:repeat-y;
}
.img_pad_first {
padding:0px 7px 0px 0px;
}
.img_pad {
padding:0px 7px 0px 0px;
}
.img_pad_last {
padding:0px 0px 0px 0px;
}
.img2_pad_first {
padding:7px 7px 0px 0px;
}
.img2_pad {
padding:7px 7px 0px 0px;
}
.img2_pad_last {
padding:7px 0px 0px 0px;
}
.description {
font-family:Georgia, "Times New Roman", Times, serif
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding:0px 20px 0px 20px;
text-align:justify;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
