html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
margin: 0;
padding: 0;
border: 0;
}
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	width: 880px;
	border-top: none;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 374px;
	background-color: #FFFFFF;
	height: 548px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #CCCC66;
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9966;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
}
p em {
	color: #990000;
}
p {
	font-size: 90%;
	color: #333333;
}
#banner1 {
	background-repeat: no-repeat;
	height: 170px;
	margin: 0px;
	padding: 0px;
	background-position: center 15px;
}
#banner2 {
	height: 26px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 755px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
#nav {
	width: 880px;
	background-image: url(../wltrz_beadwork/wltrz_images/bg_nav.jpg);
	height: 37px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: none;
	top: 0px;
}
#nav ul {
	margin: 1px;
	left: 160px;
	padding-top: 8px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-indent: 100px;
}
#nav ul li a {
	font-size: 90%;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
	color: #006699;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #006699;
	background-color: #FFFFFF;
	font-weight: bold;
}
#content {
	background-color: #006699;
	text-align: center;
	height: 40px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcol {
	width:465px;
	height:250px;
	padding: 25px 0px 5px 10px;
	float: left;
}
#rightcol {
	width:390px;
	height:250px;
	padding: 25px 5px 5px;
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#Logo {
	background-image: url(../wltrz_beadwork/wltrz_images/wltrz_header_1.gif);
	background-repeat: no-repeat;
	background-position: 50px 30px;
	z-index: 8;
}
h4 {
	font-size: 85%;
	color: #006699;
	text-decoration: none;
}
<style type="text/css">

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

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
	border: 1px dash gray;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 300px;
left: 3px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

