Hi there,
First task is to create the graphic in the colours you need. The image is /images/backgrounds/style1/template.png and then upload it to the site.
In in style1.css look for the following code around lines 44-45....topline {
background: url("../images/backgrounds/style1/template.png") repeat-x scroll 0 3px #507E83;
}
#rt-top {
background: none repeat scroll 0 0 #507E83;
}
Just change the blue (#507E83) for the colour you require.
Hope this helps