Here are a couple of graphic backgrounds

Hi there folks

Code for this is in a CSS redefined H4 in the head of the page. It use a background image called top.gif

h4 {
background-image: url(../../advindex/top.gif);
background-color: #ECE9DB;
}
.text {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
color: #000066;
}

Dreamweaver Extra

Code for the dreamweaver extra is in a redefined H1

}
h1 {
background-image: url(grey.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}

The margins of the graphic are controlled via a id selector called #content


#content {
margin-left: 30px;
margin-right: 500px;
}