@charset "utf-8";

.twoColFixLtHdr #sidebar1 h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	background-image: url(images/ph_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#mainContent .entry {
	position: relative;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 126px;
}

/* CSS Document */

.twoColFixLtHdr     #paintings  a:link       {
	background-image: url(images/paintings.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
}

.twoColFixLtHdr #paintings a:hover {
	background-position: right top;
}

.twoColFixLtHdr #prints a:link {
	background-image: url(images/prints.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
}

.twoColFixLtHdr #prints a:hover {
	background-position: right top;
}

.twoColFixLtHdr #photos a:link {
	background-image: url(images/photos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
}

.twoColFixLtHdr #photos a:hover {
	background-position: right top;
}

.twoColFixLtHdr #artwork a:link {
	background-image: url(images/artwork.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
}

.twoColFixLtHdr #artwork a:hover {
	background-position: right top;
}

.twoColFixLtHdr #enquiries a:link {
	background-image: url(images/enquiries.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 200px;
}

.twoColFixLtHdr #enquiries a:hover {
	background-position: right top;
}

.imglink img{
	border: 1px solid #333333;
	position: absolute;
	height: 124px;
	width: 176px;
	left: 200px;
	top: 0px;
}

.imglink:hover img {
	border: 1px solid #999999;
}

.imglink:hover {
color: red;
}
