
 body {
     text-align: center;
     min-width: 778px;
     padding: 0;
     margin: 0;
     background-color:#e5e5e5;
     font-family: verdana;
     font-size: 10pt;
 }
 
 IMG { margin: 0px;
     padding: 0px;
     border: 0px }

 #wrapper {
     text-align: left;
     width: 777px;
     margin-left: auto;
     margin-right: auto;
     padding: 0;
 }
 
 #nav {
  clear: both;
   background-image: url(images/nav1.gif);
   text-align: right;
   white-space: nowrap;
   padding: 0px;
   width: 100%;
 }

 #content {
     margin: 0 200px 0 0;
     width: 778px;
     background-color:#e5e5e5;
 }
 
 #content .header {
     background-image: url(images/headback.gif);
     height: 195px;
 }

 #content .inner {
     float: left;
     background-image: url(images/botback.gif);
     width: 547px;
	 font-family: verdana;
     font-size: 10pt;
 }

 #footer {
     clear: both;
     margin: 0px;
     background-color:#e5e5e5;
     background-image: url(images/botfade.gif);
     background-repeat: repeat-x;
     background-position: bottom left;
 }

 #footer div.inner {
 	 background: none;
     background-color:#e5e5e5;
     text-align: center;
     font-family: verdana;
     color: #333333;
     font-size: 10pt;
 }