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;
text-align: center; /* for IE */ 
}

div#wrap { 
padding: 0;
width: 800px;
background: #999999;
text-align: center; /* reset text alignment */ 
margin: 0 auto; /* for the rest */ 
}

h1 {
   margin: 0;
   padding: 0 0 20px 0;
   font-family: "times new roman";
   font-size: 140%;
   font-weight: bold; 
   letter-spacing: 4px;
   color: #000000; 
   }   
   
ul#nav {
   width: 800px;
   margin: 0;
   padding: 0 0 30px 0;
   list-style: none;
   background: none;
   }

#nav li { 
   display: inline;
   padding: 0;
   font-family: "times new roman";
   font-size: 95%;
   font-weight: bold;
   }

#nav a {
   text-align: center;
   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;
   }

div#image {
   display: inline;
   margin: 0;
   padding: 20px 0 0 0; 
   width: 380px; 
   }

div#image p {
   padding: 10px 0 0 0;
   margin: 0 auto;
   text-align: right;
   width: 380px;
   font-size: 85%;
   font-weight: bold;
   color: #fff;
   }

div#image p#avail {
	padding: 0;
	font-size: 75%;
	font-weight: normal;
	color: #333
   }

div#copyright {
   margin: 0;
   padding: 20px 0 0 0;
   }

div#copyright p {
   font-size: 85%;
   color: #cccccc;
   }

div#copyright a {
   font-weight: bold;
   text-decoration: none;
   color: #cccccc;
   }
