Once I get this cracked I promise Im going to leave you all in peace 
After my last attempt apparently resembled something a 5 year old could code I had another go on a fresh install.
Im sort of nearly there (I think/hope) but the side bar isn't moving far enough over to the right?
The only thing in the style file that I can see is under the 2 column layout and secondary?? I assume its this as its float:right?
Any ideas?
Link to site here
Thanks

After my last attempt apparently resembled something a 5 year old could code I had another go on a fresh install.
Im sort of nearly there (I think/hope) but the side bar isn't moving far enough over to the right?
The only thing in the style file that I can see is under the 2 column layout and secondary?? I assume its this as its float:right?
Code:
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}
#content {
margin: 0 280px 0 20px;
}
#primary,
#secondary {
float: right;
overflow: hidden;
width: 220px;
}
#secondary {
clear: right;
}
#footer {
clear: both;
width: 100%;
}
Any ideas?
Link to site here
Thanks