body {
       margin: 0;
	background-color: #cfdfff;
	padding: 0;
       }
/*
td {	background-color: #ffffef;
}
*/

td img {
	margin-top: 0;
	margin-bottom: -20px;
	padding: 0px 0px 0px 0px;
}

dt {
	font-style: italic;
}

#wind {
	background-image: url(pics/windpic.png);
	background-position: 50% 50%;
}

#header {
          line-height: 3em; /* specifying line-height rather than height enables single line text to be centred */
          background-color: #eaefff;
          border-bottom: solid thin #8080b0;
          border-top: solid thin #8080b0;
          width: 100%;
/*
	background-image: url(pics/trawsalltsunset.jpg);
	background-position: 50% 90%;
*/
	background-image: url(pics/trawsallteira.jpg);
	background-position: 50% 60%;
	text-align: center;
          }

#menu {
/*      position: fixed; */
        float: left;
        width: 8em;
        padding-top: 0em;
/*      background-color: #cfcfff;
        border-right: solid thick #8080b0;
	border-bottom: solid thick #8080b0; */
        }

#menu p {
          margin-left: 10px;
          margin-top: 2px;
          margin-bottom: 2px;
          }

#menu a {
          color: #500050;
          text-decoration: none;
          padding-left: 0.25em;
          padding-right: 0.25em;
          }

#menu a:hover {
                background-color: #404090;
                }

#menu a:focus { 
                 background-color: #a0a0ff;
                 }

#content {
        margin-left: 8em;
        padding-left: 1em;
        }

