body {
    background-attachment: fixed;
    background-color: #300;
    background-image: url(cuymenu.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px;
    }
    
#menu {
    position: absolute;
    top: 245px;
    left: 10px;
    width: 220px;
    padding: 0px 10px;
    text-align: right;
    }
    
#logo {
    position: absolute;
    top: 40px;
    left:141px;
    }
    
#content {
    margin: 0px 10px 0px 250px;
    background-color: #ccf;
    background-image: url(cuyclouds.jpg);
    background-repeat: no-repeat;
    padding: 150px 2em 1em;
    }
    
a {
    text-decoration: none;
    color: #fc3;
    }
    
a:hover {
    text-decoration: underline
    }

h1 {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: #fc3;
    text-align: right;
    }

h2 {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #300;
    margin: 0;
    line-height: 1.75em;
    }

h3 {
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #fc3;
    text-align: right;
    }
    
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    color: #300;
    }
    
.adark {
    color: #036;
    }

.right {
    text-align: right;
    }
    
.footnote {
    font-size: 10pt;
    }