Another way you may check is by checking your portion
#siteinfo img {
border: 0 none;
float: left;
height: auto;
margin: 1em 0 0;
max-width: 76%;
}
Try to reduce your max-width%;
check all the step and see what suits you best!
Hi,
You need to check your logo image size as how much bigger you need.
At the moment it is 328 x 208.
or Check if it helps by adding width in your logo:
img {
border: 0 none;
width: 151px;
}