/* CSS Document */

body {
	background-image: url(img/cakes_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e995c5;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#534538;
	line-height: 15pt;
	}
	
	
#table01 {
	margin-top: 15px
	}
	
.Header {
	font-size: 12px;
	color:#a3115d;
	font-weight: bold;
	}

a:link, a:active, a:visited {
	font-size: 12px;
	color:#a3115d;
	font-weight: normal;
	text-decoration:underline;
	}
	
a:hover {
	color:#59584b;
	}
	

/*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;
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: -120px;
left: 30px; /*position where enlarged image should offset horizontally */
}

.footer {
	color:#d5428e;
	font-size:11px;
}