Look for this...
div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
width: 26%;
/* FIX IE double margin bug */
display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
margin: 0px 0px 20px;
padding: 0px;
/* you can set your own image here */
background: url(
http://multiintech.com/defaultcontent/u ... ainrt1.gif) no-repeat right top;
}