Hey Rich Pedley thanks for the code and all, but i decided not to use it now, because it doesn't look good on my website. Any way here is the complete code he gave me.
First Put this at the end of you css.
/* Sidebar
-------------------------------------------------------------*/
#sidebar {
min-width:15%;
width:165px;
background:#000;
height:450px;
position:absolute;
right:0;
}
#brd-visit {
margin-bottom:14px;
}
#brd-main {
max-width:83.5%;
min-height:650px;
}
Change the width and height to which suits ur style.
Now open main.tpl and other tpl files and before this Code:
Add this:
<div id="sidebar">whatever content</div>
If you want to look like a block then rather the above code add this:
<div class="main-head">
<h2 class="hn"><span>Title of the Block here</span></h2>
</div>
<div class="main-content">
Content Here
</div>
Well thats all what i learned.
Though i am using the portal by daris now, cause i need the panels there.