i found this:
/* LEFT COLUMN of CONTENT*/
#column {
float: left;
background: #3B3533 url(../images/column_bkg.gif) no-repeat 0 90%;
border-top: 3px solid #FFF;
color: #FFF;
}
#column .moduletable {
margin: 1em 0.5em;
}
#column h3 {
padding: 0.1em 0.2em;
margin: 0 0 0.5em 0;
background-color: #1A1817;
color: #FFF;
font-size: 1.3em;
}
#column a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#column a:hover {
color: #FFF;
text-decoration: none;
}
#column a.mainlevel {
display: block;
margin: 0.2em 0;
padding: 0.1em 0 0.1em 1.5em;
background: url(../images/arrow_single.png) no-repeat 2px 50%;
font-weight: normal;
color: #FFF;
}
#column a.mainlevel:hover {
text-decoration: none;
color: #FFF;
}
#column a.sublevel {
display: block;
margin: 0.2em 0;
padding: 0.1em 0 0.1em 1.2em;
background: url(../images/arrow_submenu.png) no-repeat 0 50%;
color: #1A1817;
font-weight: normal;
}
#column a.sublevel:hover {
text-decoration: none;
color: #FFF;
background: url(../images/arrow_submenu.png) no-repeat 0 50%;
}
#column ul.latestnews li a,
#column ul.mostread li a,
#column .neolatestnews li a {
font-weight: normal;
}
#column ul.latestnews li a:visited,
#column ul.mostread li a:visited,
#column .neolatestnews li a:visited {
color: #1A1817 !important;
}
#column .contentheading {
background: none;
padding: 0;
font-size: 1.3em;
font-weight: bold;
}
i tried adding width: 10% and width 10px but didnt changed the width!? what am i doing wrong?