    body {
      /* Background image */
      background-image: url(images/jeff_mather_MaiandraGD.gif);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: top left;

      /* Positioning */
      margin: 0px 0px 20px 0px;
    }

    #container {
      position: relative; 
      left: 55px; 
 /*     margin-right: auto; */
 /*     margin-left: auto; */
      text-align: left;
      padding: 0px;
      width: 745px;
    }

    #container h1 {
      font-size: 1.3em;
      padding-bottom: 0.5em;
      text-align: center;
    }

    #container h2 {
      font-size: 1.1em;
    }

    #MenuBar {
      padding-bottom: 10px;
    }

    ul {
      	list-style: none;
	padding: 0;
	margin: 0;
    }

    #nav a {
	font-weight: bold;
	color: #D9A033;
    }

    #nav a {
	text-decoration: none;
    }

    #nav li li a {
	display: block;
	font-weight: normal;
	/* color: #060; */
	padding: 0.2em 10px;
    }

    #nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
    }

    li {
	float: left;
	position: relative;
	width: 8em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
    }

    li#first {
	border-left-width: 1em;
    }

    li#last {
	border-right-width: 1em;
    }

    li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background-color: white;
	padding: 0.5em 0 1em 0;
	border: solid 1px #7d6340;
    }

    li>ul {
	top: auto;
	left: auto;
    }

    li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
    }

    li:hover ul, li.over ul {
	display: block;
    }

