.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f1e0d0;
}



#menu1{

height: 46px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu1.gif) top left no-repeat;
display: block;

}
 
#menu1:hover{

background-position: bottom left;

}

#menu2{

height: 46px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu2.gif) top left no-repeat;
display: block;

}
 
#menu2:hover{

background-position: bottom left;

}
#menu3{

height: 46px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu3.gif) top left no-repeat;
display: block;

}
 
#menu3:hover{

background-position: bottom left;

}
#menu4{

height: 45px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu4.gif) top left no-repeat;
display: block;

}
 
#menu4:hover{

background-position: bottom left;

}
#menu5{

height: 45px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu5.gif) top left no-repeat;
display: block;

}
 
#menu5:hover{

background-position: bottom left;

}
#menu6{

height: 45px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu6.gif) top left no-repeat;
display: block;

}
 
#menu6:hover{

background-position: bottom left;

}
#menu7{

height: 46px;
width: 219px;
text-indent: 10000px;
overflow: hidden;
background: url(images/menu7.gif) top left no-repeat;
display: block;

}
 
#menu7:hover{

background-position: bottom left;

}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #c9ae95;
}
.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.border {
	border: medium solid #000000;
}





}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.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*/
display:block;
visibility: visible;
top: centerpx;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}.borderslim {
	border: 1px dashed #000000;
}
.border2 {
	border: 2px solid #ac2a32;
}
