You need to edit the following file:
includes/languages/endlish/header.php
define('HEADER_SALES_TEXT', 'Vintage Knits');
to
define('HEADER_SALES_TEXT', '');
Strictly speaking, you should also save this in a CUSTOM template... I see you are tinkering with CLASSIC template, which is not really a good idea...
ADDITIONALLY, you should give the site a bit more WIDTH.
In stylesheet.css , find:
/wrappers - page or section containers/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
... and change the 750 to 950