#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3E4AB;
	width: 800px;
	background-color: #CCD7DD;
	height: auto;
	margin: auto;
	border: medium solid #FFFFFF;
}
#wrapper {
	background-color: #CCD7DD;
	height: auto;
	float: left;
}


body {
	color: #800000;
	background-color: #ACD0F0;
	background-image: url(images/bg_chalet.gif);
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 230px;
	width: 800px;
	color: #CCCCCC;
	position: relative;
	background-color: #3D62B2;
	background-image: url(images/dogs-header.jpg);
}



h1 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #00974B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}



#sidebarLeft {
	color: #666666;
	float: left;
	width: 150px;
	background-color: #CCD7DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	height: auto;
	padding-top: 10px;
}


#content {
	width: 630px;
	background-color: #DFDFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	float: left;
	text-align: justify;
	height: auto;
}
#h1box {
	height: 100px;
	width: 560px;
	background-image: url(images/box.jpg);
}
#h1text {
	padding: 15px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}


#text {
	background-color: #FFFFFF;
	float: right;
	width: 600px;
	height: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#text a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#text a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#text a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#textTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}







#footer {
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	width: 795px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	background-color: #9EB4BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
#footerPic {
	padding-right: 16px;
	padding-left: 18px;
}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}
/* CSS Document */
<style type="text/css">

/*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: white;
padding: 1px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 430px;
left: 230px; /*position where enlarged image should offset horizontally */

}
</style>

