* {
margin: 0;
padding: 0;
}

body {
background: #333 url('back.gif');
text-align: center;
color: #333;
padding-top: 40px; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:11px; font-family:verdana, arial, tahoma, sans-serif
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 580px;
height: 210px;
background:#000 url(../photo-gal-files/header-back-2.jpg) right top no-repeat;
}

#wrapper {
width: 580px;
background: #fff url('sidebar.gif') repeat-y 0 0;
border: 10px solid #fff;
margin: 0 auto;
text-align: left
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 580px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 160px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url('bullet.gif');
background-repeat: no-repeat;
background-position: 100% 50%
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: auto;
margin-left: 0px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 0px;
border: 1px solid #fff;
}

a:hover img {
border-color: #000000;
}

#content {
	float: left;
	width: 390px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

p {
margin-bottom: 25px;
}


#footer {
clear: both;
width: 400px;
margin-left: 163px;
}

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

.thumbnail img{
border: 1px solid #FFFFFF;
margin: 0;
}

.thumbnail:hover{
	background-color: transparent;
	font-size: 70%;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 4px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
width: 430px;
display: block;
}

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

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