body { background: url(guides.jpg); 
            color: #400080;
            font-family: "Century Gothic", "Garamond", Georgia, "Times New Roman", "Comic Sans MS", serif;
            margin: 2em;
          }

     #container
      {
		margin: 1em auto;
		width: 780px;
		text-align: center;
	}
     #header
	{
		height: 270px;
            text-align: left;
	}
     #intro
	{
            height: 150px;
	}
     #photo
	{
		float: right;
		width: 460px;
		height: 306px;
	}
     #menu
	{
		margin-right: 10px;
		text-align: left;
	}
     #wrapup
	{
		clear: both;
		height: 400px;
	}

     a:link { color: #000080;
              font-family: "Century Gothic", serif, sans-serif; 
              background: #eeeeee; 
              }
     a:visited { color: #000000;
                 background: #fafafa;
                 font-family: "Century Gothic", "DomCasual MT", serif; }
     a:active { color: #ff8000;
                font-weight: bold; }

     h1 
      { text-align: left;
        font-family: "Arial Black", serif; 
        font-size: 1.5em;
        font-style: italic;
      }

     h2 
      { text-align: left;
        font-family: "Gill Sans", "DomCasual MT", serif;
        font-size: 1.3em;
        color: #7722ff;
      }

     h3 
      { text-align: left;
        font-family: "DomCasual MT", serif;
        font-size: 1.2em;
        color: #2222ff;
      }
     h4 { text-align: left;
          }
     
     p { color: #400080;
         font-family: "Century Gothic", "Bookman Old Style", Garamond, "Georgia", "Comic Sans MS", serif;
         
        }

    dl { color: #4000A0;
         font-family: Garamond, "Times New Roman", "Comic Sans MS", serif;
        }

     b { font-weight: bold }



