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: 600px;
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;
   }

h1 a {
   text-decoration: none;
   color: #000000; 
   }
										   
ul#nav {
   width: 100%;
   margin: 0;
   padding: 0 0 10px 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, #nav li a.active {
   color: #ffffff;
   }

#copy {
   color: #fff;
   text-align: left;
   margin: 0;
   padding: 20px 0 0 10px;
   }

#copy a {
   color: #fff;
   text-decoration: underline;
   }

#image img {
   margin: 0 auto;
   padding: 10px 0 0 0;
   }
   
#image p {
   padding: 10px 0 0 0;
   margin: 0 auto;
   text-align: right;
   width: 600px;
   font-size: 85%;
   font-weight: bold;
   color: #fff;
}
   
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;
   }
