/* we leave some place on the side using the margin-* properties */
#stvlad-main {
        padding-left:5px; 
        padding-right:5px; 	
        position:absolute;
        top:150px;
	left:150;
}
/* and then we put each list on its place */
#left-menu {
        width:150;
        position:absolute;
        top:134px;
        left:0;
        font-size:80%;
        margin-left:0;
        margin-right:0;
	z-index:1;
	background-color:#FFD489;
}
