html, body {
          font : normal 0.9em Arial, Helvetica, sans-serif;
		  background: #FFF url(http://theinspirationgallery.com/wallpaper/damask/images/wp_damask_028.gif) repeat;
		  color: white;
		  height: 100%;

      }
    a {
          text-decoration : none;
		  color: white;
      }
    a:hover {
          text-decoration : none;
      }
    a img {
          border : 0;
      }

	ul#menu {
          clear : both;
          margin-left : 0;
          padding : 10px;
		  border-top: 1px solid #383838;
          height : 15px;
		  text-transform: uppercase;
		  
      }
    ul#menu li {
          font : normal 1.2em Myriad Pro, Lucida Sans, Verdana, Arial, Verdana, sans-serif;
          display : inline;
          font-weight : bold;
          padding : 3px;
          text-align : center;
      }
    ul#menu li a {
          color : #fff;
          font : normal 92% Myriad Pro, Lucida Sans, Verdana, sans-serif;
          display : inline;
          font-weight : bold;
          padding : 7px;
          margin-left : 10px;
		  		  margin-top: 10px;
      }

	   ul#menu li a:hover {
			color: #d09418;
		}