body {
     background-color: #222;
     font: 16px/32px Arial, sans-serif;
     text-align:center;
     }

#menu {
      position: absolute;
      top: 49px;
      left: -86px;
      width: 125px;
      height: 250px;
      background-image: url('images/yelloworange250.jpg');
      }
      
#menu ul {
     position: relative;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	list-style: none ;
	display:inline;
}

#menu ul li {display:inline;}

#menu li a {
	color: #222;
	font-size: 14px;
	padding: 5px 2px;
	border-right: none;
	text-decoration: underline;
	display: block;
}

#topfade {
         position: absolute;
         top: 0px;
         left: 0px;
         }

.lists {
       text-align: left;
       list-style-image: url("images/icon.gif");
       }

.logo {
     position: relative;
     left: 150px;
     top: -92px;
     }
     
#container {
     background-image: url('images/orangish1.jpg');
     background-repeat: repeat-x;
     background-color: #FFD800;
     position: relative;
     top: 92px;
     width: 780px;
     height: 725px;
     margin: 0 auto;
     }
     
p {
     text-align: left;
     color: #000000;
     padding-left: 10px;
     }
     
h3 {
   text-align: center;
   color: #222;
   }

#main {
     position: absolute;
     left: 40px;
     top: 25px;
     width: 700px;
     text-indent: 15px;
     }
     
#topleft {
     position: relative;
     top: 0px;
     left: 0px;
     clear: left;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#topright {
     position: absolute;
     top: 0px;
     right: 0px;
     clear: right;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#bottomleft {
     position: absolute;
     top: 715px;
     left: 0px;
     clear: left;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
     
#bottomright {
     position: absolute;
     top: 710px;
     right: -1px;
     clear: right;
     line-height: 0;
     height: 0;
     border: none;
     display: block !important;
     }
/*This is added to make the bottom rounded corners work in IE */
html>body #bottomright {
     right: -1px;
     }

html>body #bottomleft {
     left: -1px;
     }
     
#slideshow {
           position: relative;
           }
           
#copyright {
     margin: 5px auto;
     position: absolute;
     bottom: -5px;
     color: #cccccc;
     text-align: center;
     font-size: small;
     }
