Hi davidlewson,
You need modify some CSS code section in the template_css.css file.
1. Style for your logo.
* to increase of the header.
#ja-header {
clear: both;
background: url(../images/header-bg.jpg) top right repeat-x #4F89D2;
color: #FFFFFF;
text-align: left;
line-height: normal;
height: 112px;
position: relative;
}
* Position of the logo.
#ja-header h1 {
font-size: 2em;
position: absolute;
top: 0px;
left: 0px;
}
2. To change background of user 7, 8, 9.
#ja-topsl {
color: #D9E5F4;
background: url(../images/topsl-bg.gif) bottom repeat-x #545C66; <- You can change it.
padding: 10px;
}
:d