* {
margin: 0;
padding: 0;
}

body {
background: #707e85;
text-align: center;
font: normal 11px/18px georgia, verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #21251f;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #a69568;
}

#header {
width: 580px;
height: 322px;
background: #21251f url("images/icyridge.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #21251f;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px georgia, arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1 a {
color: #fff;
text-decoration: none;
border: none;
}

h2 {
width: 419px;
height: 30px;
background-color: #21251f;
float: left;
font: bold 16px/30px georgia, arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 322px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px georgia, verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #21251f;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #a69568;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #d4d2ba;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px georgia, verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #a69568;
}

#pix {
border: 1px solid #333;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

h3 {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #a69568;
padding: 2px;
left: -1000px;
border: 1px solid #72745f;
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: -200px;
left: 60px; /*position where enlarged image should offset horizontally */
}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #a69568;
padding: 2px;
left: -1000px;
border: 1px solid #72745f;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -100px; /*position where enlarged image should offset horizontally */

}