h1 {
 background-color: #CB6608;
 background-image: url(../common/images/gradOrange.png);
 background-position: top;
 background-repeat: repeat-x;
 color: #FFFFFF;
}

h2 {
 background: inherit;
 color: #000000;
}
h2 a {
 background: inherit;
 color: #000000;
}
h2 a:hover {
 background: inherit;
 color: #000000;
}
h2 a:visited {
 background: inherit;
 color: #000000;
}

h3 {
 background: inherit;
 color: #CB6608;
}
h3 a {
 background: inherit;
 color: #CB6608;
}
h3 a:hover {
 background: inherit;
 color: #CB6608;
}

#middle {
 background: #FAF0E7;
 border-bottom: 2px solid #FAF0E7;
}