body {
    background-color: black;
    color: white;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #fff697;
}

div#sidebar {
    float: left;
    width: 270px;
}

div#container {
    margin: 0 auto;
    width: 750px;
}

div#content {
    margin-top: 20px; /* to match the margin on <h1>Menu</h1> in sidebar */
    text-align: right;  /* align the patio picture on the right */
}

div#footer {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", sans-serif;
}

h1 {
    margin: 20px 0px 0px 0px;
}

div.formwidget {
margin-bottom: 10px;  /* a little space between widgets */
}

/* this is the comment form, disguised to trick spam bots */
#govoriform {  
margin-right: 200px;  /* align with the left edge of RHG logo in header */
}