The header is linked here:
<h1 id="header">
which works, because thats how wordpress set it up to begin with so I'm loath to alter it.
I will try putting a div just for those image though. And lol, im not a guy XD Let you know if its a no go or if I do have to change the template to get it to work 
However - I dont want to have them both to the left - one needs to be in the center, the one underneath needs to be on the left.
EDIT Tried:
Code:
#headerimages {
width: 500px;
float: left;
}
#headerimages img {
float: left;
}
with:
Code:
<body <?php body_class(); ?>>
<div id="rap">
<h1 id="header">
<div id="headerimages"><img src="http://www.site.co.uk/aravona/blog/wp-content/themes/Test_newtheme/images/nav1.jpg" />
<br />
<img src="http://www.site.co.uk/aravona/blog/wp-content/themes/Test_newtheme/images/flash.jpg" />
</div>
</h1>
<div id="content">
Just removed one of my images. Even with changing the h1 to div.
heres the site
Bookmarks