I haven’t yet explored this template, but have you looked through the CSS files yet? Generally, the parameters for modifying elements such as this would be found within the respective CSS rule/class for the particular element/area you want to customize.
Using Firebug, it seems the CSS rule for this element would be . . .
#ja-header .wrap-inner1 {
background: url("../templates/ja_travel/images/header.png") repeat-x scroll left bottom transparent;
}
It appears that the header color is actually an image (i.e. “header.png) – though you could very easily modify the rule to utilize a solid color for the background rather than an image. As always, the creative power is in your hands. 🙂
Like most other JA templates, I assume that this rule can be found within the template.css file.
Give it a shot and let us know if you are able to modify this element.
TOM