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;
   }

div#image {
   float: left;
   width:254px;
   margin:25px 15px 0 0;
   padding:0;
   font: italic bold 13px "times new roman", times, helvetica; 
   line-height: 1.3; 
   color: #cccccc
}


#image img {
   width: 254px;
   padding:0 0 3px 0
   }
   
   
p#copy {
   margin:20px 0 0 0;
   color: #fff;
   text-align:left;
   }

#copy a {
   color: #fff;
   text-decoration: underline;
   }

p img {
	padding:10px 0 0 10px
}

div#copyright {
   clear:both;
   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;
   }

