.copyright {font: italic bold 13px "times new roman", times, helvetica; line-height: 1.3; color: #cccccc}

body {
margin: 20px 0 0 0;
padding: 0;
font-family: times new roman;
font-size: medium;
background: #999999 url('images/bg.gif') repeat-x top;
}

h1 {
   margin: 0;
   padding: 0 0 20px 0;
   font-family: "times new roman";
   font-size: 140%;
   font-weight: bold; 
   letter-spacing: 4px;
   }

h1 a {
   text-decoration: none;
   color: #000000; 
   }


#nav {
   width: 100%;
   margin: 0;
   padding 0;
   list-style: none;
   background: none;
   }

#nav li {
   float: left;
   margin:0;
   padding: 0;
   font-family: "times new roman";
   font-size: 95%;
   font-weight: bold;
   }

#nav a {
   padding: 0px 12px;
   color: #000000;
   text-decoration: none;
   }

#nav a:hover, body#photos #t-photography a {
   color: #ffffff;
   }

#nav a:hover, body#biography #t-biography a {
   color: #ffffff;
   }

#nav a:hover, body#contact #t-contact a {
   color: #ffffff;
   }
       
table #main {
   clear: left;
   }
	
#level1 {
   background: #999999;
    }

h2 {
    text-align: center;
   }

#list {
    text-align: center;
   }   
   
a.type1 {
	font-family:times new roman, times, serif;
	font-size:16px;
	font-weight: bold;
    line-height: 1.3;
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none; /* turn off default underline style for links */
	}
a.type1:link {color: #FFFFFF}
a.type1:visited {color: #FFFFFF}
a.type1:hover {color:#000000;background-color:#999999}
a.type1:active {color:#CCCCCC;background-color:#999999}

a.type2 {
	font-family:times new roman, times, serif;
	font-size:14px;
	font-weight: bold;
    line-height: 1.3;
	color:#000000;
	background-color:transparent;
	text-decoration:none; /* turn off default underline style for links */
	}
a.type2:link {color: #000000}
a.type2:visited {color: #000000}
a.type2:hover {color:#000000;background-color:#CCCCCC}
a.type2:active {color:#CCCCCC;background-color:#CCCCCC}
   


/*STYLE FOR HOVER */

.thumbnail{
position: relative;
z-index: 0;
}  

a.thumbnail {
text-decoration:none;
font-family:times new roman, times, serif;
font-size:14px;
font-weight: bold;
line-height: 1.3;
color:#000000;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 3px;
left: -1000px;
border: 1px solid black;
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: 0;
left: 175px; /*position where enlarged image should offset horizontally */

}
