Wordpress is a great content management software not only for blogging but for general purpose as well. Inove this is one of the top theme for wordpress created by mg12, his website is http://www.neoease.com/. Inove theme is a white, light, two-columns, fixed-width, theme-options, right-sidebar theme.
But if you want to change the inove theme from roght-sidebar to left-sidebar, here is my modification. Open the file style.css under inove theme directory. Apporximately go to line number 350 and search for
/* main START */
#main {
background:#FFF url(img/main_shadow.gif) top repeat-x;
width:1070px;
padding:13px 15px 15px;
float:left;
change float value to right.
Apporximately go to line number 550 and search for
/* sidebar START */
#sidebar {
background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
width:300px;
float:Right;
now change float value to left.
Thats it for now, more hacks will be available soon

i was look for this
thanks man
Nice one, just what I wanted to know! Only thing missing is the replacing of the separator image (sidesep.gif). Maybe you want to add that too just to complete your tutorial (and help n00b theme hackers like).